tynd validate
tynd validate
tynd validate --jsonRuns two checks:
- Config schema — typechecks
tynd.config.tsvia valibot . Invalid shape fails fast with the offending field name. - Host binary — confirms
tynd-full/tynd-liteis discoverable via the CLI’s lookup order:- workspace
target/release/ target/debug/node_modules/@tynd/host/bin/<plat>-<arch>/- system
PATH
- workspace
Flags
| Flag | Effect |
|---|---|
--cwd <dir> | Project directory |
--json | Machine-readable output |
Global flags: --verbose, --quiet.
Example output
Pass:
✓ tynd.config.ts schema valid
✓ tynd-lite found at node_modules/@tynd/host/bin/windows-x64/tynd-lite.exeFail (schema):
✗ tynd.config.ts:
∟ bundle.identifier: requiredFail (binary):
✗ tynd-lite not found. Try: bun installRelated
- tynd.config.ts.
- Troubleshooting.
tynd info— broader environment diagnostics.
Last updated on