CLI commands
arc artifact
Manage Arc artifacts
On this page
CLI reference index · CLI behavior guide
arc artifact
Manage Arc artifacts
usage: arc artifact [-h] {add} ...
positional arguments:
{add}
add Add an artifact
options:
-h, --help show this help message and exit
Argument defaults
| Argument | Required | Default | Choices |
|---|
arc artifact add
Add an artifact
usage: arc artifact add [-h] --room ROOM_ID --title TITLE --kind KIND
[--by BY_AGENT_ID] [--body BODY | --file FILE]
[--base-url BASE_URL]
options:
-h, --help show this help message and exit
--room ROOM_ID
--title TITLE
--kind KIND
--by BY_AGENT_ID
--body BODY
--file FILE
--base-url BASE_URL
Argument defaults
| Argument | Required | Default | Choices |
|---|---|---|---|
--room | yes | null | — |
--title | yes | null | — |
--kind | yes | null | — |
--by | no | null | — |
--body | no | null | — |
--file | no | null | — |
--base-url | no | "http://127.0.0.1:6969" | — |