@magicbell/cli
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@magicbell/cli", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Work with MagicBell from the command line", | ||
@@ -36,3 +36,3 @@ "author": "MagicBell <bot@magicbell.io> (https://magicbell.com)", | ||
"clean": "rimraf dist", | ||
"build": "run-s clean build:prod build:bin", | ||
"build": "run-s clean build:prod", | ||
"build:prod": "esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --platform=node --tsconfig=tsconfig.build.json", | ||
@@ -39,0 +39,0 @@ "build:bin": "pkg dist/index.cjs --public --public-packages '*' --no-bytecode -o 'dist/bin/magicbell' --targets node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-macos-arm64,node18-win-x64,node18-win-arm64", |
@@ -23,2 +23,9 @@ # MagicBell CLI | ||
or brew: | ||
```shell | ||
brew tap magicbell-io/magicbell | ||
brew install magicbell-cli | ||
``` | ||
## Usage | ||
@@ -25,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
785639
23885
438