Skip to content

Installable via OS package managers #641

@bacongobbler

Description

@bacongobbler

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.)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions