CLI reference
Per-command reference for the zeon CLI, and where to find the commands you run every day.
The zeon CLI is one binary with two kinds of commands. Some manage your account and your cloud projects. The rest operate on the working tree in the current directory, the way a version control tool does.
This group documents the first kind, one page per command group.
| Command | What it is for | Reference |
|---|---|---|
zeon new | Scaffold a project, or a skill, workflow, world, canvas, or object inside one | zeon new |
zeon project | List, show, rename, and archive the projects in your org | zeon project |
zeon auth | Log in, check which credentials are active, and log out | zeon auth |
zeon mesh-database | List, show, download, delete, and upload shared mesh assets | zeon mesh-database |
Every command group prints its own help. Run zeon --help for the full top level list, or zeon new --help for one group's subcommands. The help text comes from the same source as these pages, so it is never out of date with the build you have installed.
The commands you run every day
Sync and the working tree commands are not here. They are the core loop rather than reference material, so they live under Building:
- zeon sync covers
zeon sync, the one command that pushes and pulls in a single step. - Working tree commands covers
status,diff,commit,push,pull,log,checkout, andreset. - Resolving diverged from cloud covers what to do when your tree and the cloud have both moved on.
If you know roughly what you want and need the exact spelling, the CLI cheat sheet is faster than any of these pages. Come here when you need the flags and the behaviour behind a command.
Updated 3 days ago