From f3fc6d11fa11c9b8c73554c79ca55470073bb098 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 4 Oct 2017 19:08:59 +0100 Subject: PLT-7218: CLI to move slash commands between teams. (#7574) --- cmd/platform/mattermost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/platform/mattermost.go') diff --git a/cmd/platform/mattermost.go b/cmd/platform/mattermost.go index 3c0add061..8e35dca05 100644 --- a/cmd/platform/mattermost.go +++ b/cmd/platform/mattermost.go @@ -40,7 +40,7 @@ func init() { resetCmd.Flags().Bool("confirm", false, "Confirm you really want to delete everything and a DB backup has been performed.") - rootCmd.AddCommand(serverCmd, versionCmd, userCmd, teamCmd, licenseCmd, importCmd, resetCmd, channelCmd, rolesCmd, testCmd, ldapCmd, configCmd, jobserverCmd) + rootCmd.AddCommand(serverCmd, versionCmd, userCmd, teamCmd, licenseCmd, importCmd, resetCmd, channelCmd, rolesCmd, testCmd, ldapCmd, configCmd, jobserverCmd, commandCmd) } var rootCmd = &cobra.Command{ -- cgit v1.2.3-1-g7c22