Skip to content

cub oauthclient list

cub oauthclient list

List OAuth clients

Synopsis

List the OAuth clients registered for your organization.

Examples:

  # List all OAuth clients
  cub oauthclient list

  # List without headers for scripting
  cub oauthclient list --no-headers

  # List in JSON format
  cub oauthclient list -o json
cub oauthclient list [flags]

Options

      --columns strings   columns to display; can be repeated or comma-separated (e.g., Slug,Labels.Environment)
  -h, --help              help for list
      --no-headers        Don't print headers for table output
  -o, --output string     Output format. One of: json, yaml, name, wide, mutations, jq=<expr>, yq=<expr>, custom-columns=<spec>
      --quiet             No default output.
      --verbose           Detailed output, additive with default output

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output

SEE ALSO