@machine0/cli 1.0.21 → 1.0.24

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/cli.js +223 -222
  3. 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 create <vm> <image> [description] Snapshot a VM into an image
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
 
@@ -211,7 +211,7 @@ ACCOUNT
211
211
  account login Log in
212
212
  account logout Log out
213
213
 
214
- KEYS
214
+ SSH KEYS
215
215
  keys ls List keys
216
216
  keys get <key> [options] Show key details
217
217
  keys new <key> [options] Add a key (managed or public)