
Design document: https://docs.google.com/document/d/1EjiCuXoiy8DEEXe15KxVJ4iWrwogCyG113_0LdzcWzQ/edit?usp=drive_web&ouid=102644738301620637153 This is the second of multiple patchsets to support encryption and decryption in airshipctl Complete feature: https://review.opendev.org/#/c/742695/ Depends-On: https://review.opendev.org/#/c/749892/ Change-Id: I1a0553622049366977af8c2efbec12012a6fa641
44 lines
1014 B
Markdown
44 lines
1014 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
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl config](airshipctl_config.md) - Manage the airshipctl config file
|
|
|