Boundary
roles update
Command: roles update
The roles update command lets you update an existing role.
Example
This example updates a role with the ID r_1234567890 to add the name devops and the description Role for DevOps:
$ boundary roles update -id r_1234567890 -name "devops" -description "Role for DevOps"
Usage
$ boundary roles update [options] [args]
Command options
-description=<string>- The description to set on the role.-id=<string>- The ID of the role you want to update.-name=<string>- The name to set on the role.-version=<int>- The version of the role you want to update. If you do not specify a version, the command performs a check-and-set automatically.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: