@m8t-stack/cli 0.2.57 → 0.2.59
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 +1 -1
- package/dist/cli.js +788 -593
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ m8t companion repair # reinstall over whatever is there now
|
|
|
81
81
|
m8t companion uninstall # remove the app, the login item, and the records
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
`m8t bootstrap
|
|
84
|
+
`m8t bootstrap status --watch` installs the companions, so most people never run these. They are
|
|
85
85
|
their own software with their own version: each platform release names the companion build
|
|
86
86
|
it carries, and these commands fetch it, check it against the digest the release pinned,
|
|
87
87
|
and verify every file of what they wrote. See
|