mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
fix(docs): update --auth-token description in argocd_appset_update.md to account for environment variable (#22350)
Signed-off-by: Cheng Fang <cfang@redhat.com>
This commit is contained in:
parent
bfd72b42df
commit
8545d214b6
1 changed files with 1 additions and 1 deletions
2
docs/user-guide/commands/argocd_appset_update.md
generated
2
docs/user-guide/commands/argocd_appset_update.md
generated
|
|
@ -24,7 +24,7 @@ argocd appset update [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--auth-token string Authentication token
|
||||
--auth-token string Authentication token; set this or the ARGOCD_AUTH_TOKEN environment variable
|
||||
--client-crt string Client certificate file
|
||||
--client-crt-key string Client certificate key file
|
||||
--config string Path to Argo CD config (default "/home/user/.config/argocd/config")
|
||||
|
|
|
|||
Loading…
Reference in a new issue