Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.33 KB

begin - v0.4.0

image image image tests flake8 codecov

Usage

begin <target_name>@<registry_name> [<key>:<value>]
  1. Arguments to be passed to targets should take the form <arg_name>:<arg_value>
  2. Registry names must not contain a colon
  3. Target names must not contain a colon or an @
  4. If a target name, registry name or argument value contains whitespace, it must be wrapped in single quotes.

Contributing

Although the targets.py contains recipes for installing dependencies, they cannot be executed until begin is installed. To resolve the chicken-and-egg problem, get started with:

pip install --upgrade pip
poetry install

Following this initial setup, dependency changes can be picked up with

begin install