@brainbase-labs/cli 0.1.0 → 0.1.1
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/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Pack, share, and install agent templates across harnesses (Claude Code, Codex).
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
npm install -g @brainbase-labs
|
|
8
|
+
npm install -g @brainbase-labs/cli
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
The package installs a `brainbase` command on your PATH. Requires Node.js 18+.
|
package/dist/index.js
CHANGED
|
@@ -5263,7 +5263,7 @@ async function showWelcomeCard(props) {
|
|
|
5263
5263
|
}
|
|
5264
5264
|
|
|
5265
5265
|
// src/cli/login.ts
|
|
5266
|
-
var DEFAULT_WEB_URL = "
|
|
5266
|
+
var DEFAULT_WEB_URL = "https://new.usekafka.com";
|
|
5267
5267
|
var LOGIN_TIMEOUT_MS = 5 * 60 * 1000;
|
|
5268
5268
|
function openInBrowser(url) {
|
|
5269
5269
|
const platform = process.platform;
|
|
@@ -7196,7 +7196,7 @@ function help() {
|
|
|
7196
7196
|
out.push(` ${pc18.dim("--scope <s>")} force scope: global | project`);
|
|
7197
7197
|
out.push(` ${pc18.dim("--yes, -y")} skip confirmations / auto-overwrite`);
|
|
7198
7198
|
out.push(` ${pc18.dim("--all")} for template list: include installs from other folders`);
|
|
7199
|
-
out.push(` ${pc18.dim("--web <url>")} for login: web app URL (default
|
|
7199
|
+
out.push(` ${pc18.dim("--web <url>")} for login: web app URL (default https://new.usekafka.com)`);
|
|
7200
7200
|
out.push("");
|
|
7201
7201
|
out.push(divider("ENV"));
|
|
7202
7202
|
out.push("");
|