otdfctl policy resource-mapping-groups update
update - Update a resource mapping group
Synopsis
otdfctl policy resource-mapping-groups update [flags]
Description
Alter the namespace associated with a group, or update the group's name.
For more information about resource mapping groups, see the resource-mapping-groups
subcommand.
Examples
otdfctl policy resource-mapping-groups update --id=3ff446fb-8fb1-4c04-8023-47592c90370c --name new-name
Options
-
--id <id>
- The ID of the resource mapping group to update. (required:
false
)
-
--namespace-id <namespace-id>
- The ID of the namespace of the group (required:
false
)
-
--name <name>
- The name of the group (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