CircleCI Orb
Upload your updated schemas via CircleCI pipeline
The schema publisher orb can be used to upload new protobuf schema artifacts to one of your existing schemas
Example usage
In order to use the orb, you must first generate an API token from https://console.streamdal.com/account/security . Then addd the key as an environment variable named BATCH_API_KEY
under your CircleCI project. You can then use the orb to upload a zip of .proto files or a file descriptor set
File Descriptor Set Upload
.circleci/config.yml:
.protos directory upload
.circleci/config.yml:
Last updated