← Back to downloads
─────────────────────────
floww v1.0.0
The visual AI workspace
─────────────────────────
flowwCLI
Floww for the terminal. The visual AI workspace, from your command line.
#
Install instructions coming soon — see floww.download
Full install guide at floww.download
Latest: v1.0.0
Usage
# Run a workflow
$ floww-cli run ./my-workflow.floww
# Run with input variables
$ floww-cli run ./pipeline.floww --var input="hello world"
# Watch mode — re-run on file changes
$ floww-cli watch ./dev-pipeline.floww
# List available workflows in a directory
$ floww-cli list ~/projects/my-app