Boundary
roles create
Command: roles create
The roles create command lets you create a new role.
Example
This example creates a role with the name prodops and the description Role for ProdOps:
$ boundary roles create -name prodops -description "Role for ProdOps"
Usage
$ boundary roles create [options] [args]
Command options
-description=<string>- The description to assign to the role.-name=<string>- The name to assign to the role.-scope-id=<string>- The scope in which you want to create the role. The default isglobal. You can also specify the scope using the BOUNDARY_SCOPE_ID environment variable.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: