Get the latest tech news
Create an internal CLI using Just
Learn how to create a custom CLI for your organization using Just.
What about org-wide things, like installing useful tools, generating boilerplate code, or running complex AWS commands that no one remembers? This is useful if our workflow requires slightly more complex logic, like using control flows (if-else, loops), storing and manipulating variables, etc. I'll leave this as a bonus exercise for the reader since this is pretty easy, but I encourage checking the modified completion script into the git repo so devs won't have to do it themselves.
Or read this on Hacker News