Skip to content

Commit ab2426e

Browse files
committed
Incremented version to 1.5.0
1 parent a7bc5a5 commit ab2426e

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ npm install -g @adobe/aio-cli
4242
$ aio COMMAND
4343
running command...
4444
$ aio (-v|--version|version)
45-
@adobe/aio-cli/1.4.1 darwin-x64 node-v8.14.0
45+
@adobe/aio-cli/1.5.0 darwin-x64 node-v8.15.0
4646
$ aio --help [COMMAND]
4747
USAGE
4848
$ aio COMMAND
@@ -57,7 +57,7 @@ USAGE
5757
* [`aio config:delete [KEY]`](#aio-configdelete-key)
5858
* [`aio config:get [KEY]`](#aio-configget-key)
5959
* [`aio config:set [KEY] [VALUE]`](#aio-configset-key-value)
60-
* [`aio console SUB-COMMAND`](#aio-console-sub-command)
60+
* [`aio console`](#aio-console)
6161
* [`aio console:list-integrations`](#aio-consolelist-integrations)
6262
* [`aio console:reset-integration [INTEGRATION_ID]`](#aio-consolereset-integration-integration_id)
6363
* [`aio console:select-integration [INTEGRATION_ID]`](#aio-consoleselect-integration-integration_id)
@@ -163,13 +163,16 @@ OPTIONS
163163

164164
_See code: [@adobe/aio-cli-plugin-config](https://github.com/adobe/aio-cli-plugin-config/blob/v1.0.7/src/commands/config/set.js)_
165165

166-
## `aio console SUB-COMMAND`
166+
## `aio console`
167167

168168
List or select console integrations for the Adobe I/O Runtime
169169

170170
```
171171
USAGE
172-
$ aio console SUB-COMMAND
172+
$ aio console
173+
174+
OPTIONS
175+
-p, --passphrase=passphrase the passphrase for the private-key
173176
174177
EXAMPLES
175178
$ aio console:list-integrations
@@ -183,7 +186,7 @@ EXAMPLES
183186
$ aio console reset-integration INTEGRATION_ID
184187
```
185188

186-
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.3.1/src/commands/console/index.js)_
189+
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.4.0/src/commands/console/index.js)_
187190

188191
## `aio console:list-integrations`
189192

@@ -202,7 +205,7 @@ ALIASES
202205
$ aio console:ls
203206
```
204207

205-
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.3.1/src/commands/console/list-integrations.js)_
208+
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.4.0/src/commands/console/list-integrations.js)_
206209

207210
## `aio console:reset-integration [INTEGRATION_ID]`
208211

@@ -220,7 +223,7 @@ ALIASES
220223
$ aio console:reset
221224
```
222225

223-
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.3.1/src/commands/console/reset-integration.js)_
226+
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.4.0/src/commands/console/reset-integration.js)_
224227

225228
## `aio console:select-integration [INTEGRATION_ID]`
226229

@@ -243,7 +246,7 @@ ALIASES
243246
$ aio console:sel
244247
```
245248

246-
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.3.1/src/commands/console/select-integration.js)_
249+
_See code: [@adobe/aio-cli-plugin-console](https://github.com/adobe/aio-cli-plugin-console/blob/v1.4.0/src/commands/console/select-integration.js)_
247250

248251
## `aio help [COMMAND]`
249252

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aio-cli",
33
"description": "Adobe I/O Extensible CLI\n\n******* *******\n****** ******\n***** *****\n**** * ****\n*** *** ***\n** ***** **\n* ** *\n",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"author": "Adobe Systems Inc.",
66
"bin": {
77
"aio": "./bin/run"

0 commit comments

Comments
 (0)