dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 200 forks source link

Powershell install command broken #1316

Open JoshVanL opened 1 year ago

JoshVanL commented 1 year ago

Perhaps it is something I am doing, but attempting to install dapr at a specific version throws the following error:

PS C:\Users\josh> powershell -Command "$script=iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1; $block=[ScriptBlock]::Create($script); invoke-command -ScriptBlock $block -ArgumentList 1.11.0-rc.7"
At line:1 char:106
+ ... /dapr/cli/master/install/install.ps1; =[ScriptBlock]::Create(); invok ...
+                                                                  ~
An expression was expected after '('.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedExpression
JoshVanL commented 1 year ago

/cc @artursouza

hhunter-ms commented 1 year ago

breaking for me as well. @artursouza @msfussell any suggestions?

artursouza commented 1 year ago

The install script has not changed in months. Moving to to dapr/cli

dapr-bot commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot commented 1 year ago

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.