4c3140be93
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I3587ad211f7d614b5cc6a162ca352ac54c3b90f0
19 lines
679 B
Plaintext
19 lines
679 B
Plaintext
Provides capabilities for interacting with phases, such as getting list of phases or applying a specific one.
|
|
|
|
Usage:
|
|
phase [command]
|
|
|
|
Available Commands:
|
|
help Help about any command
|
|
list Airshipctl command to list phases
|
|
render Airshipctl command to render phase documents from model
|
|
run Airshipctl command to run phase
|
|
status Airshipctl command to show status of the phase
|
|
tree Airshipctl command to show tree view of kustomize entrypoints of phase
|
|
validate Airshipctl command to validate phase and its documents
|
|
|
|
Flags:
|
|
-h, --help help for phase
|
|
|
|
Use "phase [command] --help" for more information about a command.
|