airshipctl/docs/source/cli/airshipctl_phase_run.md
Sirajudeen 3e4c228638 Add timeout flag for phase run in cli
Syntax:
	airshipctl phase run <PHASE_NAME> --timeout <time_unit>

Exmaple:
	airshipctl phase run initinfra-ephemeral --debug --wait-timeout 1000s

Change-Id: Ic8c699f5302eb482f32aee0e7d7c593df2ed7d3b
2020-09-28 16:58:18 +00:00

860 B

airshipctl phase run

Run phase

Synopsis

Run specific life-cycle phase such as ephemeral-control-plane, target-initinfra etc...

airshipctl phase run PHASE_NAME [flags]

Examples


# Run initinfra phase
airshipctl phase run ephemeral-control-plane

Options

      --dry-run                 simulate phase execution
  -h, --help                    help for run
      --wait-timeout duration   wait timeout

Options inherited from parent commands

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

SEE ALSO