Preparing your workspace…
Preparing your workspace…
gad CLIFull terminal access to memories, workspaces, todos, agents, and diagnostics. Works from any directory — no per-repo setup required.
npm install -g @great-arrow/cliRequires Node.js 24 or later.
# Authenticate
gad login
# Search your memory
gad memory search "deployment architecture"
# List workspaces
gad workspace list
# Health check
gad doctor
gad loginAuthenticate via browser or --tokengad logoutRemove stored credentialsgad whoamiShow current user and workspacegad memory createCreate a new memorygad memory search <query>Semantic searchgad memory listList recent memoriesgad memory get <id>Show full memorygad memory delete <id>Soft-delete a memorygad workspace listList all workspacesgad workspace switch <name>Set active workspacegad workspace infoShow workspace detailsgad workspace membersList members and rolesgad todo listShow open todosgad todo create <title>Create a todogad todo done <id>Mark as donegad todo update <id>Update status or fieldsgad doctorFull health check (token, API, integrations, MCP)gad integrations listShow connected integrationsgad integrations sync <kind>Trigger manual syncgad mcp statusConnection status and versiongad mcp logsTail MCP connection loggad mcp testFull handshake diagnosticgad mcp install <client>Write MCP config for a clientgad agent listList available agentsgad agent invoke <id>Execute an agentgad ask <question>Ask the orchestratorgad completions <shell>Generate shell completionsgad local checkFind the models installed heregad local statusShow what is set up and how much has run heregad local ask <question>Answer it on this computergad local offStop answering hereRunning Ollama or LM Studio? Great Arrow can write the answer with a model on this computer, using your own hardware, so generation does not use your credits. Your question and the context we retrieve still go through Great Arrow — that is how we search your library. Turn it on with gad local check, or from your account settings.
--jsonMachine-readable JSON output on all list/query commands--quietSuppress headers and decorations — emit only data--no-colorDisable color output (auto-disabled when stdout is not a TTY)Need per-repo workspace binding instead? Set up one workspace per repo →