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

Feature request: Support vendir to update a whole set of dependencies #16

Open
jorgemoralespou opened this issue Aug 17, 2020 · 0 comments
Labels
carvel-accepted This issue should be considered for future work and that the triage process has been completed enhancement This issue is a feature request

Comments

@jorgemoralespou
Copy link

When having:

- path: k8s/config
  contents:
  - path: A
    git:
      url: https://github.com/config/A
      ref: master
  - path: B
    git:
      url: https://github.com/config/B
      ref: master
- path: k8s/examples
  contents:
  - path: A
    git:
      url: https://github.com/example/A
      ref: master
  - path: B
    git:
      url: https://github.com/example/B
      ref: master
  - path: C
    git:
      url: https://github.com/example/C
      ref: master

If one wants to update only examples, it would need to do it one by one with vendir sync -d k8s/examples/A then B and then C. It would be ideal to support the whole tree under examples when done via vendir sync -d k8s/examples.

And linked to #11 It would be ideal to support this use case for -d that doesn't save vendir.lock file as well as with an option to save the vendir.lock file.

@cppforlife cppforlife added the enhancement This issue is a feature request label Aug 17, 2020
@neil-hickey neil-hickey added the carvel-accepted This issue should be considered for future work and that the triage process has been completed label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
carvel-accepted This issue should be considered for future work and that the triage process has been completed enhancement This issue is a feature request
Projects
Status: Unprioritized
Development

No branches or pull requests

3 participants