✨ New Features
Users can now configure a custom default template for scaffold
and catalog
commands in their catalog
configuration blocks like so:
catalog {
default_template = "git@github.com/acme/example.git//path/to/template"
}
For more information, read the documentation in the catalog feature.
Special thanks to @tgeijg for contributing this feature!
What's Changed
- feat: Adding custom default template #3658 by @tgeijg in #4035
- fix: Updating docs after #4035 by @yhakbar in #4117
- chore: stacks documentation improvements by @denis256 in #4114
New Contributors
Full Changelog: v0.77.6...v0.77.7