appwrite / sdk-for-cli

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

🚀 Feature: Improve Homebrew integration #101

Closed stnguyen90 closed 7 months ago

stnguyen90 commented 1 year ago

🔖 Feature description

  1. You should be able to upgrade the Appwrite CLI.
  2. The homebrew method should probably install a binary rather than call npm install

🎤 Pitch

Upgrading the CLI currently doesn't work.

Also, since it installs via npm, if the npm on the OS is old, the CLI may not work.

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

🏢 Have you read the Code of Conduct?

EVDOG4LIFE commented 7 months ago

This looks to be resolved with https://github.com/Homebrew/homebrew-core/pull/162695

EVDOG4LIFE commented 7 months ago

Nevermind reopening, brew upgrade appwrite doesn't function. appwrite -v returns 4.2.0 still.

stnguyen90 commented 7 months ago

Should be resolved as long as you remove the old installation that uses our custom tap. You can also try to remove the custom tap by running:

brew untap appwrite/sdk-for-cli