tynd info
tynd info # human-readable
tynd info --json # machine-readableDumps everything Tynd can see about the current environment. Paste into a GitHub issue when reporting bugs.
What’s reported
- Bun version —
bun --versionoutput. - Rust toolchain —
rustc --versionif present (not required for end users). - Tynd CLI version — from
@tynd/clipackage.json. - OS — platform / arch / version.
- WebView — WebView2 on Windows (version + runtime status), WKWebView on macOS (N/A), WebKitGTK on Linux (version).
- Binary discovery — where
tynd-full/tynd-litewere found (or “not found” + searched paths). - Project paths — detected
backend,frontendDir,runtimefromtynd.config.ts. - Cache paths —
.tynd/cache/contents.
Flags
| Flag | Effect |
|---|---|
--cwd <dir> | Project directory |
--json | Machine-readable output |
Global flags: --verbose, --quiet.
Related
tynd validate— config + binary sanity check.- Troubleshooting.
Last updated on