Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jan 13, 2020
1 parent 3d81a15 commit 657ba00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand All @@ -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...`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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'`

Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 657ba00

Please sign in to comment.