@impulselab/hepha 0.2.279 → 0.2.281
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 +4 -1
- package/dist/index.js +249 -19
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/cli/SKILL.md +7 -6
package/package.json
CHANGED
package/skills/cli/SKILL.md
CHANGED
|
@@ -65,12 +65,13 @@ hepha whoami --json
|
|
|
65
65
|
`whoami --json` reports the scopes actually in play — read it first and fail
|
|
66
66
|
early instead of halfway through a task.
|
|
67
67
|
|
|
68
|
-
| Variable
|
|
69
|
-
|
|
|
70
|
-
| `HEPHA_API_KEY`
|
|
71
|
-
| `HEPHA_TOKEN`
|
|
72
|
-
| `HEPHA_URL`
|
|
73
|
-
| `HEPHA_TIMEOUT_MS`
|
|
68
|
+
| Variable | Effect |
|
|
69
|
+
| --------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
70
|
+
| `HEPHA_API_KEY` | Act as an agent. **Takes precedence** over a stored `hepha login`. |
|
|
71
|
+
| `HEPHA_TOKEN` | A device-flow token, instead of `~/.hepha/config.json`. |
|
|
72
|
+
| `HEPHA_URL` | Platform base URL (a dev box points it at `http://localhost:3000`). |
|
|
73
|
+
| `HEPHA_TIMEOUT_MS` | Per-request timeout, default `30000`. |
|
|
74
|
+
| `HEPHA_FOLLOW_MAX_OUTAGE_SECONDS` | Make `--follow` give up this long after its first failure. Unset, it waits for the platform to come back. |
|
|
74
75
|
|
|
75
76
|
Humans sign in with `hepha login` (device authorization, approved in a
|
|
76
77
|
browser). It is the one interactive command and the one that does not honour
|