14ef1f8680
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: I5d46bd361088cc1e4aff79a3009cd43a73ca1252
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
Validate a plan defined in the site manifest. Specify the plan using the mandatory parameter PLAN_NAME.
|
|
To get list of plans associated for a site, run 'airshipctl plan list'.
|
|
|
|
Usage:
|
|
validate PLAN_NAME [flags]
|
|
|
|
Examples:
|
|
|
|
Validate plan named iso
|
|
# airshipctl plan validate iso
|
|
|
|
|
|
Flags:
|
|
-h, --help help for validate
|