Skip to content

Commit 5d6747f

Browse files
Merge pull request #30 from MagaluCloud/add-long-iam
Refactor + IAM
2 parents 54c7e99 + 5926c5d commit 5d6747f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+60148
-4428
lines changed

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,20 @@ tidy: ## Organiza go.mod e go.sum
9292
# ==================================================================================== #
9393
##@ Execução
9494
# ==================================================================================== #
95+
.PHONY: generate-config
96+
generate-config: build## Gerando configuração
97+
@echo "$(INFO_COLOR)Gerando configuração...$(NO_COLOR)"
98+
@./$(BINARY_NAME) generate-config
99+
@echo "$(OK_COLOR)✓ Configuração gerada$(NO_COLOR)"
100+
101+
102+
.PHONY: manipulate-config
103+
manipulate-config: build## Manipula a configuração
104+
@echo "$(INFO_COLOR)Manipulando configuração...$(NO_COLOR)"
105+
@./$(BINARY_NAME) manipulate-config
106+
@echo "$(OK_COLOR)✓ Configuração manipulada$(NO_COLOR)"
107+
108+
95109

96110
.PHONY: clone
97111
clone: build## Clona o SDK

0 commit comments

Comments
 (0)