Skip to content

CLI Reference πŸ’»

Command-line interface for flowyml.

Usage

flowyml [COMMAND] [OPTIONS]

Commands

init

Initialize a new flowyml project.

flowyml init [PROJECT_NAME]

run

Run a pipeline.

flowyml run [PIPELINE_FILE]

stack

Manage infrastructure stacks.

1
2
3
flowyml stack list
flowyml stack register [NAME]
flowyml stack set [NAME]

ui

Start the dashboard.

flowyml ui --port 8080