appwrite-cli 18.1.0 → 19.0.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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Appwrite Command Line SDK
2
2
 
3
3
  ![License](https://img.shields.io/github/license/appwrite/sdk-for-cli.svg?style=flat-square)
4
- ![Version](https://img.shields.io/badge/api%20version-1.9.1-blue.svg?style=flat-square)
4
+ ![Version](https://img.shields.io/badge/api%20version-1.9.2-blue.svg?style=flat-square)
5
5
  [![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
6
6
  [![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
7
7
  [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
@@ -29,7 +29,7 @@ Once the installation is complete, you can verify the install using
29
29
 
30
30
  ```sh
31
31
  $ appwrite -v
32
- 18.1.0
32
+ 19.0.0
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -42,12 +42,12 @@ If you do not have `npm` installed, you can always install the prebuilt binaries
42
42
  $ wget -q https://appwrite.io/cli/install.sh -O - | /bin/bash
43
43
  ```
44
44
 
45
- ### MacOS via [Homebrew](https://brew.sh)
45
+ ### MacOS / Linux via [Homebrew](https://brew.sh)
46
46
  ```bash
47
- $ brew install appwrite
47
+ $ brew install appwrite/appwrite/appwrite
48
48
  ```
49
49
 
50
- Homebrew installs the native binary for your platform.
50
+ Homebrew pulls the formula from the [`appwrite/homebrew-appwrite`](https://github.com/appwrite/homebrew-appwrite) tap and downloads the native binary for your platform.
51
51
 
52
52
  ### Windows
53
53
  Via Powershell
@@ -62,7 +62,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
62
62
  Once the installation completes, you can verify your install using
63
63
  ```
64
64
  $ appwrite -v
65
- 18.1.0
65
+ 19.0.0
66
66
  ```
67
67
 
68
68
  ## Getting Started