github.com/argoproj/argo-cd/v3@v3.2.1/cmd/argocd-server/commands/common.go (about) 1 package commands 2 3 const ( 4 // cliName is the name of the CLI 5 cliName = "argocd-server" 6 )