From 657ba0015eb4543509c93a33d0996b3de5353109 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 13 Jan 2020 14:41:00 +0800 Subject: [PATCH] 2.2.0 --- README.md | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 64b72f5..3c09df8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ npm install -g @adobe/aio-cli-plugin-config $ ./bin/run COMMAND running command... $ ./bin/run (-v|--version|version) -@adobe/aio-cli-plugin-config/2.1.0 darwin-x64 node-v10.16.1 +@adobe/aio-cli-plugin-config/2.2.0 darwin-x64 node-v10.15.3 $ ./bin/run --help [COMMAND] USAGE $ ./bin/run COMMAND @@ -78,7 +78,7 @@ EXAMPLES $ aio config:clear ``` -_See code: [src/commands/config/index.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/index.js)_ +_See code: [src/commands/config/index.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/index.js)_ ## `./bin/run config:clear` @@ -94,7 +94,7 @@ OPTIONS -l, --local local config ``` -_See code: [src/commands/config/clear.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/clear.js)_ +_See code: [src/commands/config/clear.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/clear.js)_ ## `./bin/run config:delete KEYS...` @@ -113,7 +113,7 @@ ALIASES $ ./bin/run config:rm ``` -_See code: [src/commands/config/delete.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/delete.js)_ +_See code: [src/commands/config/delete.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/delete.js)_ ## `./bin/run config:edit` @@ -128,7 +128,7 @@ OPTIONS -l, --local local config ``` -_See code: [src/commands/config/edit.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/edit.js)_ +_See code: [src/commands/config/edit.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/edit.js)_ ## `./bin/run config:get KEY` @@ -146,7 +146,7 @@ OPTIONS -y, --yaml output in yaml ``` -_See code: [src/commands/config/get.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/get.js)_ +_See code: [src/commands/config/get.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/get.js)_ ## `./bin/run config:list` @@ -168,7 +168,7 @@ ALIASES $ ./bin/run config:ls ``` -_See code: [src/commands/config/list.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/list.js)_ +_See code: [src/commands/config/list.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/list.js)_ ## `./bin/run config set key 'a value' # set key to 'a value'` @@ -189,5 +189,5 @@ OPTIONS -y, --yaml value is yaml ``` -_See code: [src/commands/config/set.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.1.0/src/commands/config/set.js)_ +_See code: [src/commands/config/set.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/set.js)_ diff --git a/package.json b/package.json index 25e1893..d575fdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/aio-cli-plugin-config", "description": "Config Plugin for the Adobe I/O CLI", - "version": "2.1.0", + "version": "2.2.0", "author": "Adobe Inc.", "bugs": "https://github.com/adobe/aio-cli-plugin-config/issues", "dependencies": {