Skip to content

kotowick/go-aws-param-store-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Golang binary that provides a clinet interface for the AWS Param Store API Service.

Install

Download the latest release. Use it directly, or add it to a server image under /usr/local/bin (or a choice of your liking).

Usage

Running the Application

./bin/pac-client -l <landscape> -e <environment> -a <application> -v <version>

Optional Args:

-p <prefix> # Only get params starting with this prefix
-o <output file> # Output params to a file instead of setting them in the shell

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kotowick/go-aws-param-api-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.