jjhub 0.1.13 → 0.1.15
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 +3 -3
- package/dist/cli/jjhub.mjs +2795 -852
- package/package.json +2 -2
- package/skills/jjhub-cli/SKILL.md +75 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
GitHub CLI with Jujutsu-native superpowers: stable change IDs, stacks,
|
|
4
4
|
platform-wide undo, and conflicts that wait — layered over plain GitHub
|
|
5
|
-
repos by a [JJHub](https://jjhub.
|
|
5
|
+
repos by a [JJHub](https://jjhub.erisera.com) server.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -27,8 +27,8 @@ jjhub help # everything else
|
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
The CLI talks to the JJHub server at `JJHUB_URL` (default
|
|
30
|
-
`http://localhost:3000`) — e.g. `JJHUB_URL=https://jjhub.
|
|
31
|
-
or use `jjhub auth login --url https://jjhub.
|
|
30
|
+
`http://localhost:3000`) — e.g. `JJHUB_URL=https://jjhub.erisera.com jjhub repo list`,
|
|
31
|
+
or use `jjhub auth login --url https://jjhub.erisera.com` once and the saved
|
|
32
32
|
config takes over.
|
|
33
33
|
|
|
34
34
|
This package is the standalone CLI build (single bundled file, no runtime
|