fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link

Add binary distribution options #35

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

We want to make the CLI available to developers through package ecosystems.

Impact

Without distribution, a developer would need to build from source of download a binary from GitHub, which isn't ideal.

Solution

A few distributions we would like to support:

NB: We'll want to generate these distributions via CI on each release.