mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-22 16:48:33 +02:00
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:
2
justfile
2
justfile
@@ -45,4 +45,6 @@ docgen:
|
||||
|
||||
schemagen:
|
||||
komorebic static-config-schema > schema.json
|
||||
komorebic application-specific-configuration-schema > schema.asc.json
|
||||
komorebi-bar --schema > schema.bar.json
|
||||
generate-schema-doc .\schema.json --config template_name=js_offline --config minify=false .\static-config-docs\
|
||||
|
||||
Reference in New Issue
Block a user