apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
9.84k stars 259 forks source link

`pkl-server` should expose both a transport schema version and the version of Pkl itself #548

Open holzensp opened 1 week ago

holzensp commented 1 week ago

There should be a GET_VERSION and a GET_SCHEMA_VERSION command defined on pkl-server, so-as to get versions from the server itself (instead of running the CLI separately)

bioball commented 1 week ago

I'm thinking the schema version should probably just be an extra field on each message.