Global Options
Flags every Out Plane CLI command accepts.
These work on every command. A command that refuses one says so on its own page:
login, team use and update reject --team, because none of them acts on a team's
resources.
--output and --fields shape structured output and are covered in full on the
Output page. --yes acknowledges a reversible change and is never
enough on its own for a destructive one, which also needs --confirm-name.
| Flag | Type | Description |
|---|---|---|
-o, --output | string | Output format. auto means text on a terminal, json when piped. Defaults to auto. One of auto, text, json, ndjson. |
--json | bool | Shorthand for --output json. |
--fields | string | Limit structured output to these fields, comma separated. An unknown name is an error, not an omission. |
--team | string | Team slug or id, overriding the linked team. |
--token | string | API token. Discouraged: argv is visible in process lists and ci logs. prefer outplane_token. |
-q, --quiet | bool | Suppress everything except errors. |
--dry-run | bool | Print the request that would be sent, without sending it. |
-y, --yes | bool | Acknowledge a reversible change. Never enough for a destructive one. |