/my-repo2

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively

Primary LanguageGoApache License 2.0Apache-2.0

logo

vendir

vendir allows to declaratively state what should be in a directory. It's could be used for vendoring software.

$ vendir sync # from a directory that contains vendir.yml

Features:

  • Various sources
  • Keep only particular portions of pulled content via includePaths/excludePaths or newRootPath
  • Override specific directory with a local directory source for quick development
  • State which directories are manually managed
  • Specify inline content for a directory
  • Generates lock file
  • Keep common legal files (LICENSE, etc.)

See all examples.

Join the Community and Make Carvel Better

Carvel is better because of our contributors and maintainers. It is because of you that we can bring great software to the community. Please join us during our online community meetings. Details can be found on our Carvel website.

You can chat with us on Kubernetes Slack in the #carvel channel and follow us on Twitter at @carvel_dev.

Check out which organizations are using and contributing to Carvel: Adopter's list

Development

./hack/build.sh
./hack/test-all.sh