@devory/cli
v0.5.1
Published
Devory CLI — formal command interface for Devory
Readme
@devory/cli
The Devory CLI is the repo-first command surface for Devory.
Use it to initialize a workspace, manage tasks and skills, run Devory, inspect configuration, operate governance mode, connect a local workspace to Devory Cloud, and prepare GitHub handoff artifacts.
Install Or Run
Global install is supported:
npm install -g @devory/cliBut for most day-one workflows, running with npx is enough:
npx @devory/cli initWhat The CLI Is For
- initialize a Devory workspace
- create and validate tasks
- move tasks through the lifecycle
- operate deterministic governance and lifecycle transitions
- bootstrap governance mode in one guided step
- execute runs
- inspect configuration, licensing, and cloud linkage
- prepare or create PRs from review-ready work
Core Commands
| Command | Description |
|---|---|
| devory setup | Guided end-to-end onboarding for governance-mode workspaces |
| devory init | Create the Devory workspace structure in the current repo |
| devory task new | Create a backlog task |
| devory task move | Move a task between lifecycle stages |
| devory task validate | Validate task structure and required sections |
| devory skill new | Scaffold a new skill directory and SKILL.md |
| devory skill list | List discovered skills |
| devory skill validate | Validate one skill or all skills |
| devory run | Execute Devory against ready work |
| devory worker | Run the long-lived worker loop for governance command polling |
| devory artifacts | Build or inspect the artifact index |
| devory config | Show resolved workspace and tier information |
| devory license activate | Write a workspace license token |
| devory license clear | Remove the local workspace license file and cache |
| devory license status | Show resolved tier, key source, and fallback reason |
| devory cloud status | Show local cloud session and workspace link status |
| devory cloud login | Import a Devory cloud session into the current workspace |
| devory cloud link | Bind the current workspace to a cloud workspace ID |
| devory cloud logout | Remove the local cloud session without touching license activation |
| devory sync status | Show sync status between local filesystem and the linked cloud workspace |
| devory sync push | Push local artifacts and tasks to the linked cloud workspace |
| devory sync pull | Pull cloud artifacts into the local filesystem |
| devory pr-prep | Generate branch, commit, and PR description material from a task |
| devory pr-create | Create a GitHub PR with explicit confirmation and token requirements |
| devory improve | Persist a live improvement signal artifact |
| devory diagnostics | Check self-hosted prerequisites such as workspace, license, and engine availability |
| devory doctor | Run the first-line local health check |
| devory governance init | Initialize a governance repository |
| devory governance bind | Bind a working repo to a governance repo |
| devory governance status | Show current governance binding status |
| devory governance doctor | Diagnose governance readiness and command transport state |
| devory governance enqueue-local | Queue a governance command into the local file fallback |
| devory migrate | Copy supported local Devory assets into the bound governance repo |
Notes
devory runis a one-shot orchestrator pass.devory workeris the runtime that polls and applies governance commands.devory setupis the fastest way to get a new governance-mode repo wired end-to-end.- Cloud commands manage local session material and workspace linkage; they do not replace
devory worker. devory sync ...is the currently dispatched sync surface for Pro/Teams cloud artifact and task transfer afterdevory cloud ...has established credentials and workspace linkage.- Task generation from idea, post-commit handoff, and Show Work are VS Code surfaces; the CLI remains the explicit shell command surface.
- Dry-run/cost estimate messaging is currently surfaced in VS Code run-start flow, not as a standalone CLI command.
- Routing outcome ledger review is also a VS Code surface today via
Devory: Show Routing Outcome Summary; the CLI remains the shell command surface.
Plans
User-facing plan names are Core, Pro, and Teams.
