Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@sbonacho sbonacho released this 08 Mar 17:02
· 1403 commits to master since this release

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
    1. Command line option (pisco [command] --optionName optionValue)
    2. Environment Variable prefix in the env parameter of prompt.
    3. Configuration file .piscosour/piscosour.json
    4. Configuration file piscosour.json in the recipe.
    5. Configuration file straw.json in the recipe ([recipeRoot]/straws/[recipeName]/straw.json)
    6. Configuration file params.json in the recipe. ([recipeRoot]/shots/[shotName]/[repoType]/params.json)
    7. "value" inside a prompt definition
    8. 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.