Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 489 Bytes

envoyproxy-scala-control-plane

The Envoy proxy controlplane APIs are not cross-compiled to Scala and are only available as Java. This project aims to fix that by regularly compiling a scala version as well.

Commands for generating scalapb definitions

Assuming you have sonatype credentials.

sbt -mem 4096 +publishSigned
sbt sonatypeBundleRelease

Currently publishes for scala 2.12 and 2.13.

To update the API, update the SHAs in API_SHAS, and then run

sbt updateApi