evroc iam rolebinding get

Get a rolebinding

evroc iam rolebinding get <rolebinding_id> [flags]

Examples


	# Get a rolebinding
	$ evroc iam rolebinding get rb1
	

Options

  -h, --help           help for get
      --organization   Get an organization-scoped rolebinding instead of project-scoped
  -o, --out string     Output format, one of: yaml, json, list.
                       		Default on get commands: output is yaml.
                       		Default on list commands: output is list (simple list of IDs).
                       		

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")

SEE ALSO