Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 1.38 KB

README.rst

File metadata and controls

46 lines (28 loc) · 1.38 KB

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