tags:update
Update a tag definition.
Reference for flywheel tags:update.
Command Group
Nodes & Graph Commands
Summary
Update a tag definition.
Usage
flywheel tags:update <FLAGS>Required flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--root_node_id | string | Graph root identifier. | ||
--tag_id | string | Tag identifier. | ||
--expected_revision | integer | Optimistic lock revision. |
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--name | string | New tag name. | ||
--bg_color | string | New background color. | ||
--text_color | string | New foreground text color. | ||
--one_only | Toggle at-most-one-per-node constraint. | |||
--track_history | Toggle history tracking for one_only tags. | |||
--format | FORMAT | json, tsv, csv, table | Output format for command results. | |
--env | PROFILE | Use a configured CLI profile for this invocation. | ||
--out | PATH | Write output to a file path, or use - for stdout. | ||
--open | Open browser-bound URLs when supported. | |||
--no-retry | Disable transient-error retries. | |||
--retry-max | N | Maximum transient-error retry attempts. | ||
--wait | Block on async operations until a terminal state is reached. | |||
--wait-timeout | SECONDS | 600 | Seconds to wait for --wait before timing out. Defaults to 600. | |
--allow-self | Allow mutating the currently active credential. | |||
--timeout | SECONDS | Set the per-request timeout budget in seconds. | ||
--idempotency-key | KEY | Reuse an Idempotency-Key so ambiguous write failures can be retried with the same key. | ||
--force | Force safety-gated operations where supported. | |||
--yes | Skip confirmation prompts for destructive operations. | |||
--debug | Print structured request debugging with secrets masked. | |||
--verbose | Print verbose progress for long-running operations. | |||
-h, --help | Show this help. |
Examples
Rename a tag.
flywheel tags:update --root_node_id r_root --tag_id t_abc --expected_revision 13 --name urgent-v2