frigg-runner

Frigg runner execute .frigg.yml file localy.


Keywords
frigg-runner
License
MIT
Install
pip install frigg-runner==1.2.1

Documentation

frigg-runner Build status Coverage status pypi version Requirements Status

Frigg runner, execute .frigg.yml file locally.

pip install frigg-runner

Run the tasks:

frigg

--help will show the help page below.

Usage: frigg [OPTIONS]

Options:
  -f, --failfast   Exit if one of the tasks returns other than statuscode 0.
  -v, --verbose    Print output from every task.
  -p, --path TEXT  Working directory, the path where the friggfile lives.
  -s, --setup      Run tasks from setup_tasks list before the main tasks.
  --help           Show this message and exit.

MIT © frigg.io