summaryrefslogtreecommitdiffstats
path: root/cmd/platform/mattermost.go
diff options
context:
space:
mode:
authorSimon Soriano <simon0191@gmail.com>2017-04-17 09:44:10 -0500
committerChristopher Speller <crspeller@gmail.com>2017-04-17 10:44:10 -0400
commitf9ac95c920174728f9f28d273d6ffcd5493faafb (patch)
tree476b2c1ce621db0902ded0575d17265fab6890b3 /cmd/platform/mattermost.go
parent80684ad69f641bb759095beff0e1a15db0aa33b1 (diff)
downloadchat-f9ac95c920174728f9f28d273d6ffcd5493faafb.tar.gz
chat-f9ac95c920174728f9f28d273d6ffcd5493faafb.tar.bz2
chat-f9ac95c920174728f9f28d273d6ffcd5493faafb.zip
Add CLI tool for validating the config.json file (#6041)
Diffstat (limited to 'cmd/platform/mattermost.go')
-rw-r--r--cmd/platform/mattermost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/platform/mattermost.go b/cmd/platform/mattermost.go
index 56e91dd8d..9f58b3250 100644
--- a/cmd/platform/mattermost.go
+++ b/cmd/platform/mattermost.go
@@ -33,7 +33,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)
+ rootCmd.AddCommand(serverCmd, versionCmd, userCmd, teamCmd, licenseCmd, importCmd, resetCmd, channelCmd, rolesCmd, testCmd, ldapCmd, configCmd)
}
var rootCmd = &cobra.Command{