PHP Classes

File: iac/Makefile

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/Makefile   Download  
File: iac/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 437 bytes
 

Contents

Class file image Download
.PHONY: build\:dev build\:dev: create clean kustomize build overlays/development --output config/development/ build\:pro: create clean kustomize build overlays/production --output config/production/ clean: @find ./config/development -type f -name "*.yaml" -exec rm -f {} + @find ./config/production -type f -name "*.yaml" -exec rm -f {} + create: @echo Clean config directory @mkdir -p config/{development,production} || true