@bonsai-ai/cli 0.1.3 → 0.1.4
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 +2 -3
- package/dist/cli.js +134 -127
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@ The command line interface for Bonsai.
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install -g @bonsai-ai/cli
|
|
9
|
-
# or
|
|
10
|
-
bun add -g @bonsai-ai/cli
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
## Usage
|
|
@@ -19,7 +17,8 @@ bonsai --help
|
|
|
19
17
|
## Commands
|
|
20
18
|
|
|
21
19
|
- `bonsai login` - Authenticate with Bonsai
|
|
22
|
-
- `bonsai
|
|
20
|
+
- `bonsai sub link` - Link your subscriptions
|
|
21
|
+
- `bonsai sub unlink` - Unlink your subscriptions
|
|
23
22
|
- `bonsai logout` - Sign out of your account
|
|
24
23
|
|
|
25
24
|
For more information, visit [https://docs.trybons.ai](https://docs.trybons.ai)
|