porter credentials apply

porter credentials apply

Apply changes to a credential set

Synopsis

Apply changes from the specified file to a credential set. If the credential set doesn’t already exist, it is created.

Supported file extensions: json and yaml.

You can use the generate and show commands to create the initial file: porter credentials generate mycreds –reference SOME_BUNDLE porter credentials show mycreds –output yaml > mycreds.yaml

porter credentials apply FILE [flags]

Examples

  porter credentials apply mycreds.yaml

Options

  -h, --help               help for apply
  -n, --namespace string   Namespace in which the credential set is defined. The namespace in the file, if set, takes precedence.

Options inherited from parent commands

      --experimental strings   Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags.
      --verbosity string       Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info")

SEE ALSO