Command Reference
Comprehensive cheat-sheet for all bevel terminal commands. You can trigger any command below directly, or type them as natural language instructions inside your terminal or the Web Terminal page.
PRO bridge for non-developers and light developers. Focus on outcomes: setup, health, work, pack, recover, share.
bevel healthPrimary natural language query trigger. Evaluates your plain English query and routes to the matching action.
bevel "get me set up"Initiate Google login, or create a browser approval request for command-line authentication.
bevel auth login --provider webComplete a web permission request after approving it in the dashboard.
bevel auth grant req_123 code_456 --email you@example.comDisplay the active profile, auth provider, sync state, configured AI providers, and integrations.
bevel auth statusSlack complement bridge (digests, slash /bevel, agent cards). Pair with Slack CLI for app shipping: https://docs.slack.dev/tools/slack-cli
bevel integrations slack connectStore an AI provider key in the encrypted local credential vault.
bevel auth configure geminiSign out of your active bevel profile and purge local session keys.
bevel auth logoutAsk the configured AI provider, or route to a specific provider.
bevel ai ask --provider openai "summarize this repo"List models exposed by configured AI providers.
bevel ai models --provider claudeFetch and list active tasks from connected ClickUp workspaces.
bevel clickup tasks --status in-progressList connected GitHub repositories, including stars, forks, and sync states.
bevel github repos --limit 5Trigger a specified local or cloud automated swim lane pipeline workflow.
bevel workflow trigger pr_reviewPrint a list of all locally registered workflow pipelines and templates.
bevel workflow listLaunch the local FastAPI server background daemon supporting Next.js web dashboard controls.
bevel server start --port 43003Check diagnostic connection health and process ID of the background server daemon.
bevel server status