
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
31 lines
500 B
Markdown
31 lines
500 B
Markdown
## airshipctl image build
|
|
|
|
Build ISO image
|
|
|
|
### Synopsis
|
|
|
|
Build ISO image
|
|
|
|
```
|
|
airshipctl image build [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for build
|
|
--progress show progress
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl image](airshipctl_image.md) - Manage ISO image creation
|
|
|