Commands and flags
definitively init [--force]
definitively run </full/path/to/program.yml>
definitively visualize </full/path/to/program.yml> [--format dot|png|svg] [--out <basename>]
init
Copies packaged templates into .definitively/ under the workspace.
| Flag | Description |
|---|---|
--force | Overwrite existing template files |
Workspace root: current directory or DEFINITIVELY_WORKSPACE.
run
Executes a program synchronously.
| Requirement | Detail |
|---|---|
| Program path | Full path to YAML under .definitively/ |
| Success output | Prints workflow finished |
| Exit 0 | Run reached a final state successfully |
| Exit 1 | Load error, execution error, or workflow failure |
| Exit 2 | Stuck at approval gate without auto label |
visualize
Renders program structure as Graphviz. See Visualizing workflows.
Mix task (contributors)
Inside definitively/:
mix definitively run ../.definitively/programs/example.yml