@machine0/cli 1.0.50 → 1.0.52
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 +0 -1
- package/dist/cli.js +203 -201
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -229,7 +229,6 @@ machine0 stores configuration in `~/.machine0/config.env`. You can get and set v
|
|
|
229
229
|
$ machine0 config get
|
|
230
230
|
┌───────────────────────────────────────────────┐
|
|
231
231
|
│ SSH_KEY_PATH ~/.ssh │
|
|
232
|
-
│ DEFAULT_SSH_USER ubuntu │
|
|
233
232
|
│ DEFAULT_VM_SIZE medium │
|
|
234
233
|
│ DEFAULT_VM_REGION eu │
|
|
235
234
|
│ DEFAULT_VM_IMAGE ubuntu-24-04-provisioned │
|