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
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