Boilerplates CLI v0.2.0
Added
template.jsonruntime support with requiredfiles/directories, custom<< >>/<% %>/<# #>delimiters, and legacy-format rejection for0.2.0(#1768)- Remote generation destinations via
generate --remoteand--remote-path, including SSH host discovery and SCP upload flow (#1765) - Initial dedicated
swarmmodule and validation flow as groundwork for thecompose/swarmsplit in0.2.0(#1766)
Changed
- Default library migration now rewrites the built-in repository from
christianlempa/boilerplatestochristianlempa/boilerplates-library, with startup notices and legacy/librarypath fallback (#1762) - Variable definitions now use the
secrettype and nestedconfigmetadata for options, placeholders, sliders, and secret autogeneration across the runtime, schemas, and migrated template specs (#1767)
Installation
Install using the installation script:
curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh |
bash -s -- --version v0.2.0