UNPKG

oprah

Version:

Package to deploy parameters to AWS

117 lines (60 loc) 2 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [v5.3.1](2022-05-16) ### Fixed - using `-m` when there's no missing secrets doesn't crash anymore ## [v5.3.0](2021-09-06) ### Added - `export` command now supports `-C, --config-only` option to only export configurations ## [v5.2.1](2021-08-28) ### Added - `run` command now supports `-r, --removing` option to remove orphan configurations or secrets ## [v5.2.0](2021-08-27) ### Added - `clean-up` command ## [v5.0.0](2021-06-18) ### Removed - Dropped support for `DDB` provider ## [v4.0.3](2021-04-01) ### Removed - Dropped support for `node 8` and `10` ## [v3.0.0](2019-11-01) ### Added - Prevent SSM from writing values unless it has changed ### Removed - Dropped support for `node 6` ## [v2.7.0](2019-04-23) ### Added - `-m, --missing` To prompt only missing values in interactive mode ## [v2.6.0](2019-04-02) ### Added - `fetch` command. You can now fetch keys from CLI ## [v2.5.0](2019-04-01) ### Added - `accountId` Can now be used to fetch the aws accountId the configuration is deployed to ## [v2.4.0](2019-02-12) ### Fixed - `cfOutputs` allow CloudFormation stack outputs to be pushed to the parameter store ## [v2.3.1](2019-02-04) ### Added - `import` & `export` command to import/export key values from specified provider ## [v2.3.0](2019-02-01) ### Changed - `run` command now runs both `init` and `configure`. ## [v2.2.1](2019-01-31) ### Fixed - Terminate process with exit code 1 on errors ## [v2.2.0](2019-01-29) ### Changed - Retains DynamoDB by default to prevent accidental deletion ## [v2.1.0](2019-01-29) ### Changed - Mask secrets when parameters are listed ## [v2.0.0](2019-01-24) ### Added - Add support to DynamoDB provider ## [v1.0.0](-----) ### Added - Initial Release