Skip to content

Kindplane credentials list

kindplane credentials list

List configured credentials

Synopsis

List configured credentials for Crossplane cloud providers.

This command shows all credentials that have been configured for Crossplane providers, including the associated secrets and ProviderConfigs.

kindplane credentials list [flags]

Examples

  # List all configured credentials
  kindplane credentials list

  # List credentials for a specific provider
  kindplane credentials list --provider aws

Options

  -h, --help               help for list
  -p, --provider string    filter by provider (aws, azure, gcp, kubernetes)
      --timeout duration   timeout for listing (default 30s)

Options inherited from parent commands

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO