spinframework / spinframework/spin
Installable via OS package managers
Open
@kate-goldenring is already working on this.
Since Jan 31, 2023.
area/CLI
- Dominant language
- Rust
- Stars
- 6.5k
- Forks
- 310
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 24
Description
As a user, I'd love to install the spin CLI similar to how I'd install other packages on Linux - through apt.
Something similar to
$ curl -fsSL https://apt.releases.fermyon.dev/gpg | sudo apt-key add -
$ sudo apt-add-repository "deb [arch=amd64] https://apt.releases.fermyon.dev $(lsb_release -cs) main"
$ sudo apt-get update && sudo apt-get install spin
(note: this is a very similar experience for HashiCorp's installation instructions for nomad, consul, vault, etc.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.