furo run #
Runs a configured flow.
Synopsis #
Runs a configured flow of furo commands.
A flow is a list of custom commands or furo run commands which are executed.
To configure a custom command, add them to the commands section of the .furo config file.
Example Config:
|
|
Tipp: If you need the types and services in your command, just call furo again.
|
|
furo run [name of the flow]
Options #
-f, --flow string A configured flow from the .furo config (default "default")
-h, --help help for run
Options inherited from parent commands #
--config string config file (default is CWD/.furo.yaml)