Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
/ matools Public archive

Tools to automate scaffolding resources setup processes.

License

Notifications You must be signed in to change notification settings

rafikurnia/matools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matools

Tools to automate scaffolding resources setup processes.

Installation

pip install git+https://github.com/rafikurnia/matools.git

Config File

In order to use this tools, you need to create config file. The example file is on example/example-config.yml

Quickstart

# Show help
matools -h

# Check your yml file
awsudo -u sa@acc-org -- matools test --configfile example/example-config.yml 

# Create all Stack Sets and All Stack Set Instances
awsudo -u sa@acc-org -- matools create-all --configfile example/example-config.yml 

# Create all Stack Set Instances only
awsudo -u sa@acc-org -- matools create-stack-instances --configfile example/example-config.yml 

# Delete all Stack Set Instances and Stack Sets (Dangerous Command) 
awsudo -u sa@acc-org -- matools delete-all --configfile example/example-config.yml 

Authors

Rafi Kurnia Putra

About

Tools to automate scaffolding resources setup processes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages