Skip to content

Commit 54a97d1

Browse files
committed
make docs and schema
Signed-off-by: Austin Abro <[email protected]>
1 parent ab080f5 commit 54a97d1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

site/src/content/docs/commands/zarf_dev_generate_big-bang.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ zarf dev generate big-bang 2.3.4 --values-file-manifests=my-configmap.yaml,my-se
3434
### Options inherited from parent commands
3535

3636
```
37-
-a, --architecture string Architecture for OCI images and Zarf packages
38-
--insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture.
39-
-l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info")
40-
--no-color Disable colors in output
41-
--no-log-file Disable log file creation
42-
--no-progress Disable fancy UI progress bars, spinners, logos, etc
43-
--tmpdir string Specify the temporary directory to use for intermediate files
44-
--zarf-cache string Specify the location of the Zarf cache directory (default "~/.zarf-cache")
37+
-a, --architecture string Architecture for OCI images and Zarf packages
38+
--insecure-skip-tls-verify Skip checking server's certificate for validity. This flag should only be used if you have a specific reason and accept the reduced security posture.
39+
-l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info")
40+
--no-color Disable colors in output
41+
--no-log-file Disable log file creation
42+
--no-progress Disable fancy UI progress bars, spinners, logos, etc
43+
--plain-http Force the connections over HTTP instead of HTTPS. This flag should only be used if you have a specific reason and accept the reduced security posture.
44+
--tmpdir string Specify the temporary directory to use for intermediate files
45+
--zarf-cache string Specify the location of the Zarf cache directory (default "~/.zarf-cache")
4546
```
4647

4748
### SEE ALSO

0 commit comments

Comments
 (0)