fc33287204
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
43 lines
886 B
Markdown
43 lines
886 B
Markdown
## 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
|
|
|
|
* [airshipctl config](airshipctl_config.md) - Manage the airshipctl config file
|
|
|