github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_repo.md (about) 1 ## argocd repo 2 3 Manage repository connection parameters 4 5 ### Synopsis 6 7 Manage repository connection parameters 8 9 ``` 10 argocd repo [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for repo 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --auth-token string Authentication token 23 --client-crt string Client certificate file 24 --client-crt-key string Client certificate key file 25 --config string Path to Argo CD config (default "/home/user/.argocd/config") 26 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 27 --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. 28 -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) 29 --insecure Skip server certificate and domain verification 30 --logformat string Set the logging format. One of: text|json (default "text") 31 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 32 --plaintext Disable TLS 33 --port-forward Connect to a random argocd-server port using port forwarding 34 --port-forward-namespace string Namespace name which should be used for port forwarding 35 --server string Argo CD server address 36 --server-crt string Server certificate file 37 ``` 38 39 ### SEE ALSO 40 41 * [argocd](argocd.md) - argocd controls a Argo CD server 42 * [argocd repo add](argocd_repo_add.md) - Add git repository connection parameters 43 * [argocd repo get](argocd_repo_get.md) - Get a configured repository by URL 44 * [argocd repo list](argocd_repo_list.md) - List configured repositories 45 * [argocd repo rm](argocd_repo_rm.md) - Remove repository credentials 46