overmindtech / cli

Identify the blast radius and risks for Terraform changes in real time
https://overmind.tech/
Other
160 stars 3 forks source link

Create winget package #387

Closed dylanratcliffe closed 2 months ago

dylanratcliffe commented 2 months ago

I need to get a winget package created so that Windows yusers can have a good CLI experience. Goreleaser is already getting us most of the way here: https://github.com/microsoft/winget-pkgs/pull/157354 However the PR tests are failing. I need to create a test environment to work out what is going on here, then update the build process accordingly

dylanratcliffe commented 2 months ago

Tested on Windows and it works fine except for the spinners, no clue what winget is complaining about, especially since it return no error after over an hour. I think we should just go to v1 and hope that the tests pass this time ince there appears to be nothing wrong with it

dylanratcliffe commented 2 months ago

https://github.com/overmindtech/cli/issues/388

dylanratcliffe commented 2 months ago

I can't see anything that might be causing the failures, I'm going to try again and if it still fails with no error I'll have to see if I can get some support. See #389

dylanratcliffe commented 2 months ago

New version is submitted here, we'll see how the tests go in a hour or so: https://github.com/microsoft/winget-pkgs/pull/157392

dylanratcliffe commented 2 months ago

Next step is to download the binaries and scan them with Windows Defender and see if it comes up with any issues

dylanratcliffe commented 2 months ago

Merged! https://github.com/microsoft/winget-pkgs/pull/157653