Skip to Content
CLI Referencetynd clean

tynd clean

tynd clean # removes .tynd/cache and release/ (prompts first) tynd clean -y # skip confirmation tynd clean --dry-run # show what would be deleted without deleting

Flags

FlagEffect
--cwd <dir>Project directory
-y, --yesSkip confirmation prompt
-n, --dry-runPreview without deleting

Global flags: --verbose, --quiet.

What gets removed

  • .tynd/cache/frontend/, .tynd/cache/backend/, .tynd/cache/backend-dev/
  • .tynd/cache/tools/ (auto-downloaded installer tools)
  • release/* (the raw binary + any installers)

What’s kept

  • node_modules/
  • Your dist/ / framework output directory
  • Anything outside .tynd/cache and release/
Last updated on