Publish to Hub
This section assumes
my-connector
project has been generated.
Connector Hub is a public repository for connectors. You can publish your connector as private
to use on different computers or pubic
to share it with the community.
Publish Connector to Hub
Use cdk publish
to publish your connector to the Hub. If run without arguments, it will pack everything needed into a package and push the package to the Hub.
$ cdk publish
The connector is now available for download from the Hub.
Show Hub Connectors
Run cdk hub list
to list connectors in the Hub.
$ cdk hub list
CONNECTOR Visibility
...
acme/my-connector0.1.0 private
You will see all public
connectors and your own private
connectors.
🎉 Congratulations, you've now completed the tutorial. It's time to build your own connectors.