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