CLI Reference
bunx @tynd/cli <command> [options]
# or (after installing)
tynd <command> [options]Commands
tynd.config.tsvalidatekeygen
Full config schema.
createScaffold a new project.
initAdd Tynd to an existing project.
devDev mode with HMR on frontend + backend.
startClassic build, then run. No HMR.
buildRelease binary + optional installers.
cleanRemove .tynd/cache and release/.
Config + binary sanity check.
infoEnvironment diagnostics.
upgradeBump @tynd/* deps.
Generate an Ed25519 keypair for updates.
signSign a file with an updater private key.
Global flags
| Flag | Effect |
|---|---|
--verbose | Debug-level logs — IPC traffic, cache decisions, Rust-side events |
--help | Show help for a command |
--version | Print CLI version |
Last updated on