Skip to content

flows

Design, run, and manage AI automation flows

Work with AI automation flows.

SubcommandDescription
run <name>Execute a flow
listList available flows
show <name>Visualize flow structure
edit <name>Edit flow YAML in default editor
import <file>Import a flow from YAML file
remove <name>Remove a flow
storeBrowse and install flows from stores
FlagTypeDefaultDescription
--providerstringfrom configLLM provider
--modelstringfrom configModel name
-pstringParameter as key=value (repeatable)
--browserboolfalseLaunch with embedded browser UI
--portint8080Port for browser UI
--debugboolfalseShow tool inputs/responses
--auto-approveboolfalseAuto-approve tool executions
astonish flows run my-flow # Run a flow
astonish flows run my-flow -p name="John" # With parameters
astonish flows run my-flow --provider openai # Specific provider
astonish flows list # List local flows
astonish flows import ./workflow.yaml --as my-flow # Import and rename
SubcommandDescription
listList flows from taps (supports --tag filter)
install <name>Install a flow from a tap
uninstall <name>Remove an installed flow
updateUpdate all tap manifests
search <query>Search for flows