Skip to main content
Version: 0.11.11 (stable)

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 template
  • smdk build - Build the smartmodule in the current dir
  • smdk test - run a smartmodule with test inputs
  • smdk load - load a connector into the current fluvio cluster
  • smdk 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.