terramate package create β
Package bundles and components into a distributable catalog that can be consumed by terramate scaffold via scaffold.package_sources.
Usage β
sh
terramate package create <output-dir> \
[--manifest-only] \
[--location "<location override>"] \
[--name "<catalog name>"] \
[--description "<catalog description>"]<output-dir>: Output directory for the package contents.--manifest-only: Generate only theterramate_packages.jsonmanifest without copying referenced files.--location: Override the package location.--name: Set catalog name shown to users.--description: Set catalog description shown to users.
Related guides and references β
- Concepts: Collections
- Howβto: Use a Remote Catalog