@machinen/cli 0.3.3 → 0.4.0
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 +6 -12
- package/dist/cli.js +1854 -1217
- package/dist/cli.js.map +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -43,19 +43,13 @@ npm i -g @machinen/cli # or globally if you prefer it on PATH
|
|
|
43
43
|
|
|
44
44
|
Both `machinen` and the shorter alias `mn` are installed.
|
|
45
45
|
|
|
46
|
-
The matching
|
|
47
|
-
`@machinen/
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
required.
|
|
46
|
+
The matching native package (`@machinen/native-arm64-darwin`,
|
|
47
|
+
`@machinen/native-arm64-linux`, or `@machinen/native-x64-linux`) is pulled in
|
|
48
|
+
via optional dependencies. It ships the VMM plus sibling host tools such as
|
|
49
|
+
`gvproxy`, `mke2fs`, and `mksquashfs`, so no system packages are required.
|
|
51
50
|
|
|
52
|
-
First boot fetches the kernel + base rootfs from
|
|
53
|
-
release
|
|
54
|
-
CLI](https://cli.github.com/):
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
gh auth login
|
|
58
|
-
```
|
|
51
|
+
First boot fetches the matching kernel + base rootfs from the public
|
|
52
|
+
companion GitHub release over HTTPS; no GitHub authentication is needed.
|
|
59
53
|
|
|
60
54
|
## At a glance
|
|
61
55
|
|