spectools #
The furo spec toolkit 1.21.2
Synopsis #
Furo spectools contains helpful generators, converters, sanitizer for the furo specs. Read more about the single commands in the see also section below.
Calling spectools without any arguments and flags will run the flow runner with the default flow. Modify your default flow in the .spectools config file to your needs. You can set any of the sub commands as default.
Note: Environment variables are prefixed with FST.
To set the specformat with the environment variable use FST_SPECFORMAT=value
spectools [flags]
Options #
--config string config file (default is CWD/.spectools.yaml)
-h, --help help for spectools
SEE ALSO #
- spectools checkImports - Checks and correct the imports
- spectools exportAsYaml - Exports all specs and the current config in one yaml file to stdout
- spectools genEsModule - generate es6 spec module
- spectools genMessageProtos - Generate the message protos from the type specs.
- spectools genServiceProtos - Generate service protos from the specs
- spectools install - Installs the dependencies
- spectools muSpec2Spec - Updates the type specs with the definitions from the type µSpecs.
- spectools muSrvSanitize - Sanitize muServices
- spectools run - Runs a configured flow.
- spectools spec2muSpec - A brief description of your command