Skip to content

Commit 76b4950

Browse files
committed
Incremented version to 0.4.0
1 parent bda76b6 commit 76b4950

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ EXAMPLES
149149
$ aio cloudmanager:tail-log --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME
150150
```
151151

152-
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/index.js)_
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)_
153153

154154
## `aio cloudmanager:advance-current-execution PIPELINEID`
155155

@@ -167,7 +167,7 @@ OPTIONS
167167
-r, --passphrase=passphrase the passphrase for the private-key
168168
```
169169

170-
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/advance-current-execution.js)_
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)_
171171

172172
## `aio cloudmanager:cancel-current-execution PIPELINEID`
173173

@@ -185,7 +185,7 @@ OPTIONS
185185
-r, --passphrase=passphrase the passphrase for the private-key
186186
```
187187

188-
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/cancel-current-execution.js)_
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)_
189189

190190
## `aio cloudmanager:delete-pipeline PIPELINEID`
191191

@@ -203,7 +203,7 @@ OPTIONS
203203
-r, --passphrase=passphrase the passphrase for the private-key
204204
```
205205

206-
_See code: [src/commands/cloudmanager/delete-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/delete-pipeline.js)_
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)_
207207

208208
## `aio cloudmanager:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`
209209

@@ -228,7 +228,7 @@ OPTIONS
228228
-r, --passphrase=passphrase the passphrase for the private-key
229229
```
230230

231-
_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/download-logs.js)_
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)_
232232

233233
## `aio cloudmanager:get-current-execution PIPELINEID`
234234

@@ -246,7 +246,7 @@ OPTIONS
246246
-r, --passphrase=passphrase the passphrase for the private-key
247247
```
248248

249-
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/get-current-execution.js)_
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)_
250250

251251
## `aio cloudmanager:get-execution-step-details PIPELINEID EXECUTIONID`
252252

@@ -265,7 +265,7 @@ OPTIONS
265265
-r, --passphrase=passphrase the passphrase for the private-key
266266
```
267267

268-
_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/get-execution-step-details.js)_
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)_
269269

270270
## `aio cloudmanager:get-execution-step-log PIPELINEID EXECUTIONID ACTION`
271271

@@ -286,7 +286,7 @@ OPTIONS
286286
-r, --passphrase=passphrase the passphrase for the private-key
287287
```
288288

289-
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/get-execution-step-log.js)_
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)_
290290

291291
## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
292292

@@ -306,7 +306,7 @@ OPTIONS
306306
-r, --passphrase=passphrase the passphrase for the private-key
307307
```
308308

309-
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/get-quality-gate-results.js)_
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)_
310310

311311
## `aio cloudmanager:list-available-log-options ENVIRONMENTID`
312312

@@ -324,7 +324,7 @@ OPTIONS
324324
-r, --passphrase=passphrase the passphrase for the private-key
325325
```
326326

327-
_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/list-available-log-options.js)_
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)_
328328

329329
## `aio cloudmanager:list-current-executions`
330330

@@ -339,7 +339,7 @@ OPTIONS
339339
-r, --passphrase=passphrase the passphrase for the private-key
340340
```
341341

342-
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/list-current-executions.js)_
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)_
343343

344344
## `aio cloudmanager:list-environments`
345345

@@ -354,7 +354,7 @@ OPTIONS
354354
-r, --passphrase=passphrase the passphrase for the private-key
355355
```
356356

357-
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/list-environments.js)_
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)_
358358

359359
## `aio cloudmanager:list-pipelines`
360360

@@ -369,7 +369,7 @@ OPTIONS
369369
-r, --passphrase=passphrase the passphrase for the private-key
370370
```
371371

372-
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/list-pipelines.js)_
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)_
373373

374374
## `aio cloudmanager:list-programs`
375375

@@ -384,7 +384,7 @@ OPTIONS
384384
-r, --passphrase=passphrase the passphrase for the private-key
385385
```
386386

387-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/list-programs.js)_
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)_
388388

389389
## `aio cloudmanager:start-execution PIPELINEID`
390390

@@ -402,7 +402,7 @@ OPTIONS
402402
-r, --passphrase=passphrase the passphrase for the private-key
403403
```
404404

405-
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/start-execution.js)_
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)_
406406

407407
## `aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME`
408408

@@ -425,7 +425,7 @@ ALIASES
425425
$ aio cloudmanager:tail-logs
426426
```
427427

428-
_See code: [src/commands/cloudmanager/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/tail-log.js)_
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)_
429429

430430
## `aio cloudmanager:update-pipeline PIPELINEID`
431431

@@ -443,9 +443,10 @@ OPTIONS
443443
-r, --passphrase=passphrase the passphrase for the private-key
444444
--branch=branch the new branch
445445
--repositoryId=repositoryId the new repositoryId
446+
--tag=tag the new tag
446447
```
447448

448-
_See code: [src/commands/cloudmanager/update-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.3/src/commands/cloudmanager/update-pipeline.js)_
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)_
449450
<!-- commandsstop -->
450451

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

0 commit comments

Comments
 (0)