feat(cli): generate json schemas locally

This commit updates the various komorebic json schema generation
commands to generate the schemas locally, without requiring a running
instance of komorebi to communicate with over IPC.
This commit is contained in:
LGUG2Z
2024-09-18 10:59:22 -07:00
parent 96d094d9d7
commit df19d06333
6 changed files with 46 additions and 36 deletions

1
Cargo.lock generated
View File

@@ -2766,6 +2766,7 @@ dependencies = [
"paste",
"powershell_script",
"reqwest",
"schemars",
"serde",
"serde_json_lenient",
"serde_yaml 0.9.34+deprecated",