CLI Commands

class helix.management.commands.dependencies.Command

Install external dependencies.

usage: helix dependencies [-h] {blueprint,component,transform,all} ...

positional arguments:
  {blueprint,component,transform,all}
    blueprint           install blueprint dependencies
    component           install component dependencies
    transform           install transform dependencies
    all                 install all dependencies

optional arguments:
  -h, --help            show this help message and exit
class helix.management.commands.list.Command

List components and transforms.

usage: helix list [-h] [-v]

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  verbose output
class helix.management.commands.build.Command

Build a blueprint with a set of components and transforms.

usage: helix build [-h] {blueprint,json} ...

positional arguments:
  {blueprint,json}
    blueprint       manually specify blueprint, components, and transforms
    json            build from a json configuration file

optional arguments:
  -h, --help        show this help message and exit
class helix.management.commands.test.Command

Run tests.

usage: helix test [-h] {unit,system,integration} ...

positional arguments:
  {unit,system,integration}
    unit                unit tests for blueprints, components, or transforms
    system              unit tests for core helix functionality
    integration         integration tests for combinations of blueprints,
                        components, and transforms

optional arguments:
  -h, --help            show this help message and exit