@machine0/cli 1.0.9 → 1.0.11
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 -2
- package/dist/cli.js +106 -106
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ $ machine0 ssh my-vm
|
|
|
56
56
|
|
|
57
57
|
## Images
|
|
58
58
|
|
|
59
|
-
We provide the following system images to every account. These images are provisioned using our [Ansible Playbook](https://github.com/
|
|
59
|
+
We provide the following system images to every account. These images are provisioned using our [Ansible Playbook](https://github.com/fdmtl/machine0-ansible).
|
|
60
60
|
|
|
61
61
|
```
|
|
62
62
|
$ machine0 images ls
|
|
@@ -92,7 +92,7 @@ machine0 has first-class support for provisioning VMs with [Ansible](https://git
|
|
|
92
92
|
$ machine0 provision my-vm playbook.yml
|
|
93
93
|
```
|
|
94
94
|
|
|
95
|
-
We use this functionality to create the `base-24-04` image using a fresh Ubuntu. If you'd like to learn more, you can check out our [Ansible Playbook](https://github.com/
|
|
95
|
+
We use this functionality to create the `base-24-04` image using a fresh Ubuntu. If you'd like to learn more, you can check out our [Ansible Playbook](https://github.com/fdmtl/machine0-ansible).
|
|
96
96
|
|
|
97
97
|
## Sizes & Regions
|
|
98
98
|
|