You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/commands/zarf_dev_generate_big-bang.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,15 @@ zarf dev generate big-bang 2.3.4 --values-file-manifests=my-configmap.yaml,my-se
34
34
### Options inherited from parent commands
35
35
36
36
```
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.
--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.
--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")
0 commit comments