@machine0/cli 1.0.86 → 1.0.87
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 +13 -12
- package/dist/cli.js +191 -191
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
<h1 align="center">machine0</h1>
|
|
2
|
-
<p align="center">
|
|
2
|
+
<p align="center">Cloud VMs from the CLI</p>
|
|
3
3
|
|
|
4
4
|
<p align="center"><code>npm install -g @machine0/cli</code></p>
|
|
5
5
|
|
|
6
|
-
[machine0](https://machine0.io) is a CLI
|
|
6
|
+
[machine0](https://machine0.io) is a CLI for creating, provisioning, and snapshotting persistent cloud VMs. One command gives you a VM with dedicated CPU/RAM, a static IP, and an HTTPS endpoint. Provision declaratively with NixOS flakes or Ubuntu with Ansible.
|
|
7
7
|
|
|
8
8
|
## Links
|
|
9
9
|
|
|
10
|
-
- [Documentation](https://machine0.io
|
|
10
|
+
- [Documentation](https://docs.machine0.io)
|
|
11
11
|
- [Website](https://machine0.io)
|
|
12
12
|
- [Support](mailto:support@machine0.io)
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
## Features
|
|
16
15
|
|
|
17
|
-
- **NixOS
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
20
|
-
- **
|
|
21
|
-
- **
|
|
22
|
-
- **
|
|
23
|
-
- **
|
|
16
|
+
- **NixOS with Flakes** — provision VMs declaratively. Deterministic builds, one-command rollbacks, no drift.
|
|
17
|
+
- **Or Ubuntu with Ansible** — pre-installed images with Docker, Node, Python, and popular agents. Ansible provisioning supported.
|
|
18
|
+
- **Dedicated resources** — real KVM/QEMU. 1 to 60 vCPU, up to 240 GB RAM. Not shared.
|
|
19
|
+
- **GPUs** — H100, H200, MI300X, L40S, RTX 4000 Ada, W6000 Ada. Single or 8x configurations. From $0.836/hr.
|
|
20
|
+
- **Suspend & resume** — snapshot a VM's state, stop billing, restore later. Pay only image storage while suspended.
|
|
21
|
+
- **Static IPs & HTTPS** — every VM gets a public IP and authenticated HTTPS at `<vm>.mac0.io`.
|
|
22
|
+
- **Snapshots & images** — snapshot any VM into a reusable image. Version, promote, and set as default for new VMs.
|
|
24
23
|
- **File sync** — `sync push` and `sync pull` with `--watch` for continuous sync.
|
|
25
|
-
- **
|
|
24
|
+
- **CLI + MCP** — every command has `--json`. A remote MCP server is also available for programmatic control.
|
|
25
|
+
- **4 regions** — New York, London, Amsterdam, Singapore. Same pricing everywhere.
|
|
26
26
|
- **Per-minute billing** — no commitments, refundable credits. A small VM runs 24/7 for ~$9/mo.
|
|
27
27
|
- **99.99% uptime SLA** — instance-level.
|
|
28
|
+
- **Firewall** — ufw enabled by default. Ports 22, 80, 443 open.
|
|
28
29
|
|
|
29
30
|
## Usage
|
|
30
31
|
|