You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interact with the cache associated with a Depot project. The `cache` command consists of subcommands for each operation.
78
+
79
+
#### `depot cache reset`
80
+
81
+
Reset the cache of the Depot project to force a new empty cache volume to be created.
82
+
83
+
**Example**
84
+
85
+
Reset the cache of the current project ID in the root `depot.json`
86
+
87
+
```
88
+
depot cache reset .
89
+
```
90
+
91
+
Reset the cache of a specific project ID
92
+
93
+
```
94
+
depot cache reset --project 12345678910
95
+
```
96
+
72
97
### `depot init`
73
98
74
99
Initialize an existing Depot project in the current directory. The CLI will display an interactive list of your Depot projects for you to choose from, then write a `depot.json` file in the current directory with the contents `{"projectID": "xxxxxxxxxx"}`.
0 commit comments