As part of our developer experience work, we want to create a CLI tool that will help developers run some of our cloud functionality from the CLI. Something similar to GitHub, AWS, or Firebase CLI
Assuming we (in our development teams) have balanced background of Python, Go, and Typescript, what language do you think will work best for us?<p>Some important points for us:
* Easy to test and setup CI/CD
* Orchestrate with local installed tools like docker and terraform
* Nice UX/UI
* Support web based authentication (so we will not have to develop a new authen method)
* Can easily exported and package managers to support independent installation (no prerequisite: install node.js, etc )