Skip to content
15 changes: 15 additions & 0 deletions _partials/_devops-cli-config-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

| Flag | Default | Description |
|---------------------------|-------------------|-----------------------------------------------------------------------------|
| `analytics` | `true` | Set to `false` to disable usage analytics |
| `color ` | `true` | Set to `false` to disable colored output |
| `debug` | No debugging | Enable debug logging |
| `docs_mcp` | `true` | Enable or disable the $COMPANY documentation MCP proxy |
| `output` | `table` | Set the output format to `json`, `yaml`, or `table` |
| `password-storage` string | `keyring` | Set the password storage method. Options are `keyring`, `pgpass`, or `none` |
| `service-id` string | - | Set the $SERVICE_LONG to manage |
| `version_check_interval` | `24h` | Set how often the $CLI_SHORT checks for a new version |

You can also set these configuration options as environment variables. Environment variables:
* Take precedence over configuration parameters values.
* Are in upper case and use the `TIGER_` prefix. For example, `TIGER_ANALYTICS`
4 changes: 2 additions & 2 deletions _partials/_devops-cli-global-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
|-------------------------------|-------------------|-----------------------------------------------------------------------------|
| `--analytics` | `true` | Set to `false` to disable usage analytics |
| `--color ` | `true` | Set to `false` to disable colored output |
| `--config-dir` string | `.config/tiger` | Set the directory that holds `config.yaml` |
| `--config-dir` string | `~/.config/tiger` | Set the directory that holds `config.yaml` |
| `--debug` | No debugging | Enable debug logging |
| `--help` | - | Print help about the current command. For example, `tiger service --help` |
| `--password-storage` string | keyring | Set the password storage method. Options are `keyring`, `pgpass`, or `none` |
| `--service-id` string | - | Set the $SERVICE_LONG to manage |
| ` --skip-update-check ` | - | Do not check if a new version of $CLI_LONG is available|
| `--skip-update-check` | - | Do not check if a new version of $CLI_LONG is available |
Loading