
* This commit will removed capitalizaion in Error message and follow the Golang code rule. * Golang errors should not begin with capitalization: https://github.com/golang/go/wiki/CodeReviewComments#error-strings Signed-off-by: bijayasharma <vetbijaya@gmail.com> Change-Id: I053cfa9e21ad56b0f30e476ec36320cb7cea4da4
43 lines
864 B
Markdown
43 lines
864 B
Markdown
## 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
|
|
--kubeconfig string Path to kubeconfig associated with site being managed
|
|
--progress show progress
|
|
--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
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl phase](airshipctl_phase.md) - Manage phases
|
|
|