Releases: appirio-digital/ezbake
Fix an issue where ezbake fails when run in a path containing a space
Use an Embedded NodeJS + Add new params to the prepare command
EZbake now uses an embedded version of Node (currently Node 8.12.0) to ensure more stable behavior.
There's a new --simple parameter that allows your project to skip the initial questions about name, email, and description
ProjectName now defaults to the Git origin repo's name if that's passed in as a parameter
The EZBake logo no longer shows with every command ... it only shows when ezbake is run without parameters
Increase timeouts and improve error messages
Timeouts increased to 20 seconds for most async commands, and 3 minutes for Git clone. Improved error messages in the event of timeouts.
Add timeouts and better error messages on ezbake prepare
Add timeouts of 5 seconds on several steps, and 30 seconds on Git clone. Improve error messages on timeout failures.
v3.5.3
v3.5.2
v3.5.1
Overview
This is a maintenance release that sets up our Travis builds
v3.5.0
Overview
- Adds ingredients support to
destination
in recipes. You may now prompt a user for a path to the destination of a recipe, so long as the template value corresponds with aningredient
- When creating recipes, a user will be prompted before staging git changes
v3.4.1
Overview
A minor patch fix that streams icing
stdout in real-time instead of using execSync
v3.4.0
Overview
icing
can now be enhanced withingredients
on both.ezbake/index.js
andrecipes
fileName
variable is now a convention for recipes, no need to define it- Updated docs