CLI

Command and controlfor One Horizon.

The CLI brings the full power of One Horizon to your terminal: work context, local agents, coding handoff, checks, logs, token totals, and connected results.
npm install -g @onehorizon/cli
Copied
Read CLI docs

Then run one --help. Prefer pnpm? Use pnpm add -g @onehorizon/cli.

One Horizon CLI in a terminal window
3-step flow

From intent to execution, without leaving the shell

Install once. Then command the loop: context, handoff, local agent, result.

Step 01

Connect to One Horizon

Sign in once and choose the workspace that owns the work.

terminal
$one auth login
$one ws
$one list
The terminal knows where delivery lives.
Step 02

Aim work at the repo

Inspect the brief and prepare the local project where implementation should happen.

terminal
$one show tsk_123
$one settings folder add ~/Sites/app
$one settings tools add codex
Context meets the actual checkout.
Step 03

Take control of execution

Create the agent, verify the setup, then watch queued work or launch a scoped coding handoff.

terminal
$one agent create
$one agent doctor
$one agent watch
The result returns to the work.

The full delivery system, in your terminal.

Inspect the work, aim it at the right repository, control local agents, watch the run, and send the result back to One Horizon without turning delivery into a manual handoff.