airshipctl/docs/source/cli/airshipctl_plan_validate.md
Ruslan Aliev 6076891f31 Introduce plan validate command
This patch implements CLI command to invoke plan validation.
Appropriate functionality was already added to pkg previously.

Change-Id: I038b49c8de0af65f38b62950b27b31d95a6301a9
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #19
Relates-To: #497
Closes: #497
2021-03-27 12:59:30 -05:00

517 B

airshipctl plan validate

Validate plan

Synopsis

Run life-cycle phase validation which was defined in document model.

airshipctl plan validate PLAN_NAME [flags]

Options

  -h, --help   help for validate

Options inherited from parent commands

      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
      --debug                enable verbose output

SEE ALSO