evroc iam rolebinding list
List rolebindings
evroc iam rolebinding list [flags]
Examples
# List rolebindings in the current project
$ evroc iam rolebinding list
rb1
other-rolebinding
# List rolebindings in the current organization
$ evroc iam rolebinding list --organization
Options
-h, --help help for list
-l, --label-selector string Optional label selector to select resources using Kubernetes-style selector syntax.
This can be used with label keys from userLabels and systemLabels, using the prefixed syntax
(e.g. "team in (frontend,backend)", "networking.evroc.com/managed-network=default").
--organization List organization-scoped rolebindings 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
- evroc iam rolebinding - RoleBinding management commands