Skip to Content
CLI Referencetynd info

tynd info

tynd info # human-readable tynd info --json # machine-readable

Dumps everything Tynd can see about the current environment. Paste into a GitHub issue when reporting bugs.

What’s reported

  • Bun versionbun --version output.
  • Rust toolchainrustc --version if present (not required for end users).
  • Tynd CLI version — from @tynd/cli package.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-lite were found (or “not found” + searched paths).
  • Project paths — detected backend, frontendDir, runtime from tynd.config.ts.
  • Cache paths.tynd/cache/ contents.

Flags

FlagEffect
--cwd <dir>Project directory
--jsonMachine-readable output

Global flags: --verbose, --quiet.

Last updated on