appwrite/sdk-for-cli

๐Ÿ› Bug Report: Source not found of powershell script for window

ayaan-qadri opened this issue ยท 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?

  • I checked and didn't find similar issue

๐Ÿข Have you 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?