CLI

Keep One Horizonin your shell.

Sign in, switch workspaces, update work, and send a task to your coding tool without leaving the terminal.
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

Install, update, hand off

Install it once, stay in your shell, and move from task update to coding handoff in a single flow.

Step 01

Sign in and choose a workspace

Log in once, pick a workspace, and stay in the terminal.

terminal
$one auth login
$one ws
$one list
Workspace selected and ready to update.
Step 02

Update work from the shell

Show task details, change status, and leave comments without reopening the dashboard.

terminal
$one show tsk_123
$one start tsk_123
$one comment tsk_123 "Investigated the callback flow"
Task progress captured without leaving the terminal.
Step 03

Send work to your coding tool

Build the prompt from the task and launch a supported coding tool from the same shell.

terminal
$one settings tools add codex
$one settings folder add ~/Sites/myproject
$one send tsk_123 --tool codex --mode code
Your task is handed off with context attached.

Stop bouncing back to the browser.

If your team already works in bash or zsh, the CLI keeps updates and coding handoffs in the same place. Small changes stay quick, and sending a task to a coding tool takes one command.