Skip to main content

CLI Reference

Command-line interface reference for Graflow.

Basic Usage

graflow [command] [options]

Commands

run

Execute a workflow.

graflow run <workflow-file> [options]

Options:

OptionDescription
--dry-runValidate without executing
--verboseEnable verbose logging
--parallel <n>Max parallel tasks

validate

Validate a workflow file without executing.

graflow validate <workflow-file>

list

List workflow runs and their status.

graflow list [options]

Options:

OptionDescription
--status <status>Filter by status
--limit <n>Limit results

status

Get the status of a workflow run.

graflow status <run-id>

logs

View logs for a workflow run.

graflow logs <run-id> [--task <task-name>]

Global Options

OptionDescription
--helpShow help
--versionShow version
--config <file>Config file path