@machine0/cli 1.0.20 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +191 -191
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ COMMANDS
|
|
|
202
202
|
IMAGES
|
|
203
203
|
images ls List images
|
|
204
204
|
images get <image> Show image details
|
|
205
|
-
images
|
|
205
|
+
images new <vm> <image> [options] Snapshot a VM into an image
|
|
206
206
|
images update <image> [options] Update image settings
|
|
207
207
|
images rm [image] [options] Remove an image (--all for all)
|
|
208
208
|
|