You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to allow argocd application sync via project name
Motivation
In my case I would like use call argocd app sync with some arguments that would sync all alls in given project.
Currently it is
Proposal
There are two ways I think it could be done.
Add project label to each application based on the project it belong to so eg. argocd.argoproj.io/project=myproject.
It could be automatically assigned by argocd.
that way to sync project it would be matter of calling argocd app sync -l argocd.argoproj.io/project=myproject
Add explicit argument to argocd app sync -p myproject. This would be same as for argocd app list -p myprject
The text was updated successfully, but these errors were encountered:
Summary
It would be useful to allow argocd application sync via project name
Motivation
In my case I would like use call argocd app sync with some arguments that would sync all alls in given project.
Currently it is
Proposal
There are two ways I think it could be done.
It could be automatically assigned by argocd.
that way to sync project it would be matter of calling
argocd app sync -l argocd.argoproj.io/project=myproject
argocd app sync -p myproject
. This would be same as forargocd app list -p myprject
The text was updated successfully, but these errors were encountered: