The actual cli tool to invoke
Subdirectories under here contain .py
files which ONLY define the task functions.
Subdirectories under herea contain ONLY files supplying "helper" (lib) CONSTANTS, functions and classes
/path/to/bin/bb --env stg example.a.foo a=1 b=2
/path/to/bin/bb --env stg example.a.snooze a=1 b=2
/path/to/bin/bb --env stg example.a.bar a=1 b=2 # also has parameter 'x' which is optional
See also /path/to/bb -h