otdfctl policy attributes update
update - Update an attribute definition
Synopsis
otdfctl policy attributes update [flags]
Description
Attribute Definition 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 attributes
subcommand.
For more general information about attributes, see the attributes
subcommand.
Example
otdfctl policy attributes update --id=3c51a593-cbf8-419d-b7dc-b656d0bedfbb --label hello=world
Options
-i
,--id <id>
- ID of the attribute (required:
true
)
-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