@machine0/cli 1.0.4 → 1.0.6
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 +2 -1
- package/dist/cli.js +198 -198
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -174,7 +174,8 @@ COMMANDS
|
|
|
174
174
|
ssh <vm> [command] [options] SSH into a VM or run a command
|
|
175
175
|
provision <vm> <playbook> [options] Run an Ansible playbook on a VM
|
|
176
176
|
sizes Show available VM sizes and pricing
|
|
177
|
-
|
|
177
|
+
openclaw Launch an OpenClaw instance and SSH into it
|
|
178
|
+
|
|
178
179
|
IMAGES
|
|
179
180
|
images ls List images
|
|
180
181
|
images get <image> Show image details
|