Implement bundle missing subcommands
Our bundle chat command can only check the status, enable and disable bundles. We should implement list install and uninstall, versions, and info to match cogctl. We should probably also remove status as it wont be needed once we have list and versions.
I think we might be able to get by with list, versions, and info as chat commands since the install process still requires a file upload.
I think the only command still missing is uninstall
Anyone opposed to me creating a new issue for bundle-install and bundle-uninstall, and closing this issue out?
Also, there's #852
@jesselang I think that's a good idea, it would also allow chunking the work out and if they're small enough maybe add a beginner label