We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c27849 commit 2ced5e7Copy full SHA for 2ced5e7
1 file changed
docs/guides/tfgrid-compose.md
@@ -155,6 +155,8 @@ Application loaded: tfgrid-ai-stack v0.12.0-dev
155
| `t exec <cmd>` | Execute command on active app | `t exec ls -la` |
156
| `t address [app]` | Show deployment addresses | `t address` |
157
| `t clean` | Clean up local state | `t clean` |
158
+| `t reset` | Reset state/cache (preserves credentials) | `t reset` |
159
+| `t reset --all` | Full reset (removes EVERYTHING including credentials) | `t reset --all` |
160
| `t update [subcommand]` | Enhanced update system | `t update registry` |
161
| `t cache [subcommand]` | Cache management system | `t cache status` |
162
0 commit comments