Furo commands #
Calling furo without any arguments and flags will run the flow runner with the default flow.
Options #
--config string config file (default is CWD/.furo)
-h, --help help for furo
--version shows the version number of the current installation
SEE ALSO #
- furo init - Initializes a furo spec project
- furo checkImports - Checks and correct the imports
- furo exportAsYaml - Exports all specs and the current config in one yaml file to stdout
- furo genEsModule - generate es6 spec module
- furo genMessageProtos - Generate the message protos from the type specs.
- furo genServiceProtos - Generate service protos from the specs
- furo install - Installs the dependencies
- furo muSpec2Spec - Updates the type specs with the definitions from the type µSpecs.
- furo muSrvSanitize - Sanitize muServices
- furo run - Runs a configured flow.
- furo spec2muSpec - A brief description of your command