github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_app_actions_run.md (about) 1 ## argocd app actions run 2 3 Runs an available action on resource(s) 4 5 ### Synopsis 6 7 Runs an available action on resource(s) 8 9 ``` 10 argocd app actions run APPNAME ACTION [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --all Indicates whether to run the action on multiple matching resources 17 --group string Group 18 -h, --help help for run 19 --kind string Kind 20 --namespace string Namespace 21 --resource-name string Name of resource 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 actions](argocd_app_actions.md) - Manage Resource actions 47