@machine0/cli 1.0.86 → 1.0.89

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 +13 -12
  2. package/dist/cli.js +191 -191
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,30 +1,31 @@
1
1
  <h1 align="center">machine0</h1>
2
- <p align="center">The simplest way for you and your agents to create, provision and snapshot cloud VMs</p>
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 that lets you create, provision, and snapshot cloud VMs. `machine0 new my-vm` gives you a VM with dedicated CPU, RAM, and optional GPUs, a static IP, and an HTTPS endpoint.
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/docs)
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 or Ubuntu** — Nix flake provisioning or Ansible playbooks.
18
- - **Dedicated resources** — your CPU, RAM, and disk. Not shared.
19
- - **GPUs** — RTX 4000 Ada, L40S, W6000 Ada, MI300X, H100, H200. Single or 8x configurations. From $0.836/hr.
20
- - **4 regions** — New York, London, Amsterdam, Singapore. Same pricing everywhere.
21
- - **Static IPs & HTTPS** — every VM gets a public IP and authenticated proxy at `<vm>.mac0.io`.
22
- - **Snapshots & image versioning** — snapshot any VM into a reusable image. Version, promote, and set as default for new VMs.
23
- - **Suspend & resume** — stop billing, pay only image storage, restore later.
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
- - **Firewall** — ufw enabled by default on every VM. Ports 22, 80, 443 open.
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