Skip to content

Commit e81741c

Browse files
committed
Incremented version to 0.0.2
1 parent 2188c77 commit e81741c

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ $ aio config:set cloudmanager_programid 4
7676
# Commands
7777
<!-- commands -->
7878
* [`./bin/run cloudmanager:get-current-execution PIPELINEID`](#bin-run-cloudmanagerget-current-execution-pipelineid)
79+
* [`./bin/run cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`](#bin-run-cloudmanagerget-quality-gate-results-pipelineid-executionid-action)
7980
* [`./bin/run cloudmanager:list-current-executions`](#bin-run-cloudmanagerlist-current-executions)
8081
* [`./bin/run cloudmanager:list-pipelines`](#bin-run-cloudmanagerlist-pipelines)
8182
* [`./bin/run cloudmanager:list-programs`](#bin-run-cloudmanagerlist-programs)
@@ -97,7 +98,27 @@ OPTIONS
9798
-r, --passphrase=passphrase the passphrase for the private-key
9899
```
99100

100-
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1/src/commands/cloudmanager/get-current-execution.js)_
101+
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/get-current-execution.js)_
102+
103+
## `./bin/run cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
104+
105+
get quality gate results
106+
107+
```
108+
USAGE
109+
$ ./bin/run cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION
110+
111+
ARGUMENTS
112+
PIPELINEID the pipeline id
113+
EXECUTIONID the execution id
114+
ACTION (codeQuality|security|performance) the step action
115+
116+
OPTIONS
117+
-p, --programId=programId the programId. if not specified, defaults to 'cloudmanager_programid' config value
118+
-r, --passphrase=passphrase the passphrase for the private-key
119+
```
120+
121+
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/get-quality-gate-results.js)_
101122

102123
## `./bin/run cloudmanager:list-current-executions`
103124

@@ -112,7 +133,7 @@ OPTIONS
112133
-r, --passphrase=passphrase the passphrase for the private-key
113134
```
114135

115-
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1/src/commands/cloudmanager/list-current-executions.js)_
136+
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/list-current-executions.js)_
116137

117138
## `./bin/run cloudmanager:list-pipelines`
118139

@@ -127,7 +148,7 @@ OPTIONS
127148
-r, --passphrase=passphrase the passphrase for the private-key
128149
```
129150

130-
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1/src/commands/cloudmanager/list-pipelines.js)_
151+
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/list-pipelines.js)_
131152

132153
## `./bin/run cloudmanager:list-programs`
133154

@@ -142,7 +163,7 @@ OPTIONS
142163
-r, --passphrase=passphrase the passphrase for the private-key
143164
```
144165

145-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1/src/commands/cloudmanager/list-programs.js)_
166+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/list-programs.js)_
146167

147168
## `./bin/run cloudmanager:start-execution PIPELINEID`
148169

@@ -160,5 +181,5 @@ OPTIONS
160181
-r, --passphrase=passphrase the passphrase for the private-key
161182
```
162183

163-
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1/src/commands/cloudmanager/start-execution.js)_
184+
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/start-execution.js)_
164185
<!-- commandsstop -->

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

0 commit comments

Comments
 (0)