We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d820b commit c836920Copy full SHA for c836920
1 file changed
README.md
@@ -122,7 +122,7 @@ cocoon vm rm my-vm
122
```
123
cocoon
124
├── image
125
-│ ├── pull IMAGE [IMAGE...] Pull OCI image(s) or cloud image URL(s)
+│ ├── pull [--force] IMAGE [IMAGE...] Pull OCI image(s) or cloud image URL(s) (--force to bypass cache)
126
│ ├── list (alias: ls) List locally stored images
127
│ ├── rm ID [ID...] Delete locally stored image(s)
128
│ ├── import NAME [FILE...] Import image from file(s) or stdin
0 commit comments