github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_proj.md (about) 1 ## argocd proj 2 3 Manage projects 4 5 ### Synopsis 6 7 Manage projects 8 9 ``` 10 argocd proj [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for proj 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 proj add-destination](argocd_proj_add-destination.md) - Add project destination 43 * [argocd proj add-orphaned-ignore](argocd_proj_add-orphaned-ignore.md) - Add a resource to orphaned ignore list 44 * [argocd proj add-signature-key](argocd_proj_add-signature-key.md) - Add GnuPG signature key to project 45 * [argocd proj add-source](argocd_proj_add-source.md) - Add project source repository 46 * [argocd proj allow-cluster-resource](argocd_proj_allow-cluster-resource.md) - Adds a cluster-scoped API resource to the allow list and removes it from deny list 47 * [argocd proj allow-namespace-resource](argocd_proj_allow-namespace-resource.md) - Removes a namespaced API resource from the deny list or add a namespaced API resource to the allow list 48 * [argocd proj create](argocd_proj_create.md) - Create a project 49 * [argocd proj delete](argocd_proj_delete.md) - Delete project 50 * [argocd proj deny-cluster-resource](argocd_proj_deny-cluster-resource.md) - Removes a cluster-scoped API resource from the allow list and adds it to deny list 51 * [argocd proj deny-namespace-resource](argocd_proj_deny-namespace-resource.md) - Adds a namespaced API resource to the deny list or removes a namespaced API resource from the allow list 52 * [argocd proj edit](argocd_proj_edit.md) - Edit project 53 * [argocd proj get](argocd_proj_get.md) - Get project details 54 * [argocd proj list](argocd_proj_list.md) - List projects 55 * [argocd proj remove-destination](argocd_proj_remove-destination.md) - Remove project destination 56 * [argocd proj remove-orphaned-ignore](argocd_proj_remove-orphaned-ignore.md) - Remove a resource from orphaned ignore list 57 * [argocd proj remove-signature-key](argocd_proj_remove-signature-key.md) - Remove GnuPG signature key from project 58 * [argocd proj remove-source](argocd_proj_remove-source.md) - Remove project source repository 59 * [argocd proj role](argocd_proj_role.md) - Manage a project's roles 60 * [argocd proj set](argocd_proj_set.md) - Set project parameters 61 * [argocd proj windows](argocd_proj_windows.md) - Manage a project's sync windows 62