forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add generated argocd command docs (argoproj#4606)
- Loading branch information
Showing
105 changed files
with
4,799 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
## argocd | ||
|
||
argocd controls a Argo CD server | ||
|
||
### Synopsis | ||
|
||
argocd controls a Argo CD server | ||
|
||
``` | ||
argocd [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--auth-token string Authentication token | ||
--client-crt string Client certificate file | ||
--client-crt-key string Client certificate key file | ||
--config string Path to Argo CD config (default "/home/user/.argocd/config") | ||
--grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. | ||
--grpc-web-root-path string Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. Set web root. | ||
-H, --header strings Sets additional header to all requests made by Argo CD CLI. (Can be repeated multiple times to add multiple headers, also supports comma separated headers) | ||
-h, --help help for argocd | ||
--insecure Skip server certificate and domain verification | ||
--logformat string Set the logging format. One of: text|json (default "text") | ||
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info") | ||
--plaintext Disable TLS | ||
--port-forward Connect to a random argocd-server port using port forwarding | ||
--port-forward-namespace string Namespace name which should be used for port forwarding | ||
--server string Argo CD server address | ||
--server-crt string Server certificate file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [argocd account](argocd_account.md) - Manage account settings | ||
* [argocd app](argocd_app.md) - Manage applications | ||
* [argocd cert](argocd_cert.md) - Manage repository certificates and SSH known hosts entries | ||
* [argocd cluster](argocd_cluster.md) - Manage cluster credentials | ||
* [argocd completion](argocd_completion.md) - output shell completion code for the specified shell (bash or zsh) | ||
* [argocd context](argocd_context.md) - Switch between contexts | ||
* [argocd gpg](argocd_gpg.md) - Manage GPG keys used for signature verification | ||
* [argocd login](argocd_login.md) - Log in to Argo CD | ||
* [argocd logout](argocd_logout.md) - Log out from Argo CD | ||
* [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 version](argocd_version.md) - Print version information | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
## argocd account | ||
|
||
Manage account settings | ||
|
||
### Synopsis | ||
|
||
Manage account settings | ||
|
||
``` | ||
argocd account [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for account | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--auth-token string Authentication token | ||
--client-crt string Client certificate file | ||
--client-crt-key string Client certificate key file | ||
--config string Path to Argo CD config (default "/home/user/.argocd/config") | ||
--grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. | ||
--grpc-web-root-path string Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. Set web root. | ||
-H, --header strings Sets additional header to all requests made by Argo CD CLI. (Can be repeated multiple times to add multiple headers, also supports comma separated headers) | ||
--insecure Skip server certificate and domain verification | ||
--logformat string Set the logging format. One of: text|json (default "text") | ||
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info") | ||
--plaintext Disable TLS | ||
--port-forward Connect to a random argocd-server port using port forwarding | ||
--port-forward-namespace string Namespace name which should be used for port forwarding | ||
--server string Argo CD server address | ||
--server-crt string Server certificate file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [argocd](argocd.md) - argocd controls a Argo CD server | ||
* [argocd account can-i](argocd_account_can-i.md) - Can I | ||
* [argocd account delete-token](argocd_account_delete-token.md) - Deletes account token | ||
* [argocd account generate-token](argocd_account_generate-token.md) - Generate account token | ||
* [argocd account get](argocd_account_get.md) - Get account details | ||
* [argocd account get-user-info](argocd_account_get-user-info.md) - Get user info | ||
* [argocd account list](argocd_account_list.md) - List accounts | ||
* [argocd account update-password](argocd_account_update-password.md) - Update password | ||
|
Oops, something went wrong.