Skip to content

Commit

Permalink
crepocreds-short-changed (#21285)
Browse files Browse the repository at this point in the history
Signed-off-by: Surajyadav <[email protected]>
  • Loading branch information
surajyadav1108 authored Dec 22, 2024
1 parent cf89ee6 commit e5df999
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/repocreds.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
func NewRepoCredsCommand(clientOpts *argocdclient.ClientOptions) *cobra.Command {
command := &cobra.Command{
Use: "repocreds",
Short: "Manage repository connection parameters",
Short: "Manage credential templates for repositories",
Example: templates.Examples(`
# Add credentials with user/pass authentication to use for all repositories under the specified URL
argocd repocreds add URL --username USERNAME --password PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/commands/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ argocd [flags]
* [argocd proj](argocd_proj.md) - Manage projects
* [argocd relogin](argocd_relogin.md) - Refresh an expired authenticate token
* [argocd repo](argocd_repo.md) - Manage repository connection parameters
* [argocd repocreds](argocd_repocreds.md) - Manage repository connection parameters
* [argocd repocreds](argocd_repocreds.md) - Manage credential templates for repositories
* [argocd version](argocd_version.md) - Print version information

2 changes: 1 addition & 1 deletion docs/user-guide/commands/argocd_repocreds.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/user-guide/commands/argocd_repocreds_add.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/user-guide/commands/argocd_repocreds_list.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/user-guide/commands/argocd_repocreds_rm.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5df999

Please sign in to comment.