
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
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
Manage the airshipctl config file
|
|
|
|
Usage:
|
|
config [command]
|
|
|
|
Available Commands:
|
|
get-context Get context information from the airshipctl config
|
|
get-encryption-config Get an encryption config information from the airshipctl config
|
|
get-management-config View a management config or all management configs defined in the airshipctl config
|
|
get-manifest Get a manifest information from the airshipctl config
|
|
help Help about any command
|
|
import Merge information from a kubernetes config file
|
|
init Generate initial configuration files for airshipctl
|
|
set-context Manage contexts
|
|
set-encryption-config Manage encryption configs in airship config
|
|
set-management-config Modify an out-of-band management configuration
|
|
set-manifest Manage manifests in airship config
|
|
use-context Switch to a different context
|
|
|
|
Flags:
|
|
-h, --help help for config
|
|
|
|
Use "config [command] --help" for more information about a command.
|