Figure out where do we need to distribute the Aspire CLI bundle
In 9.4 we want to bundle and distribute the CLI through different places. This issue is meant to cover the work of identifying where those places are. Different options we can consider:
- Winget
- Homebrew (Tap vs Core Formula?)
- Choco
- Linux package managers for different distros (apt, Nix, etc)
- Others?
GitHub releases
@joperezr We need to add the raw zip files and tar.gz files on github releases for download.
@joperezr We need to add the raw zip files and tar.gz files on github releases for download.
I have added all of the zips, tar.gz, and checksums to our latest 9.4.0 release, and will make sure these assets are part of each of our releases going forward.
The tar.gz should have a top level sub folder (we leart this is convention on linux).
The tar.gz should have a top level sub folder (we leart this is convention on linux).
cc: @radical
Watch the first segment https://youtu.be/TH5118PhzYs
As a Nixos/nix-darwin user, Nix would be very nice 😊