@machine0/cli 1.0.61 → 1.0.68
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 +207 -207
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -195,7 +195,7 @@ COMMANDS
|
|
|
195
195
|
reboot <vm> Reboot a VM
|
|
196
196
|
rm [vm] [options] Remove a VM (--all for all)
|
|
197
197
|
ssh <vm> [command] [options] SSH into a VM or run a command
|
|
198
|
-
provision <vm> <
|
|
198
|
+
provision <vm> <source> [options] Provision a VM from a NixOS flake or Ansible playbook
|
|
199
199
|
sizes Show available VM sizes and pricing
|
|
200
200
|
openclaw Launch an OpenClaw instance and SSH into it
|
|
201
201
|
|