Appearance
metaplay secrets list ENVIRONMENT [flags]
List the user secrets in the target environment
Appearance
List the user secrets in the target environment
metaplay secrets list ENVIRONMENT [flags] Show all user-created secrets in the target environment.
In the default output mode, the secrets are sanitized to avoid accidentally showing them. Use --show-values flag to show the secrets. When using --format=json, the secret values are always shown.
Expected arguments:
Related commands:
# Show all secrets in text format (default) with their values censored.
metaplay secrets list nimbly
# Show all secrets with their values shown.
metaplay secrets list nimbly --show-values
# Show all secrets in JSON format (with all Kubernetes metadata included).
metaplay secrets list nimbly --format=json--format <string>: Output format. Valid values are 'text' or 'json'. JSON format always shows values. (default: text)--show-values: Show the values of the secrets. Only applies to text format.--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]