appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
89 stars 27 forks source link

🐛 Bug Report: Homebrew is installing outdated version of Appwrite CLI (0.15.0) #61

Closed sarkartanmay393 closed 1 year ago

sarkartanmay393 commented 1 year ago

👟 Reproduction steps

When I tried to install Appwrite CLI using Homebrew commands, brew tap appwrite/sdk-for-cli https://github.com/appwrite/sdk-for-cli brew update brew install --HEAD appwrite

It is actually installing Appwrite CLI 0.15.0, an outdated version for some reason.

👍 Expected behavior

It should install Appwrite CLI 1.1.1 as of 6 Oct 2022.

👎 Actual Behavior

It is installing Appwrite CLI 0.15.0

Screenshot 2022-10-06 at 6 22 32 PM

🎲 Appwrite version

Version 1.0.x

💻 Operating system

MacOS

🧱 Your Environment

Appwrite: 1.0.1 Docker: 4.12.0 (85629) OS: MacOS Monterey 12.6 (21G115) DNS: CloudFlare

I command this to run appwrite: docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ appwrite/appwrite:1.0.1

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

stnguyen90 commented 1 year ago

@sarkartanmay393 this looks like a duplicate of https://github.com/appwrite/sdk-for-cli/issues/52. If so, can you 👍 that issue and close this?

sarkartanmay393 commented 1 year ago

Yeas, Sure.