Skip to content

Commit d0519c3

Browse files
committed
chore: deprecate @magicbell/cli
1 parent 982937b commit d0519c3

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

.changeset/mighty-worlds-pay.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@magicbell/cli': minor
3+
---
4+
5+
This package is deprecated. Please use [`magicbell-cli`](https://www.magicbell.com/docs/libraries/magicbell-cli) instead.
6+
7+
```diff
8+
- npm install @magicbell/cli
9+
+ npm install magicbell-cli
10+
```

packages/cli/README.md

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,14 @@
11
# MagicBell CLI
22

3-
This package provides a convenient interface to query the [MagicBell](https://magicbell.com) API.
3+
This package is deprecated. Please use [`magicbell-cli`](https://www.magicbell.com/docs/libraries/magicbell-cli) instead.
44

5-
## Requirements
6-
7-
Node 18 or higher.
8-
9-
## Quick Start
10-
11-
Install the package with npm:
12-
13-
```sh
14-
npm install -g @magicbell/cli
5+
```diff
6+
- npm install @magicbell/cli
7+
+ npm install magicbell-cli
158
```
169

17-
or brew:
10+
The brew install command remains unchanged:
1811

1912
```shell
20-
brew tap magicbell/magicbell
21-
brew install magicbell-cli
13+
brew install magicbell/tap/magicbell-cli
2214
```
23-
24-
## Usage
25-
26-
The cli needs to be configured with your project's api key and api secret key, which are available in the [MagicBell Dashboard][dashboard]. Please run `magicbell --help` for info about the commands.
27-
28-
```shell
29-
magicbell --help
30-
```
31-
32-
## Documentation
33-
34-
Please see the [MagicBell documentation](https://magicbell.com/docs/developer-tools/magicbell-cli) for more information about this cli.

0 commit comments

Comments
 (0)