-
Notifications
You must be signed in to change notification settings - Fork 37
Description
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.