agent icon indicating copy to clipboard operation
agent copied to clipboard

Flow: use cobra for the CLI and add an `agent run` command

Open rfratto opened this issue 3 years ago • 0 comments

This changes

ENABLE_FLOW_EXPERIMENTAL=true agent --config.file=/path/to/file.river

to

ENABLE_FLOW_EXPERIMENTAL=true agent run /path/to/file.river

Help text is added to help users understand basic information about Flow.

Additionally, ENABLE_FLOW_EXPERIMENTAL=1 is also accepted to enable Flow.

rfratto avatar Jul 29 '22 17:07 rfratto