Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite the CLI in Go #5

Closed
hassy opened this issue Mar 15, 2016 · 1 comment
Closed

Rewrite the CLI in Go #5

hassy opened this issue Mar 15, 2016 · 1 comment

Comments

@hassy
Copy link
Member

hassy commented Mar 15, 2016

The current CLI is written in Node.js (to help get a working version out quickly), however, as popular as Node.js is, it's not installed everywhere, and it's especially less likely to be installed on DevOps engineers machines (who would be the ones setting up Llama), which limits its appeal.

Going forward, the CLI should be rewritten in Go:

  • A self-contained binary is easier to distribute - as a download or as a deb/rpm package
  • There's an official AWS SDK for Go
  • There's a number of solid libraries for building CLIs to make the job easier
@hassy
Copy link
Member Author

hassy commented Jul 8, 2017

Not really needed with #16

@hassy hassy closed this as completed Jul 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant