diff --git a/plugins/argocd.yaml b/plugins/argocd.yaml new file mode 100644 index 0000000000..f69fadde34 --- /dev/null +++ b/plugins/argocd.yaml @@ -0,0 +1,15 @@ +plugins: + argocd: + shortCut: "s" + description: Sync ArgoCD Application + scopes: + - application + command: argocd + args: + - app + - sync + - $NAME + - --app-namespace + - $NAMESPACE + background: true + confirm: true