Skip to content

Commit d82e25c

Browse files
committed
Incremented version to 0.5.0
1 parent 1de4b58 commit d82e25c

File tree

3 files changed

+38
-19
lines changed

3 files changed

+38
-19
lines changed

README.md

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ $ aio config:set cloudmanager_programid 4
9797
* [`aio cloudmanager:list-environments`](#aio-cloudmanagerlist-environments)
9898
* [`aio cloudmanager:list-pipelines`](#aio-cloudmanagerlist-pipelines)
9999
* [`aio cloudmanager:list-programs`](#aio-cloudmanagerlist-programs)
100+
* [`aio cloudmanager:open-developer-console ENVIRONMENTID`](#aio-cloudmanageropen-developer-console-environmentid)
100101
* [`aio cloudmanager:start-execution PIPELINEID`](#aio-cloudmanagerstart-execution-pipelineid)
101102
* [`aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME`](#aio-cloudmanagertail-log-environmentid-service-name)
102103
* [`aio cloudmanager:update-pipeline PIPELINEID`](#aio-cloudmanagerupdate-pipeline-pipelineid)
@@ -149,7 +150,7 @@ EXAMPLES
149150
$ aio cloudmanager:tail-log --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME
150151
```
151152

152-
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/index.js)_
153+
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/index.js)_
153154

154155
## `aio cloudmanager:advance-current-execution PIPELINEID`
155156

@@ -167,7 +168,7 @@ OPTIONS
167168
-r, --passphrase=passphrase the passphrase for the private-key
168169
```
169170

170-
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/advance-current-execution.js)_
171+
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/advance-current-execution.js)_
171172

172173
## `aio cloudmanager:cancel-current-execution PIPELINEID`
173174

@@ -185,7 +186,7 @@ OPTIONS
185186
-r, --passphrase=passphrase the passphrase for the private-key
186187
```
187188

188-
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/cancel-current-execution.js)_
189+
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/cancel-current-execution.js)_
189190

190191
## `aio cloudmanager:delete-pipeline PIPELINEID`
191192

@@ -203,7 +204,7 @@ OPTIONS
203204
-r, --passphrase=passphrase the passphrase for the private-key
204205
```
205206

206-
_See code: [src/commands/cloudmanager/delete-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/delete-pipeline.js)_
207+
_See code: [src/commands/cloudmanager/delete-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/delete-pipeline.js)_
207208

208209
## `aio cloudmanager:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`
209210

@@ -228,7 +229,7 @@ OPTIONS
228229
-r, --passphrase=passphrase the passphrase for the private-key
229230
```
230231

231-
_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/download-logs.js)_
232+
_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/download-logs.js)_
232233

233234
## `aio cloudmanager:get-current-execution PIPELINEID`
234235

@@ -246,7 +247,7 @@ OPTIONS
246247
-r, --passphrase=passphrase the passphrase for the private-key
247248
```
248249

249-
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/get-current-execution.js)_
250+
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/get-current-execution.js)_
250251

251252
## `aio cloudmanager:get-execution-step-details PIPELINEID EXECUTIONID`
252253

@@ -265,7 +266,7 @@ OPTIONS
265266
-r, --passphrase=passphrase the passphrase for the private-key
266267
```
267268

268-
_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/get-execution-step-details.js)_
269+
_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/get-execution-step-details.js)_
269270

270271
## `aio cloudmanager:get-execution-step-log PIPELINEID EXECUTIONID ACTION`
271272

@@ -286,7 +287,7 @@ OPTIONS
286287
-r, --passphrase=passphrase the passphrase for the private-key
287288
```
288289

289-
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/get-execution-step-log.js)_
290+
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/get-execution-step-log.js)_
290291

291292
## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
292293

@@ -306,7 +307,7 @@ OPTIONS
306307
-r, --passphrase=passphrase the passphrase for the private-key
307308
```
308309

309-
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/get-quality-gate-results.js)_
310+
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/get-quality-gate-results.js)_
310311

311312
## `aio cloudmanager:list-available-log-options ENVIRONMENTID`
312313

@@ -324,7 +325,7 @@ OPTIONS
324325
-r, --passphrase=passphrase the passphrase for the private-key
325326
```
326327

327-
_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/list-available-log-options.js)_
328+
_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/list-available-log-options.js)_
328329

329330
## `aio cloudmanager:list-current-executions`
330331

@@ -339,7 +340,7 @@ OPTIONS
339340
-r, --passphrase=passphrase the passphrase for the private-key
340341
```
341342

342-
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/list-current-executions.js)_
343+
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/list-current-executions.js)_
343344

344345
## `aio cloudmanager:list-environments`
345346

@@ -354,7 +355,7 @@ OPTIONS
354355
-r, --passphrase=passphrase the passphrase for the private-key
355356
```
356357

357-
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/list-environments.js)_
358+
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/list-environments.js)_
358359

359360
## `aio cloudmanager:list-pipelines`
360361

@@ -369,7 +370,7 @@ OPTIONS
369370
-r, --passphrase=passphrase the passphrase for the private-key
370371
```
371372

372-
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/list-pipelines.js)_
373+
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/list-pipelines.js)_
373374

374375
## `aio cloudmanager:list-programs`
375376

@@ -384,7 +385,25 @@ OPTIONS
384385
-r, --passphrase=passphrase the passphrase for the private-key
385386
```
386387

387-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/list-programs.js)_
388+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/list-programs.js)_
389+
390+
## `aio cloudmanager:open-developer-console ENVIRONMENTID`
391+
392+
opens the Developer Console, if available, in a browser
393+
394+
```
395+
USAGE
396+
$ aio cloudmanager:open-developer-console ENVIRONMENTID
397+
398+
ARGUMENTS
399+
ENVIRONMENTID the environment id
400+
401+
OPTIONS
402+
-p, --programId=programId the programId. if not specified, defaults to 'cloudmanager_programid' config value
403+
-r, --passphrase=passphrase the passphrase for the private-key
404+
```
405+
406+
_See code: [src/commands/cloudmanager/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/open-developer-console.js)_
388407

389408
## `aio cloudmanager:start-execution PIPELINEID`
390409

@@ -402,7 +421,7 @@ OPTIONS
402421
-r, --passphrase=passphrase the passphrase for the private-key
403422
```
404423

405-
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/start-execution.js)_
424+
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/start-execution.js)_
406425

407426
## `aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME`
408427

@@ -425,7 +444,7 @@ ALIASES
425444
$ aio cloudmanager:tail-logs
426445
```
427446

428-
_See code: [src/commands/cloudmanager/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/tail-log.js)_
447+
_See code: [src/commands/cloudmanager/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/tail-log.js)_
429448

430449
## `aio cloudmanager:update-pipeline PIPELINEID`
431450

@@ -446,7 +465,7 @@ OPTIONS
446465
--tag=tag the new tag
447466
```
448467

449-
_See code: [src/commands/cloudmanager/update-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.4.0/src/commands/cloudmanager/update-pipeline.js)_
468+
_See code: [src/commands/cloudmanager/update-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.5.0/src/commands/cloudmanager/update-pipeline.js)_
450469
<!-- commandsstop -->
451470

452471
# Development

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-plugin-cloudmanager",
33
"description": "Cloud Manager commands for the Adobe I/O CLI",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)