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

Frigg runner, execute tasks locally.

License

Notifications You must be signed in to change notification settings

frigg/frigg-runner

Repository files navigation

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