Skip to content

Commit

Permalink
chore: run make docs-and-schema
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Szulik <maciej@defenseunicorns.com>
  • Loading branch information
soltysh committed Dec 17, 2024
1 parent 792108d commit 6295610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/content/docs/commands/zarf_tools_update-creds.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ $ zarf tools update-creds artifact --artifact-push-username={USERNAME} --artifac
--git-pull-password string Password for the pull-only user to access the git server
--git-pull-username string Username for pull-only access to the git server
--git-push-password string Password for the push-user to access the git server
--git-push-username string Username to access to the git server Zarf is configured to use. User must be able to create repositories via 'git push'
--git-push-username string Username to access to the git server Zarf is configured to use. User must be able to create repositories via 'git push' (default "zarf-git-user")
--git-url string External git server url to use for this Zarf cluster
-h, --help help for update-creds
--registry-pull-password string Password for the pull-only user to access the registry
--registry-pull-username string Username for pull-only access to the registry
--registry-push-password string Password for the push-user to connect to the registry
--registry-push-username string Username to access to the registry Zarf is configured to use
--registry-push-username string Username to access to the registry Zarf is configured to use (default "zarf-push")
--registry-url string External registry url address to use for this Zarf cluster
```

Expand Down

0 comments on commit 6295610

Please sign in to comment.