Skip to content

Commit

Permalink
Add argocd plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eitan-papaya authored Sep 30, 2024
1 parent 6e0e416 commit 39598bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/argocd.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 39598bf

Please sign in to comment.