Boilerplates CLI v0.2.0-1
Fixed
- Interactive prompts now show and preserve effective defaults loaded from config, var-files, and CLI overrides.
generate --dry-runno longer prompts for local versus remote destinations when none are provided and now ends with a dry-run-specific success message.
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-1