Skip to content

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 the terramate_packages.json manifest without copying referenced files.
  • --location: Override the package location.
  • --name: Set catalog name shown to users.
  • --description: Set catalog description shown to users.