Skip to content

Zookal/aws-parameter-store-orb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Parameter Store Orb

Easily load AWS parameter store keys into your CircleCI environment.

Orbs are reusable commands, executors, and jobs (as well as usage examples)—snippets of CircleCI configuration—that can be shared across teams and projects. See CircleCI Orbs, Explore Orbs, Creating Orbs, and Using Orbs for further information.

Orb registry: https://circleci.com/orbs/registry/orb/circleci/aws-parameter-store

How to publish a new version

You need to have the circleci utility installed first:

brew install circleci

Then, define a new version to be published. From the src/ folder, run the following commands:

circleci orb pack . > ~/Downloads/orb.yml
circleci orb publish ~/Downloads/orb.yml zookal/[email protected]_NEW_VERSION_NUMBER

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published