Skip to content

Commit 8904519

Browse files
committed
Incremented version to 0.1.4
1 parent f9da194 commit 8904519

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ EXAMPLES
119119
$ aio cloudmanager:advance-current-execution --programId=PROGRAM_ID PIPELINE_ID
120120
```
121121

122-
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/index.js)_
122+
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/index.js)_
123123

124124
## `aio cloudmanager:advance-current-execution PIPELINEID`
125125

@@ -137,7 +137,7 @@ OPTIONS
137137
-r, --passphrase=passphrase the passphrase for the private-key
138138
```
139139

140-
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/advance-current-execution.js)_
140+
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/advance-current-execution.js)_
141141

142142
## `aio cloudmanager:cancel-current-execution PIPELINEID`
143143

@@ -155,7 +155,7 @@ OPTIONS
155155
-r, --passphrase=passphrase the passphrase for the private-key
156156
```
157157

158-
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/cancel-current-execution.js)_
158+
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/cancel-current-execution.js)_
159159

160160
## `aio cloudmanager:get-current-execution PIPELINEID`
161161

@@ -173,7 +173,7 @@ OPTIONS
173173
-r, --passphrase=passphrase the passphrase for the private-key
174174
```
175175

176-
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/get-current-execution.js)_
176+
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/get-current-execution.js)_
177177

178178
## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
179179

@@ -193,7 +193,7 @@ OPTIONS
193193
-r, --passphrase=passphrase the passphrase for the private-key
194194
```
195195

196-
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/get-quality-gate-results.js)_
196+
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/get-quality-gate-results.js)_
197197

198198
## `aio cloudmanager:list-current-executions`
199199

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

211-
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-current-executions.js)_
211+
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-current-executions.js)_
212212

213213
## `aio cloudmanager:list-environments`
214214

@@ -223,7 +223,7 @@ OPTIONS
223223
-r, --passphrase=passphrase the passphrase for the private-key
224224
```
225225

226-
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-environments.js)_
226+
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-environments.js)_
227227

228228
## `aio cloudmanager:list-pipelines`
229229

@@ -238,7 +238,7 @@ OPTIONS
238238
-r, --passphrase=passphrase the passphrase for the private-key
239239
```
240240

241-
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-pipelines.js)_
241+
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-pipelines.js)_
242242

243243
## `aio cloudmanager:list-programs`
244244

@@ -253,7 +253,7 @@ OPTIONS
253253
-r, --passphrase=passphrase the passphrase for the private-key
254254
```
255255

256-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-programs.js)_
256+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-programs.js)_
257257

258258
## `aio cloudmanager:start-execution PIPELINEID`
259259

@@ -271,7 +271,7 @@ OPTIONS
271271
-r, --passphrase=passphrase the passphrase for the private-key
272272
```
273273

274-
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/start-execution.js)_
274+
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/start-execution.js)_
275275
<!-- commandsstop -->
276276

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

0 commit comments

Comments
 (0)