This repository was archived by the owner on Feb 8, 2019. It is now read-only.
v0.1.0
Features
- Is possible to configure one shot twice in a straw
- Parameters are availables in shot.runner.params wherever the user sets its. this is the preferrer order
- Command line option (pisco [command] --optionName optionValue)
- Environment Variable prefix in the env parameter of prompt.
- Configuration file .piscosour/piscosour.json
- Configuration file piscosour.json in the recipe.
- Configuration file straw.json in the recipe ([recipeRoot]/straws/[recipeName]/straw.json)
- Configuration file params.json in the recipe. ([recipeRoot]/shots/[shotName]/[repoType]/params.json)
- "value" inside a prompt definition
- Ask interactive the user
- Straws are only defined in straw.json inside a recipe.
- Config loading refactor. Now recipes information are stored.
- New documentation
Fixes
- Implementation of a non-deprecated fs.exists method.