magicbell-cli 0.0.5 → 0.2.0
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/CHANGELOG.md +13 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# magicbell-cli
|
|
2
|
+
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#7181](https://github.com/magicbell/magicbell/pull/7181) [`63641fd`](https://github.com/magicbell/magicbell/commit/63641fdf04d65fe4eadc0351926a5eb44a474926) Thanks [@smeijer](https://github.com/smeijer)! - improve login flow
|
|
8
|
+
|
|
9
|
+
## 0.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#7144](https://github.com/magicbell/magicbell/pull/7144) [`62268fe`](https://github.com/magicbell/magicbell/commit/62268feac301df08ac3eaf80f08093d3654d6834) Thanks [@unamashana](https://github.com/unamashana)! - Support for Workflows & Event Source Integration
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Install
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Install using npm or brew
|
|
6
6
|
|
|
7
7
|
```shell
|
|
8
8
|
npm install -g magicbell-cli
|
|
@@ -19,7 +19,7 @@ brew untap magicbell-io/tap
|
|
|
19
19
|
brew untap magicbell/tap
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
**
|
|
22
|
+
**install**
|
|
23
23
|
```shell
|
|
24
24
|
brew install magicbell/tap/magicbell-cli
|
|
25
25
|
```
|