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
-k, --key string Public key for signature verification
38
+
--oci-concurrency int Number of concurrent layer operations when pulling or pushing images or packages to/from OCI registries. (default 6)
39
+
```
40
+
41
+
### Options inherited from parent commands
42
+
43
+
```
44
+
-a, --architecture string Architecture for OCI images and Zarf packages
45
+
--features stringToString [ALPHA] Provide a comma-separated list of feature names to bools to enable or disable. Ex. --features "foo=true,bar=false,baz=true" (default [])
46
+
--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.
47
+
--log-format string Select a logging format. Defaults to 'console'. Valid options are: 'console', 'json', 'dev'. (default "console")
--no-color Disable terminal color codes in logging and stdout prints.
50
+
--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.
51
+
--tmpdir string Specify the temporary directory to use for intermediate files
52
+
--zarf-cache string Specify the location of the Zarf cache directory (default "~/.zarf-cache")
53
+
```
54
+
55
+
### SEE ALSO
56
+
57
+
*[zarf package](/commands/zarf_package/) - Zarf package commands for creating, deploying, and inspecting packages
CmdPackageSignFlagOverwrite="Overwrite an existing signature if the package is already signed"
336
336
CmdPackageSignFlagKey="Public key to verify the existing signature before re-signing (optional)"
337
337
338
+
CmdPackageVerifyShort="Verify the signature and integrity of a Zarf package"
339
+
CmdPackageVerifyLong="Verify the cryptographic signature (if signed) and checksum integrity of a Zarf package. Returns exit code 0 if valid, non-zero if verification fails."
0 commit comments