porter credentials show

porter credentials show

Show a Credential

Synopsis

Show a particular credential set, including all named credentials and their corresponding mappings.

porter credentials show [flags]

Examples

  porter credential show github --namespace dev
  porter credential show prodcluster --output json

Options

  -h, --help               help for show
  -n, --namespace string   Namespace in which the credential set is defined. Defaults to the global namespace.
  -o, --output string      Specify an output format.  Allowed values: plaintext, json, yaml (default "plaintext")

Options inherited from parent commands

      --debug                  Enable debug logging
      --debug-plugins          Enable plugin debug logging
      --experimental strings   Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags.

SEE ALSO