Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 717 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 717 Bytes

Airflow Provider Template

An angreal template for the creation and distribution of Airflow providers.

Usage

pip install angreal
angreal init https://github.com/angreal/airflow-provider.git

Template Usage

angreal 2.1.2

USAGE:
    angreal [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -v, --verbose    verbose level, (may be used multiple times for more verbosity)
    -V, --version    Print version information

SUBCOMMANDS:
    demo    commands for controlling the demo environment
    dev     commands for your development environment
    help    Print this message or the help of the given subcommand(s)
    test    commands for executing tests