CLI `smdk`
smdk
a fluvio connector development kit cli utility to help you quickly create, test, and publish connectors.
$ smdk --help
The commands for smdk are:
smdk generate
- Create a new smartmodule project templatesmdk build
- Build the smartmodule in the current dirsmdk test
- run a smartmodule with test inputssmdk load
- load a connector into the current fluvio clustersmdk publish
- publish a smartmodule to the InfinyOn Hub. A cloud account is required for this.
See Build your own smartmodules for and introduction to developing smartmodules.