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 library is auto-generated by {{ spec.title | caseUcfirst }} custom [SDK Generator](https://github.com/{{ spec.title | lower }}/sdk-generator). To learn more about how you can help us improve this SDK, please check the [contribution guide](https://github.com/{{ spec.title | lower }}/sdk-generator/blob/master/CONTRIBUTING.md) before sending a pull-request.
109
109
110
+
To build and test the CLI for development, follow these steps
111
+
112
+
1. Clone the [SDK Generator](https://github.com/appwrite/sdk-generator)
3. Head over to the generated SDK and build the CLI docker image
129
+
```sh
130
+
$ cd examples/CLI
131
+
$ docker build -t appwrite/cli .
132
+
```
133
+
134
+
4. Install the CLI
135
+
* MacOS and Linux
136
+
Open `install.sh` and change [this line](https://github.com/appwrite/sdk-for-cli/blob/master/install.sh#L33) to `APPWRITE_CLI_IMAGE_VERSION=latest` and
Open `install.ps1` and change [this line](https://github.com/appwrite/sdk-for-cli/blob/master/install.ps1#L28) to `APPWRITE_CLI_IMAGE_VERSION=latest` and
0 commit comments