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

Installable Standalone CLI #100

Open
michaeltlombardi opened this issue Mar 31, 2023 · 2 comments
Open

Installable Standalone CLI #100

michaeltlombardi opened this issue Mar 31, 2023 · 2 comments

Comments

@michaeltlombardi
Copy link

michaeltlombardi commented Mar 31, 2023

As a Cloudsmith user, I would like to have an CLI application for interacting with Cloudsmith that doesn't require python. This would make it easier for me to install and update the CLI app without worrying about the version or configuration of Python. Particularly on Windows machines, where Python isn't installed by default.

This would also make it easier to add the CLI to various package managers for simpler installs and hopefully improve adoption.

If it's implemented in Go, the application could take advantage of cobra and viper for a cohesive CLI experience that handles shell completion, in-console help, and compositional values from configuration, environment, and flags/arguments. With the charm libraries, the CLI could also surface a more delightful UX that makes it easier to use.

@chrisimcevoy
Copy link
Contributor

Hey Michael,

Interesting ideas here, which you've obviously put a lot of thought into.

We have discussed similar ideas internally before. So while we don't have anything like this on our roadmap currently, it is on our radar to some degree.

While the current solution has its pros and cons, it is actively in use by a lot of folks and serving a purpose in its current form. So we'd need to gauge demand carefully before thinking about embarking on a wholesale shift.

Let's keep the issue open so that folks can +/-1 and we can get a feel for what demand is out there.

@michaeltlombardi
Copy link
Author

Thank you! Greatly appreciated. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants