sdk-for-cli icon indicating copy to clipboard operation
sdk-for-cli copied to clipboard

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

Open ayaan-qadri opened this issue 1 year ago • 2 comments

👟 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?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

ayaan-qadri avatar Jul 02 '24 05:07 ayaan-qadri

@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.

stnguyen90 avatar Jul 05 '24 22:07 stnguyen90

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

ayaan-qadri avatar Jul 10 '24 06:07 ayaan-qadri