jx secret edit

Edits secret values in the underlying secret stores for ExternalSecrets

Usage

jx secret edit

Synopsis

Edits secret values in the underlying secret stores for ExternalSecrets

Examples

# edit any missing mandatory secrets
jx-secret edit

# edit any secrets with a given filter
jx-secret edit --filter nexus

Options

      --all             for interactive mode do you want to select all of the properties to edit by default. Otherwise none are selected and you choose to select the properties to change
  -d, --dir string      the directory to look for the .jx/secret/mapping/secret-mappings.yaml file (default ".")
  -f, --filter string   filter on the Secret / ExternalSecret names to enter
  -h, --help            help for edit
  -i, --interactive     interactive mode asks the user for the Secret name and the properties to edit
  -m, --multiple        for interactive mode do you want to select multiple secrets to edit. If not defaults to just picking a single secret
  -n, --ns string       the namespace to filter the ExternalSecret resources

Source

jenkins-x-plugins/jx-secret


Last modified April 20, 2021: chore: regenerated plugin docs (412f8f1671)