operable / cog

Bringing the power of the command line to chat
https://book.cog.bot/
Other
916 stars 71 forks source link

Implement bundle missing subcommands #753

Open vanstee opened 8 years ago

vanstee commented 8 years ago

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.

kevsmith commented 8 years ago

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.

vanstee commented 8 years ago

I think the only command still missing is uninstall

jesselang commented 7 years ago

Anyone opposed to me creating a new issue for bundle-install and bundle-uninstall, and closing this issue out?

jesselang commented 7 years ago

Also, there's #852

ohaiwalt commented 7 years ago

@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