Skip to content

Commit c62a969

Browse files
authored
clear cache (#218)
1 parent 13b8b43 commit c62a969

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/user-guide/cli.md

+5
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ ploomber-cloud examples flask/basic-app
156156

157157
A full list of example applications is available [here](https://github.com/bryannho/doc/tree/main/examples)
158158

159+
Note that the examples metadata is cached. If you are having trouble finding a recently added example you can invalidate the cache by passing the `--clear-cache` flag:
160+
161+
```sh
162+
ploomber-cloud examples flask/some-new-app --clear-cache
163+
```
159164

160165
## Monitor a deployment
161166

0 commit comments

Comments
 (0)