File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ ISO import
269269
270270### Syntax
271271
272- ``` h1 iso create | --name NAME [--tag TAG [--tag TAG ...]] [--source-file SOURCE-FILE] [--source-url SOURCE-URL] ```
272+ ``` h1 iso create | --name NAME [--tag TAG [--tag TAG ...]] [--source-file SOURCE-FILE] [--source-url SOURCE-URL] [--no-progress] ```
273273### Examples
274274
275275#### Create an ISO using a local file
@@ -296,6 +296,7 @@ h1 iso create --name myiso --source-url http://example.com/some.iso
296296| ``` --tag TAG [--tag TAG ...] ``` | | Key=value of tag. The parameter may occur repeatedly |
297297| ``` --source-file SOURCE-FILE ``` | | Source file for ISO import. |
298298| ``` --source-url SOURCE-URL ``` | | Source url for ISO import. Required if source-file is not specified. |
299+ | ``` --no-progress ``` | | Disable progress bar |
299300
300301## h1 iso tag
301302
You can’t perform that action at this time.
0 commit comments