CLI `cdk`
cdk
is a fluvio connector development kit cli utility to help you quickly create, test, and publish connectors.
Usage:
$ cdk --help
The commands for cdk are:
cdk generate
- Create a new connector project templatecdk build
- Build the connector in the current dircdk test
- run the connector in the current dir for testingcdk deploy
- run the connector for local deploymentcdk publish
- publish the connector to the InfinyOn Hub. A cloud account is required for this.cdk hub
- list and download existing connectors to configure and run locally