I'm begging you, just use a language that compiles to a single binary. It can self update in place, be easily installed on developer machines and CI pipelines without requiring a whole additional toolchain in every container. Google, Heroku, AWS, Shopify all do and it's an awful developer experience.
seeekr|3 years ago
rickette|3 years ago
cmoski|3 years ago
eatonphil|3 years ago
cbarrick|3 years ago
With scripting-language CLIs, you either have to deal with the module install process or use an external packaging solution.
unknown|3 years ago
[deleted]
maccard|3 years ago
Is there a library that does self updating in place for binaries? Go is the langage that comes to mind when talking about single binary, so maybe a go library?
ezekg|3 years ago
(I’m the founder of the licensing API.)
LAC-Tech|3 years ago
eatonphil|3 years ago
I think there are equivalents in the Python ecosystem.
eddsh1994|3 years ago
unknown|3 years ago
[deleted]