Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow application sync by project name #8469

Closed
kamil-wojcik opened this issue Feb 11, 2022 · 2 comments
Closed

Allow application sync by project name #8469

kamil-wojcik opened this issue Feb 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@kamil-wojcik
Copy link

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.

  1. 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
  2. Add explicit argument to argocd app sync -p myproject. This would be same as for argocd app list -p myprject
@kamil-wojcik kamil-wojcik added the enhancement New feature or request label Feb 11, 2022
@chetan-rns
Copy link
Member

@kamil-wojcik There is an open PR #8343 for this feature

@jessesuen
Copy link
Member

Duplicate of #8320

@jessesuen jessesuen marked this as a duplicate of #8320 Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants