microsoft / bedrock-cli

The CLI for Bedrock
https://microsoft.github.io/bedrock-cli/commands/
MIT License
28 stars 12 forks source link

Missing download file for Homebrew install (https://github.com/microsoft/bedrock-cli/releases/download/v0.6.5/dist.tar.gz) #71

Closed fjlan closed 4 years ago

fjlan commented 4 years ago

Hi.

I am trying to install bedrock-cli from homebrew on my Mac with macOS Catalina installed. It seems your release 0.6.5 tar file is missing (https://github.com/microsoft/bedrock-cli/releases/download/v0.6.5/dist.tar.gz)

See install output below.

bash-3.2$ brew tap microsoft/bedrock bash-3.2$ brew install microsoft/bedrock/bedrock-cli ==> Installing bedrock-cli from microsoft/bedrock ==> Downloading https://homebrew.bintray.com/bottles/terraform-0.13.3.catalina.bottle.tar.gz Already downloaded: /Users/FJLAN/Library/Caches/Homebrew/downloads/181696da4bf09bfcc0f0be9eec1d8081adef2949f011ece68eb506c0a99b9617--terraform-0.13.3.catalina.bottle.tar.gz ==> Downloading https://homebrew.bintray.com/bottles/azure-cli-2.12.1.catalina.bottle.tar.gz Already downloaded: /Users/FJLAN/Library/Caches/Homebrew/downloads/b28d71f04579be6f4113dbe6976a252dc6bba5f6fe39a2d8de571bfc68b78f58--azure-cli-2.12.1.catalina.bottle.tar.gz ==> Downloading https://github.com/microsoft/bedrock-cli/releases/download/v0.6.5/dist.tar.gz

=#=

curl: (22) The requested URL returned error: 404 Not Found Error: Failed to download resource "bedrock-cli" Download failed: https://github.com/microsoft/bedrock-cli/releases/download/v0.6.5/dist.tar.gz bash-3.2$

edaena commented 4 years ago

Homebrew support will work from the 0.6.6 release onward. We are currently cutting that 0.6.6 release. Once that is out, you should be able to install with homebrew.

edaena commented 4 years ago

@fjlan version 0.6.6 is available via homebrew. You can try the command again from this version onward.

fjlan commented 4 years ago

Thanks, I will try it when I get back to work.