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
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
26c91e73fe
Коммит
b1520d0b94
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user