Skip to content

Commit 2ced5e7

Browse files
committed
docs: Add reset commands to CLI reference table in TFGrid compose guide
1 parent 2c27849 commit 2ced5e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/guides/tfgrid-compose.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ Application loaded: tfgrid-ai-stack v0.12.0-dev
155155
| `t exec <cmd>` | Execute command on active app | `t exec ls -la` |
156156
| `t address [app]` | Show deployment addresses | `t address` |
157157
| `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` |
158160
| `t update [subcommand]` | Enhanced update system | `t update registry` |
159161
| `t cache [subcommand]` | Cache management system | `t cache status` |
160162

0 commit comments

Comments
 (0)