config¶
Inspect and manage AutoShip configuration.
Syntax¶
Arguments¶
config does not accept positional arguments; use subcommands.
Options¶
| Short | Long | Default | Description |
|---|---|---|---|
| - | --help |
- | Show help and exit |
Subcommands¶
config list¶
Show the effective configuration (sensitive values are redacted).
| Short | Long | Default | Description |
|---|---|---|---|
| - | --json |
False |
Output as JSON |
config get¶
Get a single configuration value.
| Name | Required | Description |
|---|---|---|
key |
Yes | Dotted configuration key, e.g. model.default_tier |
config telemetry¶
Enable, disable, or view telemetry setting.
| Short | Long | Default | Description |
|---|---|---|---|
| - | --enable |
False |
Enable telemetry |
| - | --disable |
False |
Disable telemetry |
| - | --status |
False |
Show current telemetry status |
Examples¶
List effective configuration:
View as JSON:
Get a single value:
Check telemetry status:
Enable telemetry:
Disable telemetry:
Output Notes / Common Errors¶
config listredacts sensitive values such as API keys.- Telemetry is disabled by default; no anonymous usage data is sent until explicitly enabled.
- Configuration can be overridden via
.autoship.toml, environment variables (allowlist only), and CLI options.