github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_proj_set.md (about) 1 ## argocd proj set 2 3 Set project parameters 4 5 ### Synopsis 6 7 Set project parameters 8 9 ``` 10 argocd proj set PROJECT [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --description string Project description 17 -d, --dest stringArray Permitted destination server and namespace (e.g. https://192.168.99.100:8443,default) 18 -h, --help help for set 19 --orphaned-resources Enables orphaned resources monitoring 20 --orphaned-resources-warn Specifies if applications should be a warning condition when orphaned resources detected 21 --signature-keys strings GnuPG public key IDs for commit signature verification 22 -s, --src stringArray Permitted source repository URL 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --auth-token string Authentication token 29 --client-crt string Client certificate file 30 --client-crt-key string Client certificate key file 31 --config string Path to Argo CD config (default "/home/user/.argocd/config") 32 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 33 --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. 34 -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) 35 --insecure Skip server certificate and domain verification 36 --logformat string Set the logging format. One of: text|json (default "text") 37 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 38 --plaintext Disable TLS 39 --port-forward Connect to a random argocd-server port using port forwarding 40 --port-forward-namespace string Namespace name which should be used for port forwarding 41 --server string Argo CD server address 42 --server-crt string Server certificate file 43 ``` 44 45 ### SEE ALSO 46 47 * [argocd proj](argocd_proj.md) - Manage projects 48