mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
pkl-server should expose both a transport schema version and the version of Pkl itself
#169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @holzensp on GitHub (Jun 24, 2024).
There should be a
GET_VERSIONand aGET_SCHEMA_VERSIONcommand defined onpkl-server, so-as to get versions from the server itself (instead of running the CLI separately)@bioball commented on GitHub (Jun 24, 2024):
I'm thinking the schema version should probably just be an extra field on each message.