appwrite / sdk-for-cli

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

🐛 Bug Report: Source not found of powershell script for window #133

Open ayaan-qadri opened 3 months ago

ayaan-qadri commented 3 months ago

👟 Reproduction steps

  1. administrative power shell

  2. iwr -useb https://appwrite.io/cli/install.ps1 | iex

or

  1. iwr

  2. URI: https://appwrite.io/cli/install.ps1

👍 Expected behavior

https://appwrite.io/cli/install.ps1 endpoint should contains powershell script (ps1)

👎 Actual Behavior

https://appwrite.io/cli/install.ps1 endpoint does not contains powershell script(ps1) so it is giving an error or this endpoint does not exists so that is why it is returning appwrite's 404 page.

🎲 Appwrite version

Version 1.5.x

💻 Operating system

Windows

🧱 Your Environment

No response

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

🏢 Have you read the Code of Conduct?

stnguyen90 commented 3 months ago

@ayaan-qadri, thanks for creating this issue! 🙏🏼 It looks like we have a redirect for https://appwrite.io/cli/install.sh, but we're missing one for https://appwrite.io/cli/install.ps1.

ayaan-qadri commented 2 months ago

@stnguyen90, What about .ps1 file? has it not written as well or is it just missing the redirect instructions?