Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 1.06 KB

README.md

File metadata and controls

56 lines (51 loc) · 1.06 KB

MAKLO

Generate Or Insert AWS System Manager

Installing

go build -o maklo

Setting Environtment

nano $USER/.maklo/environtment

Set environtment value

AWS_ACCESS_KEY=
AWS_ACCESS_SECRET=
AWS_ACCESS_AREA=ap-southeast-1

or load environtment by path

maklo -e path/environtment [action] [option]

Usage

Note: Run the app one place with environtment

GeneratePath Parameters

maklo generatePath -p /rll/dev/general/sdk_js -name sdk_js -s dev -d true

OPTIONS:

--path value, -p value       File Template Path
--name value, -n value       App Name
--stage value, -s value      Stage Parameters
--decrypt value, -d value    Decryption Option

Insert Paramters

maklo insert -p templates/parameters.json

OPTIONS:

--path value, -p value       File Template Path
--overwrite value, -w value  Overwirte Option

Generate By Templates

maklo generate -f yaml -p templates/parameter.yaml

OPTIONS:

--path value, -p value    Templates Path
--format value, -f value  Templates Formats | yaml or json