We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fdf62 commit afbfefbCopy full SHA for afbfefb
Makefile
@@ -144,6 +144,10 @@ endif
144
generate-doc: ## Generate documentation of the flows JSON format
145
cd web && npm run generate-doc
146
147
+.PHONY: update-config
148
+update-config: ## Update sample config from operator repo
149
+ ./scripts/update-config.sh
150
+
151
##@ Develop frontend
152
153
.PHONY: install-frontend
0 commit comments