ADR003: Choosing a distribution method for CLI applications #19
bmf-san
started this conversation in
Architecture Decision Record
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title
ADR003: Choosing a distribution method for CLI applications
Context
CLI applications are intended to be run by users through a terminal or command prompt. Applications need to be widely available and easily adopted by users.
Decision
From the options below, select "Binary distribution" as the CLI application distribution method.
Binary distribution:
Distribution using a package manager:
Status
Accepted
Consequences
Cross-compile your application and distribute it as a binary.
Easily distribute binaries using GoReleaser.
References
Beta Was this translation helpful? Give feedback.
All reactions