Out Plane

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.

FlagTypeDescription
-o, --outputstringOutput format. auto means text on a terminal, json when piped. Defaults to auto. One of auto, text, json, ndjson.
--jsonboolShorthand for --output json.
--fieldsstringLimit structured output to these fields, comma separated. An unknown name is an error, not an omission.
--teamstringTeam slug or id, overriding the linked team.
--tokenstringAPI token. Discouraged: argv is visible in process lists and ci logs. prefer outplane_token.
-q, --quietboolSuppress everything except errors.
--dry-runboolPrint the request that would be sent, without sending it.
-y, --yesboolAcknowledge a reversible change. Never enough for a destructive one.