CLI commands
arc license
Manage the Arc license
CLI reference index · CLI behavior guide
arc license
Manage the Arc license
usage: arc license [-h] {show,verify,activate,deactivate} ...
positional arguments:
{show,verify,activate,deactivate}
show Print the current license state (offline check)
verify Ask the license server whether the key is still valid
(informational — never changes anything)
activate Activate this machine with a license key
deactivate Free this machine's activation slot
options:
-h, --help show this help message and exit
Argument defaults
| Argument | Required | Default | Choices |
|---|
arc license show
Print the current license state (offline check)
usage: arc license show [-h]
options:
-h, --help show this help message and exit
Argument defaults
| Argument | Required | Default | Choices |
|---|
arc license verify
Ask the license server whether the key is still valid (informational — never changes anything)
usage: arc license verify [-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 license activate
Activate this machine with a license key
usage: arc license activate [-h] [--base-url BASE_URL] [--yes] key
positional arguments:
key the license key from your purchase email
options:
-h, --help show this help message and exit
--base-url BASE_URL
--yes, -y skip the confirmation prompt
Argument defaults
| Argument | Required | Default | Choices |
|---|---|---|---|
key | yes | null | — |
--base-url | no | "http://127.0.0.1:6969" | — |
--yes, -y | no | false | — |
arc license deactivate
Free this machine's activation slot
usage: arc license deactivate [-h] [--base-url BASE_URL] [--yes]
options:
-h, --help show this help message and exit
--base-url BASE_URL
--yes, -y skip the confirmation prompt
Argument defaults
| Argument | Required | Default | Choices |
|---|---|---|---|
--base-url | no | "http://127.0.0.1:6969" | — |
--yes, -y | no | false | — |