@zenon-red/probe 1.1.1 → 1.1.3
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 +12 -0
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -53,6 +53,18 @@ npm install -g @zenon-red/probe
|
|
|
53
53
|
|
|
54
54
|
Download prebuilt binaries from [GitHub Releases](https://github.com/zenon-red/probe/releases).
|
|
55
55
|
|
|
56
|
+
### Upgrade
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
probe upgrade
|
|
60
|
+
probe upgrade --check
|
|
61
|
+
probe upgrade 1.1.2
|
|
62
|
+
probe upgrade --method npm
|
|
63
|
+
probe upgrade --method binary --yes
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
`probe upgrade` supports npm and standalone binary installs. Use `--check` to view update status without applying changes.
|
|
67
|
+
|
|
56
68
|
### First Steps
|
|
57
69
|
|
|
58
70
|
To interact with [Nexus](https://github.com/zenon-red/nexus), you need a [Zenon Network](https://zenon.network) address. This Ed25519 keypair signs an OIDC challenge to authenticate with Nexus. Currently this is a placeholder requirement for future on-chain functionality.
|