Skip to main content

otdfctl policy attributes namespaces update

update - Update a attribute namespace

Synopsis

otdfctl policy attributes namespaces update [flags]

Description

Attribute Namespace 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 namespaces subcommand.

Example

otdfctl policy attributes namespaces update --id=7650f02a-be00-4faa-a1d1-37cded5e23dc --label hello=world

Options

-i, --id <id>
ID of the attribute namespace (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