Skip to content

CLI tool for config management via SSM using JSON, YAML, and Java properties files.

License

Notifications You must be signed in to change notification settings

adamcin/ssmple-java

Repository files navigation

ssmple CLI

Config File Management tool using AWS SSM Shared Parameter Store, serialized to JSON, YAML, or Java properties files on hosts.

Installation

Requires Java 8.

./gradlew assemble
tar -xf build/distributions/ssmple*.tar -C <path to target directory>

Usage

./bin/ssmple --profile myprofile --region us-east-1 -C /ep/conf \
    -f ep.properties \
    -f ep.override.properties \
    -s /ep/ecs/conf \
    -s /ep/ecs/conf/preprod \
    -s /ep/ecs/conf/admin \
    -s /ep/ecs/conf/preprod/admin

About

CLI tool for config management via SSM using JSON, YAML, and Java properties files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published