@instafy/cli 0.1.0-staging.138 → 0.1.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,5 +62,5 @@ Tunnels are controller-managed: the runtime-agent requests a tunnel assignment f
|
|
|
62
62
|
## Notes
|
|
63
63
|
|
|
64
64
|
- The CLI reuses the locally built `runtime-agent` binary from `target/{debug,release}`. Run `cargo build -p runtime-agent` first or set `INSTAFY_RUNTIME_AGENT_BIN` to an explicit path.
|
|
65
|
-
- Runtime/origin tokens require the controller to be configured with the Ed25519 signing pair (`RUNTIME_SIGNING_PRIVATE_KEY` / `RUNTIME_SIGNING_PUBLIC_KEY
|
|
65
|
+
- Runtime/origin tokens require the controller to be configured with the Ed25519 signing pair (`RUNTIME_SIGNING_PRIVATE_KEY` / `RUNTIME_SIGNING_PUBLIC_KEY`).
|
|
66
66
|
- Logs for detached runs are written to `~/.instafy/cli-runtime-logs/*`.
|