Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

FlagDescription
--forceOverwrite existing template files

Workspace root: current directory or DEFINITIVELY_WORKSPACE.

run

Executes a program synchronously.

RequirementDetail
Program pathFull path to YAML under .definitively/
Success outputPrints workflow finished
Exit 0Run reached a final state successfully
Exit 1Load error, execution error, or workflow failure
Exit 2Stuck 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

Environment

See Environment variables.