Skip to content

Commit 2fa8248

Browse files
committed
improve fix readme #task
1 parent a26bfa7 commit 2fa8248

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ EXAMPLES
121121
$ aio cloudmanager:advance-current-execution --programId=PROGRAM_ID PIPELINE_ID
122122
```
123123

124-
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/index.js)_
124+
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/index.js)_
125125

126126
## `aio cloudmanager:advance-current-execution PIPELINEID`
127127

@@ -139,7 +139,7 @@ OPTIONS
139139
-r, --passphrase=passphrase the passphrase for the private-key
140140
```
141141

142-
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/advance-current-execution.js)_
142+
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/advance-current-execution.js)_
143143

144144
## `aio cloudmanager:cancel-current-execution PIPELINEID`
145145

@@ -157,7 +157,7 @@ OPTIONS
157157
-r, --passphrase=passphrase the passphrase for the private-key
158158
```
159159

160-
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/cancel-current-execution.js)_
160+
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/cancel-current-execution.js)_
161161

162162
## `aio cloudmanager:get-current-execution PIPELINEID`
163163

@@ -175,7 +175,7 @@ OPTIONS
175175
-r, --passphrase=passphrase the passphrase for the private-key
176176
```
177177

178-
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/get-current-execution.js)_
178+
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/get-current-execution.js)_
179179

180180
## `aio cloudmanager:get-execution-step-details PIPELINEID EXECUTIONID`
181181

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

197-
_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/get-execution-step-details.js)_
197+
_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/get-execution-step-details.js)_
198198

199199
## `aio cloudmanager:get-execution-step-log PIPELINEID EXECUTIONID ACTION`
200200

@@ -215,7 +215,7 @@ OPTIONS
215215
-r, --passphrase=passphrase the passphrase for the private-key
216216
```
217217

218-
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/get-execution-step-log.js)_
218+
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/get-execution-step-log.js)_
219219

220220
## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
221221

@@ -235,7 +235,7 @@ OPTIONS
235235
-r, --passphrase=passphrase the passphrase for the private-key
236236
```
237237

238-
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/get-quality-gate-results.js)_
238+
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/get-quality-gate-results.js)_
239239

240240
## `aio cloudmanager:list-current-executions`
241241

@@ -250,7 +250,7 @@ OPTIONS
250250
-r, --passphrase=passphrase the passphrase for the private-key
251251
```
252252

253-
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/list-current-executions.js)_
253+
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/list-current-executions.js)_
254254

255255
## `aio cloudmanager:list-environments`
256256

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

268-
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/list-environments.js)_
268+
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/list-environments.js)_
269269

270270
## `aio cloudmanager:list-pipelines`
271271

@@ -280,7 +280,7 @@ OPTIONS
280280
-r, --passphrase=passphrase the passphrase for the private-key
281281
```
282282

283-
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/list-pipelines.js)_
283+
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/list-pipelines.js)_
284284

285285
## `aio cloudmanager:list-programs`
286286

@@ -295,7 +295,7 @@ OPTIONS
295295
-r, --passphrase=passphrase the passphrase for the private-key
296296
```
297297

298-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/list-programs.js)_
298+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/list-programs.js)_
299299

300300
## `aio cloudmanager:start-execution PIPELINEID`
301301

@@ -313,7 +313,7 @@ OPTIONS
313313
-r, --passphrase=passphrase the passphrase for the private-key
314314
```
315315

316-
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.6/src/commands/cloudmanager/start-execution.js)_
316+
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.1.6/src/commands/cloudmanager/start-execution.js)_
317317
<!-- commandsstop -->
318318

319319
# Development

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"posttest": "eslint src",
6464
"test": "npm run unit-tests",
6565
"unit-tests": "jest --ci",
66-
"fix-readme": "sed -i '' 's+\\./bin/run+aio+g' README.md && sed -i '' 's+#bin-run-+#aio-+g' README.md",
66+
"fix-readme": "sed -i '' 's+\\./bin/run+aio+g' README.md && sed -i '' 's+#bin-run-+#aio-+g' README.md && sed -i '' 's+blob/v+blob/+g' README.md",
6767
"prepack": "oclif-dev manifest && oclif-dev readme && npm run fix-readme",
6868
"postpack": "rm -f oclif.manifest.json",
6969
"version": "oclif-dev readme && npm run fix-readme && git add README.md"

0 commit comments

Comments
 (0)