CLI
install argocd cli
# macos
brew install argocd
# linux latest
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
chmod +x /usr/local/bin/argocd
# linux version
VERSION=<TAG> # Select desired TAG from https://github.com/argoproj/argo-cd/releases
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$VERSION/argocd-linux-amd64
chmod +x /usr/local/bin/argocdport forwarding
kubectl port-forward svc/argocd-server -n argocd 8080:443get password
login
password ๋ณ๊ฒฝ
add user
create token
role ์ถ๊ฐ
add repo
add app
get app
app sync
app delete
how to use token
refernce
Last updated
