airshipctl/docs/source/cli/airshipctl_config_get-encryption-config.md
Ruslan Aliev fc33287204 Remove kubeconfig from config struct
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2020-10-07 14:35:07 -05:00

886 B

airshipctl config get-encryption-config

Get an encryption config information from the airshipctl config

Synopsis

Display a specific encryption config information, or all defined encryption configs if no name is provided.

airshipctl config get-encryption-config NAME [flags]

Examples


# List all the encryption configs airshipctl knows about
airshipctl config get-encryption-configs

# Display a specific encryption config
airshipctl config get-encryption-config exampleConfig

Options

  -h, --help   help for get-encryption-config

Options inherited from parent commands

      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
      --debug                enable verbose output

SEE ALSO