Argo:workflow
This is an old revision of the document!
Authentication
Use token for authentication
export ARGOCD_AUTH_TOKEN=<JWT token generated from project>
Login
argocd login [host] --grpc-web --name [argocd-server-name] --username admin --password xxxxxxxxxx
Update admin password
argocd account update-password --account admin --current-password xxxxx --new-password xxxxxx
List workflows
argo list -l workflow.artifakt.io/kind=registry argo list -l workflows.argoproj.io/phase=Failed -n artifakt-workflow
Delete Failed workflows
argo delete -l workflows.argoproj.io/phase=Failed -n artifakt-workflow argo delete -l workflows.argoproj.io/phase=Failed,workflow.artifakt.io/kind=loadbalancer -n artifakt-workflow