@machine0/cli 1.0.0 → 1.0.2

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 +10 -10
  2. package/dist/cli.js +184 -184
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -100,15 +100,15 @@ We provide the following machine sizes. The price is the same regardless of wher
100
100
 
101
101
  ```bash
102
102
  $ machine0 sizes
103
- ┌────────────────────────────────────────────────────────────┐
104
- │ Size CPU RAM Disk $/hour ~$/month
105
- │ small 1 vCPU 1 GB 25 GB $0.01 $7
106
- │ medium 2 vCPU 2 GB 60 GB $0.02 $15
107
- │ large 2 vCPU 4 GB 80 GB $0.04 $29
108
- │ xl 4 vCPU 8 GB 160 GB $0.08 $58
109
- │ xxl 8 vCPU 16 GB 320 GB $0.16 $117
110
- │ xxxl 16 vCPU 32 GB 640 GB $0.32 $234
111
- └────────────────────────────────────────────────────────────┘
103
+ ┌──────────────────────────────────────────────────────────────┐
104
+ │ Size CPU RAM Disk $/hour ~$/month
105
+ │ small 1 vCPU 1 GB 25 GB $0.013 $9
106
+ │ medium 2 vCPU 2 GB 60 GB $0.026 $19
107
+ │ large 2 vCPU 4 GB 80 GB $0.052 $38
108
+ │ xl 4 vCPU 8 GB 160 GB $0.104 $76
109
+ │ xxl 8 vCPU 16 GB 320 GB $0.208 $152
110
+ │ xxxl 16 vCPU 32 GB 640 GB $0.416 $304
111
+ └──────────────────────────────────────────────────────────────┘
112
112
  ```
113
113
 
114
114
  You can use CLI options to specify the size and region of a machine. The default size is `small` (instant boot) and the default region is `eu`. You can change them using the `config` command ([see below](#configuration)).
@@ -137,7 +137,7 @@ $ machine0 keys create my-managed-key --type managed --default
137
137
  machine0 is pay-as-you-go. Resources are billed per minute.
138
138
 
139
139
  - **Machines** are billed while they exist (including when stopped, since they reserve cloud resources).
140
- - **Images** are billed based on disk size at $0.06/GB/month.
140
+ - **Images** are billed based on disk size at $0.078/GB/month.
141
141
  - Creating a resource requires enough balance for at least 10 hours of usage.
142
142
  - If your balance drops below 1 hour of runway, resources are automatically torn down.
143
143
  - Auto top-up can be enabled to prevent accidental teardowns.