PLT-3512 adding join/leave channel to the CLI (#3498)

* PLT-3512 adding join/leave channel to the CLI

* PLT-3512 adding list channels to the CLI

* PLT-3512 adding restore channel

* Adding make run-cli command

* Updating txt

* Fixing txt purposed by PMs
Этот коммит содержится в:
Corey Hulen
2016-07-06 10:11:21 -08:00
коммит произвёл Christopher Speller
родитель 26c91e73fe
Коммит b1520d0b94
8 изменённых файлов: 490 добавлений и 3 удалений

Просмотреть файл

@@ -309,6 +309,12 @@ run-server: prepare-enterprise start-docker
mkdir -p $(BUILD_WEBAPP_DIR)/dist/files
$(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) *.go &
run-cli: prepare-enterprise start-docker
@echo Running mattermost for development
@echo Example should be like >'make ARGS="-version" run-cli'
$(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) *.go ${ARGS}
run-client:
@echo Running mattermost client for development