otdfctl policy attributes values update
update - Update attribute value
Synopsis
otdfctl policy attributes values update [flags]
Description
Attribute Value changes can be dangerous, so this command is for updates considered "safe" (currently just mutations to metadata labels
).
For unsafe updates, see the dedicated unsafe update
command. For more general information, see the values
subcommand.
For more general information about attributes, see the attributes
subcommand.
Example
otdfctl policy attributes values update --id 355743c1-c0ef-4e8d-9790-d49d883dbc7d --label hello=world
Options
-i
,--id <id>
- The ID of the attribute value to update (required:
false
)
-l
,--label <label>
- Optional metadata 'labels' in the format: key=value (required:
false
)
-
--force-replace-labels <force-replace-labels>
- Destructively replace entire set of existing metadata 'labels' with any provided to this command (required:
false
)
Aliases
u