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
- Host: GitHub
- URL: https://github.com/sofyan48/maklo
- Owner: sofyan48
- Created: 2020-03-09T16:50:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T09:13:22.000Z (over 5 years ago)
- Last Synced: 2025-02-19T14:07:48.720Z (8 months ago)
- Topics: aws, aws-systemmanager, environtment, ssm
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```