You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
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
15
8
```
16
9
17
-
or brew:
10
+
The brew install command remains unchanged:
18
11
19
12
```shell
20
-
brew tap magicbell/magicbell
21
-
brew install magicbell-cli
13
+
brew install magicbell/tap/magicbell-cli
22
14
```
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