chainctl iam role-bindings list
chainctlReferenceProduct
chainctl iam role-bindings list
List role-bindings.
chainctl iam role-bindings list --group=GROUP_NAME|GROUP_ID [--output table|tree|json]
Examples
# List role-bindings
chainctl iam role-bindings list
# Filter role-bindings by group
chainctl iam role-bindings list --group=my-group
Options
--group string List role-bindings from this group. (optional)
-h, --help help for list
Options inherited from parent commands
--api string The url of the Chainguard platform API. (default "http://api.api-system.svc")
--audience string The Chainguard token audience to request. (default "http://api.api-system.svc")
--config string A specific chainctl config file.
--console string The url of the Chainguard platform Console. (default "http://console-ui.api-system.svc")
--issuer string The url of the Chainguard STS endpoint. (default "http://issuer.oidc-system.svc")
-o, --output string Output format. One of: ["", "table", "tree", "json", "id", "wide"]
--timestamp-authority string The url of the Chainguard Timestamp Authority endpoint. (default "http://tsa.timestamp-authority.svc")
-v, --v int Set the log verbosity level.
SEE ALSO
- chainctl iam role-bindings - IAM role-bindings resource interactions.