Skip to content

Commit

Permalink
make docs and schema
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Sep 16, 2024
1 parent 9bfbe79 commit 9445f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/content/docs/commands/zarf_package_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zarf package deploy [ PACKAGE_SOURCE ] [flags]
-h, --help help for deploy
--retries int Number of retries to perform for Zarf deploy operations like git/image pushes or Helm installs (default 3)
--set stringToString Specify deployment variables to set on the command line (KEY=value) (default [])
--shasum string Shasum of the package to deploy. Required if deploying a remote package.
--shasum string Shasum of the package to deploy. Required if deploying a remote https package.
--skip-signature-validation Skip validating the signature of the Zarf package
--skip-webhooks [alpha] Skip waiting for external webhooks to execute as each package component is deployed
--timeout duration Timeout for health checks and Helm operations such as installs and rollbacks (default 15m0s)
Expand Down
1 change: 1 addition & 0 deletions site/src/content/docs/commands/zarf_package_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $ zarf package pull oci://ghcr.io/defenseunicorns/packages/dos-games:1.0.0 -a sk
```
-h, --help help for pull
-o, --output-directory string Specify the output directory for the pulled Zarf package
--shasum string Shasum of the package to pull. Required if pulling a https package. A shasum can be retrieved using zarf dev sha256sum <url>
```

### Options inherited from parent commands
Expand Down

0 comments on commit 9445f80

Please sign in to comment.