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.
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.
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
| Argument | Required | Default | Choices |
|---|
arc project create
Create a project
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
| Argument | Required | Default | Choices |
|---|---|---|---|
--name | yes | null | — |
--glyph | no | null | — |
--base-url | no | "http://127.0.0.1:6969" | — |
arc project list
List projects
usage: arc project list [-h] [--base-url BASE_URL]
options:
-h, --help show this help message and exit
--base-url BASE_URL
Argument defaults
| Argument | Required | Default | Choices |
|---|---|---|---|
--base-url | no | "http://127.0.0.1:6969" | — |
arc project export
Export a project bundle
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
| Argument | Required | Default | Choices |
|---|---|---|---|
project | yes | null | — |
--out | no | null | — |
--base-url | no | "http://127.0.0.1:6969" | — |