Ian Howell 49027f4151 Tighten the restrictions of the linter
This change causes the linter to be a bit more complainy. The hope is
that this will cut down on some of the more pedantic issues being caught
in code reviews, and thus reduce the overall time a change spends in the
review process.

This change includes various changes to the codebase to bring it up to
the new standards.

Change-Id: I570d304bca5554404354f972d8a2743279a0171b
2020-01-10 14:54:34 -06:00

19 lines
488 B
Plaintext

Error: Missing configuration: Context with name 'contextMissing'
Usage:
get-context NAME [flags]
Examples:
# List all the contexts airshipctl knows about
airshipctl config get-context
# Display the current context
airshipctl config get-context --current-context
# Display a specific Context
airshipctl config get-context e2e
Flags:
--current-context current-context to retrieve the current context entry in airshipctl config
-h, --help help for get-context