Skip to content
ARC / Agent documentation
Agent index ↗Back to Arc ↗

CLI commands

arc project

Project snapshot export currently returns confirmation_required and exits without a CLI replay loop. Use the desktop or documented HTTP confirmation flow; capsule export has its own working CLI flow.

On this page

CLI reference index · CLI behavior guide

arc project

Project snapshot export currently returns confirmation_required and exits without a CLI replay loop. Use the desktop or documented HTTP confirmation flow; capsule export has its own working CLI flow.

text
usage: arc project [-h] {create,list,export} ...

positional arguments:
  {create,list,export}
    create              Create a project
    list                List projects
    export              Export a project bundle

options:
  -h, --help            show this help message and exit

Argument defaults

ArgumentRequiredDefaultChoices

arc project create

Create a project

text
usage: arc project create [-h] --name NAME [--glyph GLYPH]
                          [--base-url BASE_URL]

options:
  -h, --help           show this help message and exit
  --name NAME
  --glyph GLYPH
  --base-url BASE_URL

Argument defaults

ArgumentRequiredDefaultChoices
--nameyesnull
--glyphnonull
--base-urlno"http://127.0.0.1:6969"

arc project list

List projects

text
usage: arc project list [-h] [--base-url BASE_URL]

options:
  -h, --help           show this help message and exit
  --base-url BASE_URL

Argument defaults

ArgumentRequiredDefaultChoices
--base-urlno"http://127.0.0.1:6969"

arc project export

Export a project bundle

text
usage: arc project export [-h] [--out OUT_DIR] [--base-url BASE_URL] project

positional arguments:
  project              project_id or slug

options:
  -h, --help           show this help message and exit
  --out OUT_DIR
  --base-url BASE_URL

Argument defaults

ArgumentRequiredDefaultChoices
projectyesnull
--outnonull
--base-urlno"http://127.0.0.1:6969"