![Ruslan Aliev](/assets/img/avatar_default.png)
This reverts commit 694067492cfedd5e7b369b396bfce9923c0ca3a1. Reason for revert: Encryption configs inside airship config are no longer required. Encrypt feature was implemented different way. Change-Id: I1c8feec75000402e314e815e4832ce740f0e1254
22 lines
529 B
Plaintext
22 lines
529 B
Plaintext
Create or modify a context in the airshipctl config files.
|
|
|
|
Usage:
|
|
set-context NAME [flags]
|
|
|
|
Examples:
|
|
|
|
# Create a new context named "exampleContext"
|
|
airshipctl config set-context exampleContext \
|
|
--manifest=exampleManifest \
|
|
|
|
# Update the manifest of the current-context
|
|
airshipctl config set-context \
|
|
--current \
|
|
--manifest=exampleManifest
|
|
|
|
|
|
Flags:
|
|
--current update the current context
|
|
-h, --help help for set-context
|
|
--manifest string set the manifest for the specified context
|