An open API service indexing awesome lists of open source software.

https://github.com/sofyan48/maklo

AWS System manager Generates And Insert App environtment
https://github.com/sofyan48/maklo

aws aws-systemmanager environtment ssm

Last synced: 7 months ago
JSON representation

AWS System manager Generates And Insert App environtment

Awesome Lists containing this project

README

          

# 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
```