terminal
cmdhub adapter

cmdhub CLI
for cmdhub.

Control plane for install, auth, provider links, config, and suite health.

lock Auth: cmdhub account
Quick Install download from GitHub Releases

terminal Command Reference

Generated from source. Global flags apply to all commands.

Global Flags

--config string Config path override
--cursor string Continuation cursor
--debug bool Enable debug diagnostics
--json bool Alias for --output json
--jsonl bool Alias for --output jsonl
--limit int = 50 Maximum items to emit
--no-paginate bool Fetch only one page
--output, -o string = human Output mode: human|json|jsonl
--page-size int = 50 Requested upstream page size
--profile string = default Config/auth profile
--quiet, -q bool Suppress non-essential diagnostics
--trace-id string Trace identifier
--view string = summary View mode: summary|full

cmdhub auth — Manage cmdhub account authentication

cmdhub auth login Start browser login for the active profile
--email string Account email for manual bootstrap
--host string = https://cmdhub.run Cmdhub web auth host
--name string Display name for manual bootstrap
--timeout duration = 2m0s How long to wait for browser login
--token string Manual bootstrap session token
--user-id string User identifier for manual bootstrap
cmdhub auth logout Clear cmdhub auth state
cmdhub auth status Show cmdhub auth status
cmdhub auth whoami Show the current cmdhub account
cmdhub capabilities Show tool capabilities

cmdhub config — Manage shared cmdhub config

cmdhub config get Get config values
cmdhub config set Set a config value
cmdhub doctor Run suite diagnostics
cmdhub get Install one or more tools
cmdhub info Show metadata for one tool
cmdhub installed List installed tools
cmdhub list List known tools
cmdhub pin Pin an installed tool to a version

cmdhub profile — Manage suite-wide profiles

cmdhub profile create Create a profile
cmdhub profile list List profiles
cmdhub profile show Show the active default profile
cmdhub profile use Set the default profile

cmdhub provider — Manage provider links

cmdhub provider connect Connect a provider for the current profile
--session-token string Notion session token passthrough for notion provider linking
cmdhub provider disconnect Disconnect a provider for the current profile
cmdhub provider status Show provider link status
cmdhub remove Remove installed tools
cmdhub schema Show a tool command schema when supported
--in bool Show input schema
--out bool Show output schema

cmdhub trace — Inspect local cmdhub command traces

cmdhub trace list Show recent local trace events
--limit int = 20 Number of recent trace events
cmdhub trace path Show the local trace log path
cmdhub unpin Clear a version pin on an installed tool
cmdhub update Update installed tools
--all bool Plan updates for every installed tool (default if no targets are given)
--yes bool Apply the planned updates
cmdhub version Show cmdhub version information
cmdhub whoami Show the current cmdhub account

play_circle Live Examples

Output captured from a real workspace. Regenerate with scripts/gen-docs.sh --update.

alt_route Composition Patterns

Bridge your ecosystem with zero middleware.

# Install the current suite, then inspect what is available
cmdhub auth login
cmdhub get gmail gcal slack notion agent
cmdhub list