sdk-for-cli
sdk-for-cli copied to clipboard
🐛 Bug Report: Source not found of powershell script for window
👟 Reproduction steps
-
administrative power shell
-
iwr -useb https://appwrite.io/cli/install.ps1 | iex
or
-
iwr
-
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?
- [X] I have read the Code of Conduct
@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, What about .ps1 file? has it not written as well or is it just missing the redirect instructions?