This documentation is for not yet released version of vendir. For the documentation of the latest release version, see the latest version.
About vendir
vendir allows to declaratively state what should be in a directory. It was designed to easily manage libraries for ytt; however, it is a generic tool and does not care how files within managed directories are used.
Supported sources for fetching:
- git
- hg (Mercurial)
- http
- image (image from OCI registry)
- imgpkgBundle (bundle from OCI registry)
- githubRelease
- helmChart
- directory
Examples could be found in carvel-vendir’s examples/
directory.
(Help improve our docs: edit this page on GitHub)