CLI commands
arc reset
Stop the hub and delete the database
CLI reference index · CLI behavior guide
arc reset
Stop the hub and delete the database
usage: arc reset [-h] [--host HOST] [--port PORT] [--storage STORAGE] [--yes]
options:
-h, --help show this help message and exit
--host HOST
--port PORT
--storage STORAGE SQLite path. Defaults to <arc data-root>/app.db.
--yes, -y Skip the confirmation prompt (required when stdin is not
a terminal)
Argument defaults
| Argument | Required | Default | Choices |
|---|---|---|---|
--host | no | "127.0.0.1" | — |
--port | no | 6969 | — |
--storage | no | null | — |
--yes, -y | no | false | — |