Platform 18–20 · Study guide
Ship faster boots, explore the CLI professionally, and rebuild when schema.tpy changes.
$ tpy optimize $ tpy optimize --skip-routes $ set TPY_CONFIG_CACHE=1
--skip-routes).TPY_CONFIG_CACHE=1, boots prefer the fresh config cache.| Command | What it teaches you |
|---|---|
tpy -V / tpy version | Installed framework version |
tpy about | Env + project diagnostics |
tpy commands | Full command map |
tpy doctor | Scaffold health |
# terminal A — API $ tpy serve --reload # terminal B — schema rebuilds $ tpy watch $ tpy watch --with-db $ tpy watch --interval 0.5
schema.tpy and tpy.toml (stdlib only — no extra deps).tpy build --skip-db (or full build with --with-db).tpy migrate yourself when tables change.