cli.templates
cli.templates
CLI commands for managing workflow templates.
Functions
| Name | Description |
|---|---|
| add_cmd | Copy TEMPLATE_NAME into the output directory. |
| list_cmd | List available workflow templates. |
| templates_group | List and add workflow templates to a repo. |
add_cmd
cli.templates.add_cmd(template_name, output, overwrite)Copy TEMPLATE_NAME into the output directory.
TEMPLATE_NAME may omit the .yml extension.
list_cmd
cli.templates.list_cmd()List available workflow templates.
templates_group
cli.templates.templates_group()List and add workflow templates to a repo.