CLI usage¶
Install with the [cli] extra:
Subcommands¶
athena validate PATH # structural checks, non-zero exit if issues
athena visualize PATH # print mermaid (default) or ASCII DAG
athena deploy PATH # create the workflow on nexus-backend
athena run PATH # deploy + trigger on the configured nexus-backend
PATH accepts a JSON or YAML file (auto-detected by extension). Pass -
to read from stdin.