Skip to content

Commit c836920

Browse files
committed
docs: document --force flag for image pull
1 parent b2d820b commit c836920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cocoon vm rm my-vm
122122
```
123123
cocoon
124124
├── image
125-
│ ├── pull IMAGE [IMAGE...] Pull OCI image(s) or cloud image URL(s)
125+
│ ├── pull [--force] IMAGE [IMAGE...] Pull OCI image(s) or cloud image URL(s) (--force to bypass cache)
126126
│ ├── list (alias: ls) List locally stored images
127127
│ ├── rm ID [ID...] Delete locally stored image(s)
128128
│ ├── import NAME [FILE...] Import image from file(s) or stdin

0 commit comments

Comments
 (0)