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.

CommandWhat it is forReference
zeon newScaffold a project, or a skill, workflow, world, canvas, or object inside onezeon new
zeon projectList, show, rename, and archive the projects in your orgzeon project
zeon authLog in, check which credentials are active, and log outzeon auth
zeon mesh-databaseList, show, download, delete, and upload shared mesh assetszeon 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:

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.


Did this page help you?