Skip to content

Commit 7446e3b

Browse files
committed
Incremented version to 0.2.1
1 parent a34e72b commit 7446e3b

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

README.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $ aio config:set cloudmanager_programid 4
9797
* [`aio cloudmanager:list-pipelines`](#aio-cloudmanagerlist-pipelines)
9898
* [`aio cloudmanager:list-programs`](#aio-cloudmanagerlist-programs)
9999
* [`aio cloudmanager:start-execution PIPELINEID`](#aio-cloudmanagerstart-execution-pipelineid)
100-
* [`aio cloudmanager:tail-logs ENVIRONMENTID SERVICE NAME`](#aio-cloudmanagertail-logs-environmentid-service-name)
100+
* [`aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME`](#aio-cloudmanagertail-log-environmentid-service-name)
101101

102102
## `aio cloudmanager`
103103

@@ -129,7 +129,7 @@ EXAMPLES
129129
$ aio cloudmanager:advance-current-execution --programId=PROGRAM_ID PIPELINE_ID
130130
```
131131

132-
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/index.js)_
132+
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/index.js)_
133133

134134
## `aio cloudmanager:advance-current-execution PIPELINEID`
135135

@@ -147,7 +147,7 @@ OPTIONS
147147
-r, --passphrase=passphrase the passphrase for the private-key
148148
```
149149

150-
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/advance-current-execution.js)_
150+
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/advance-current-execution.js)_
151151

152152
## `aio cloudmanager:cancel-current-execution PIPELINEID`
153153

@@ -165,7 +165,7 @@ OPTIONS
165165
-r, --passphrase=passphrase the passphrase for the private-key
166166
```
167167

168-
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/cancel-current-execution.js)_
168+
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/cancel-current-execution.js)_
169169

170170
## `aio cloudmanager:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`
171171

@@ -190,7 +190,7 @@ OPTIONS
190190
-r, --passphrase=passphrase the passphrase for the private-key
191191
```
192192

193-
_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/download-logs.js)_
193+
_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/download-logs.js)_
194194

195195
## `aio cloudmanager:get-current-execution PIPELINEID`
196196

@@ -208,7 +208,7 @@ OPTIONS
208208
-r, --passphrase=passphrase the passphrase for the private-key
209209
```
210210

211-
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/get-current-execution.js)_
211+
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/get-current-execution.js)_
212212

213213
## `aio cloudmanager:get-execution-step-details PIPELINEID EXECUTIONID`
214214

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

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

232232
## `aio cloudmanager:get-execution-step-log PIPELINEID EXECUTIONID ACTION`
233233

@@ -248,7 +248,7 @@ OPTIONS
248248
-r, --passphrase=passphrase the passphrase for the private-key
249249
```
250250

251-
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/get-execution-step-log.js)_
251+
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/get-execution-step-log.js)_
252252

253253
## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
254254

@@ -268,7 +268,7 @@ OPTIONS
268268
-r, --passphrase=passphrase the passphrase for the private-key
269269
```
270270

271-
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/get-quality-gate-results.js)_
271+
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/get-quality-gate-results.js)_
272272

273273
## `aio cloudmanager:list-available-log-options ENVIRONMENTID`
274274

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

289-
_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/list-available-log-options.js)_
289+
_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/list-available-log-options.js)_
290290

291291
## `aio cloudmanager:list-current-executions`
292292

@@ -301,7 +301,7 @@ OPTIONS
301301
-r, --passphrase=passphrase the passphrase for the private-key
302302
```
303303

304-
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/list-current-executions.js)_
304+
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/list-current-executions.js)_
305305

306306
## `aio cloudmanager:list-environments`
307307

@@ -316,7 +316,7 @@ OPTIONS
316316
-r, --passphrase=passphrase the passphrase for the private-key
317317
```
318318

319-
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/list-environments.js)_
319+
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/list-environments.js)_
320320

321321
## `aio cloudmanager:list-pipelines`
322322

@@ -331,7 +331,7 @@ OPTIONS
331331
-r, --passphrase=passphrase the passphrase for the private-key
332332
```
333333

334-
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/list-pipelines.js)_
334+
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/list-pipelines.js)_
335335

336336
## `aio cloudmanager:list-programs`
337337

@@ -346,7 +346,7 @@ OPTIONS
346346
-r, --passphrase=passphrase the passphrase for the private-key
347347
```
348348

349-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/list-programs.js)_
349+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/list-programs.js)_
350350

351351
## `aio cloudmanager:start-execution PIPELINEID`
352352

@@ -364,15 +364,15 @@ OPTIONS
364364
-r, --passphrase=passphrase the passphrase for the private-key
365365
```
366366

367-
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/start-execution.js)_
367+
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/start-execution.js)_
368368

369-
## `aio cloudmanager:tail-logs ENVIRONMENTID SERVICE NAME`
369+
## `aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME`
370370

371371
lists available logs for an environment in a Cloud Manager program
372372

373373
```
374374
USAGE
375-
$ aio cloudmanager:tail-logs ENVIRONMENTID SERVICE NAME
375+
$ aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME
376376
377377
ARGUMENTS
378378
ENVIRONMENTID the environment id
@@ -382,9 +382,12 @@ ARGUMENTS
382382
OPTIONS
383383
-p, --programId=programId the programId. if not specified, defaults to 'cloudmanager_programid' config value
384384
-r, --passphrase=passphrase the passphrase for the private-key
385+
386+
ALIASES
387+
$ aio cloudmanager:tail-logs
385388
```
386389

387-
_See code: [src/commands/cloudmanager/tail-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.0/src/commands/cloudmanager/tail-logs.js)_
390+
_See code: [src/commands/cloudmanager/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/tail-log.js)_
388391
<!-- commandsstop -->
389392

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

0 commit comments

Comments
 (0)