@cmd-deck/cli
v0.1.6
Published
Human-first CLI for cmd-deck
Readme
@cmd-deck/cli
Human-first CLI for cmd-deck.
Install
npm i -g @cmd-deck/cliHuman workflow
cmd-deck login
cmd-deck start
cmd-deck next
cmd-deck status
cmd-deck logoutcmd-deck logindefaults to OAuth.- OAuth login requires pasting the full callback URL to verify
state. - You can pass the callback URL directly:
cmd-deck login --oauth --callback-url "<url>"(or positional URL). - Use
cmd-deck login --api-key <key>to authenticate with an API key. - Prefer
cmd-deck login --api-key(without value) to avoid exposing keys in process args. cmd-deck nextalways checks notifications before picking the next task.
Agent/automation mode
Use explicit commands and --json:
cmd-deck check-in --json
cmd-deck tasks list --json
cmd-deck notifications list --json
cmd-deck raw list_projects --jsonJSON output envelope:
{
"ok": true,
"command": "start",
"data": {},
"error": null
}