e4436ca36d
This reverts commit 694067492c
.
Reason for revert: Encryption configs inside airship config are
no longer required. Encrypt feature was implemented different way.
Change-Id: I1c8feec75000402e314e815e4832ce740f0e1254
22 lines
514 B
Plaintext
22 lines
514 B
Plaintext
Error: accepts at most 1 arg(s), received 2
|
|
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
|
|
|