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 deletingFlags
| Flag | Effect |
|---|---|
--cwd <dir> | Project directory |
-y, --yes | Skip confirmation prompt |
-n, --dry-run | Preview 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/cacheandrelease/
Related
- Build Pipeline — how caching works.
tynd build.
Last updated on