Skip to content

Commit 8babcd4

Browse files
chore(release): 0.16.3 [skip ci]
## [0.16.3](0.16.2...0.16.3) (2020-11-16) ### Bug Fixes * **build:** changelog title not respected ([16c71d4](16c71d4))
1 parent 16c71d4 commit 8babcd4

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-25
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.3](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.2...0.16.3) (2020-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** changelog title not respected ([16c71d4](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/16c71d4a1a30465646bba47c56cb676f3dac85e7))
9+
310
## [0.16.2](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.1...0.16.2) (2020-11-16)
411

512
### Bug Fixes

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ EXAMPLES
162162
$ aio cloudmanager:environment:tail-log --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME
163163
```
164164

165-
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/index.js)_
165+
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/index.js)_
166166

167167
## `aio cloudmanager:current-execution:advance PIPELINEID`
168168

@@ -183,7 +183,7 @@ ALIASES
183183
$ aio cloudmanager:advance-current-execution
184184
```
185185

186-
_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/current-execution/advance.js)_
186+
_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/current-execution/advance.js)_
187187

188188
## `aio cloudmanager:current-execution:cancel PIPELINEID`
189189

@@ -204,7 +204,7 @@ ALIASES
204204
$ aio cloudmanager:cancel-current-execution
205205
```
206206

207-
_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/current-execution/cancel.js)_
207+
_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/current-execution/cancel.js)_
208208

209209
## `aio cloudmanager:current-execution:get PIPELINEID`
210210

@@ -227,7 +227,7 @@ ALIASES
227227
$ aio cloudmanager:get-current-execution
228228
```
229229

230-
_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/current-execution/get.js)_
230+
_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/current-execution/get.js)_
231231

232232
## `aio cloudmanager:environment:delete ENVIRONMENTID`
233233

@@ -248,7 +248,7 @@ ALIASES
248248
$ aio cloudmanager:delete-environment
249249
```
250250

251-
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/delete.js)_
251+
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/delete.js)_
252252

253253
## `aio cloudmanager:environment:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`
254254

@@ -276,7 +276,7 @@ ALIASES
276276
$ aio cloudmanager:download-logs
277277
```
278278

279-
_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/download-logs.js)_
279+
_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/download-logs.js)_
280280

281281
## `aio cloudmanager:environment:list-available-log-options ENVIRONMENTID`
282282

@@ -299,7 +299,7 @@ ALIASES
299299
$ aio cloudmanager:list-available-log-options
300300
```
301301

302-
_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/list-available-log-options.js)_
302+
_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/list-available-log-options.js)_
303303

304304
## `aio cloudmanager:environment:list-variables ENVIRONMENTID`
305305

@@ -322,7 +322,7 @@ ALIASES
322322
$ aio cloudmanager:list-environment-variables
323323
```
324324

325-
_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/list-variables.js)_
325+
_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/list-variables.js)_
326326

327327
## `aio cloudmanager:environment:open-developer-console ENVIRONMENTID`
328328

@@ -343,7 +343,7 @@ ALIASES
343343
$ aio cloudmanager:open-developer-console
344344
```
345345

346-
_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/open-developer-console.js)_
346+
_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/open-developer-console.js)_
347347

348348
## `aio cloudmanager:environment:set-variables ENVIRONMENTID`
349349

@@ -369,7 +369,7 @@ ALIASES
369369
$ aio cloudmanager:set-environment-variables
370370
```
371371

372-
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/set-variables.js)_
372+
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/set-variables.js)_
373373

374374
## `aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME`
375375

@@ -393,7 +393,7 @@ ALIASES
393393
$ aio cloudmanager:tail-log
394394
```
395395

396-
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/tail-log.js)_
396+
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/tail-log.js)_
397397

398398
## `aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
399399

@@ -418,7 +418,7 @@ ALIASES
418418
$ aio cloudmanager:get-quality-gate-results
419419
```
420420

421-
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
421+
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
422422

423423
## `aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID`
424424

@@ -442,7 +442,7 @@ ALIASES
442442
$ aio cloudmanager:get-execution-step-details
443443
```
444444

445-
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/execution/get-step-details.js)_
445+
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/execution/get-step-details.js)_
446446

447447
## `aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION`
448448

@@ -471,7 +471,7 @@ ALIASES
471471
$ aio cloudmanager:get-execution-step-log
472472
```
473473

474-
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/execution/get-step-log.js)_
474+
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/execution/get-step-log.js)_
475475

476476
## `aio cloudmanager:list-programs`
477477

@@ -488,7 +488,7 @@ OPTIONS
488488
-y, --yaml output in yaml format
489489
```
490490

491-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/list-programs.js)_
491+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/list-programs.js)_
492492

493493
## `aio cloudmanager:pipeline:create-execution PIPELINEID`
494494

@@ -510,7 +510,7 @@ ALIASES
510510
$ aio cloudmanager:start-execution
511511
```
512512

513-
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/create-execution.js)_
513+
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/create-execution.js)_
514514

515515
## `aio cloudmanager:pipeline:delete PIPELINEID`
516516

@@ -531,7 +531,7 @@ ALIASES
531531
$ aio cloudmanager:delete-pipeline
532532
```
533533

534-
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/delete.js)_
534+
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/delete.js)_
535535

536536
## `aio cloudmanager:pipeline:list-variables PIPELINEID`
537537

@@ -554,7 +554,7 @@ ALIASES
554554
$ aio cloudmanager:list-pipeline-variables
555555
```
556556

557-
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/list-variables.js)_
557+
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/list-variables.js)_
558558

559559
## `aio cloudmanager:pipeline:set-variables PIPELINEID`
560560

@@ -580,7 +580,7 @@ ALIASES
580580
$ aio cloudmanager:set-pipeline-variables
581581
```
582582

583-
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/set-variables.js)_
583+
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/set-variables.js)_
584584

585585
## `aio cloudmanager:pipeline:update PIPELINEID`
586586

@@ -604,7 +604,7 @@ ALIASES
604604
$ aio cloudmanager:update-pipeline
605605
```
606606

607-
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/update.js)_
607+
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/update.js)_
608608

609609
## `aio cloudmanager:program:delete PROGRAMID`
610610

@@ -624,7 +624,7 @@ ALIASES
624624
$ aio cloudmanager:delete-program
625625
```
626626

627-
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/program/delete.js)_
627+
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/program/delete.js)_
628628

629629
## `aio cloudmanager:program:list-current-executions`
630630

@@ -644,7 +644,7 @@ ALIASES
644644
$ aio cloudmanager:list-current-executions
645645
```
646646

647-
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/program/list-current-executions.js)_
647+
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/program/list-current-executions.js)_
648648

649649
## `aio cloudmanager:program:list-environments`
650650

@@ -664,7 +664,7 @@ ALIASES
664664
$ aio cloudmanager:list-environments
665665
```
666666

667-
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/program/list-environments.js)_
667+
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/program/list-environments.js)_
668668

669669
## `aio cloudmanager:program:list-pipelines`
670670

@@ -684,7 +684,7 @@ ALIASES
684684
$ aio cloudmanager:list-pipelines
685685
```
686686

687-
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/program/list-pipelines.js)_
687+
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/program/list-pipelines.js)_
688688
<!-- commandsstop -->
689689

690690
# Development

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.16.0",
4+
"version": "0.16.3",
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)