appwrite-cli 17.4.0 → 18.0.1

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.0-blue.svg?style=flat-square)
4
+ ![Version](https://img.shields.io/badge/api%20version-1.9.1-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)
@@ -14,7 +14,7 @@ Appwrite is an open-source backend as a service server that abstracts and simpli
14
14
 
15
15
  ## Installation
16
16
 
17
- The Appwrite CLI is a Node based command line tool to help you interact with the Appwrite API. The CLI is distributed both as an [`npm package`](https://www.npmjs.com/package/appwrite-cli) as well as [pre built binaries](https://github.com/appwrite/sdk-for-cli/releases/latest) for specific operating systems and architectures.
17
+ The Appwrite CLI is a command line tool to help you interact with the Appwrite API. The CLI is distributed both as an [`npm package`](https://www.npmjs.com/package/appwrite-cli) as well as [native binaries](https://github.com/appwrite/sdk-for-cli/releases/latest) for specific operating systems and architectures.
18
18
 
19
19
  ### Install using NPM
20
20
  ---
@@ -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
- 17.4.0
32
+ 18.0.0
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -47,6 +47,8 @@ $ wget -q https://appwrite.io/cli/install.sh -O - | /bin/bash
47
47
  $ brew install appwrite
48
48
  ```
49
49
 
50
+ Homebrew installs the native binary for your platform.
51
+
50
52
  ### Windows
51
53
  Via Powershell
52
54
  ```powershell
@@ -60,7 +62,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
60
62
  Once the installation completes, you can verify your install using
61
63
  ```
62
64
  $ appwrite -v
63
- 17.4.0
65
+ 18.0.0
64
66
  ```
65
67
 
66
68
  ## Getting Started