github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_app_get.md (about) 1 ## argocd app get 2 3 Get application details 4 5 ### Synopsis 6 7 Get application details 8 9 ``` 10 argocd app get APPNAME [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --hard-refresh Refresh application data as well as target manifests cache 17 -h, --help help for get 18 -o, --output string Output format. One of: json|yaml|wide (default "wide") 19 --refresh Refresh application data when retrieving 20 --show-operation Show application operation 21 --show-params Show application parameters and overrides 22 ``` 23 24 ### Options inherited from parent commands 25 26 ``` 27 --auth-token string Authentication token 28 --client-crt string Client certificate file 29 --client-crt-key string Client certificate key file 30 --config string Path to Argo CD config (default "/home/user/.argocd/config") 31 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 32 --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. 33 -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) 34 --insecure Skip server certificate and domain verification 35 --logformat string Set the logging format. One of: text|json (default "text") 36 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 37 --plaintext Disable TLS 38 --port-forward Connect to a random argocd-server port using port forwarding 39 --port-forward-namespace string Namespace name which should be used for port forwarding 40 --server string Argo CD server address 41 --server-crt string Server certificate file 42 ``` 43 44 ### SEE ALSO 45 46 * [argocd app](argocd_app.md) - Manage applications 47