77
77
-r, --use-most-recent Use the job ID of the most recently validated deployment.
78
78
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
79
79
display results.
80
- --async Run the command asynchronously.
81
- --concise Show concise output of the command result.
82
- --verbose Show verbose output of the command result.
80
+ --async Run the command asynchronously.
81
+ --concise Show concise output of the command result.
82
+ --verbose Show verbose output of the command result.
83
83
84
84
GLOBAL FLAGS
85
85
--json Format output as json.
@@ -131,7 +131,7 @@ FLAG DESCRIPTIONS
131
131
"sf project deploy pipeline report".
132
132
```
133
133
134
- _ See code: [ src/commands/project/deploy/pipeline/quick.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6 /src/commands/project/deploy/pipeline/quick.ts ) _
134
+ _ See code: [ src/commands/project/deploy/pipeline/quick.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7 /src/commands/project/deploy/pipeline/quick.ts ) _
135
135
136
136
## ` sf project deploy pipeline report `
137
137
@@ -175,7 +175,7 @@ FLAG DESCRIPTIONS
175
175
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
176
176
```
177
177
178
- _ See code: [ src/commands/project/deploy/pipeline/report.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6 /src/commands/project/deploy/pipeline/report.ts ) _
178
+ _ See code: [ src/commands/project/deploy/pipeline/report.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7 /src/commands/project/deploy/pipeline/report.ts ) _
179
179
180
180
## ` sf project deploy pipeline resume `
181
181
@@ -191,8 +191,8 @@ FLAGS
191
191
-r, --use-most-recent Use the job ID of the most recent deploy operation.
192
192
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
193
193
display results.
194
- --concise Show concise output of the command result.
195
- --verbose Show verbose output of the command result.
194
+ --concise Show concise output of the command result.
195
+ --verbose Show verbose output of the command result.
196
196
197
197
GLOBAL FLAGS
198
198
--json Format output as json.
@@ -237,7 +237,7 @@ FLAG DESCRIPTIONS
237
237
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
238
238
```
239
239
240
- _ See code: [ src/commands/project/deploy/pipeline/resume.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6 /src/commands/project/deploy/pipeline/resume.ts ) _
240
+ _ See code: [ src/commands/project/deploy/pipeline/resume.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7 /src/commands/project/deploy/pipeline/resume.ts ) _
241
241
242
242
## ` sf project deploy pipeline start `
243
243
@@ -260,9 +260,9 @@ FLAGS
260
260
-v, --bundle-version-name=<value> Version name of the bundle.
261
261
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
262
262
display results.
263
- --async Run the command asynchronously.
264
- --concise Show concise output of the command result.
265
- --verbose Show verbose output of the command result.
263
+ --async Run the command asynchronously.
264
+ --concise Show concise output of the command result.
265
+ --verbose Show verbose output of the command result.
266
266
267
267
GLOBAL FLAGS
268
268
--json Format output as json.
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
333
333
"sf project deploy pipeline report".
334
334
```
335
335
336
- _ See code: [ src/commands/project/deploy/pipeline/start.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6 /src/commands/project/deploy/pipeline/start.ts ) _
336
+ _ See code: [ src/commands/project/deploy/pipeline/start.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7 /src/commands/project/deploy/pipeline/start.ts ) _
337
337
338
338
## ` sf project deploy pipeline validate `
339
339
@@ -356,9 +356,9 @@ FLAGS
356
356
-v, --bundle-version-name=<value> Version name of the bundle.
357
357
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
358
358
display results.
359
- --async Run the command asynchronously.
360
- --concise Show concise output of the command result.
361
- --verbose Show verbose output of the command result.
359
+ --async Run the command asynchronously.
360
+ --concise Show concise output of the command result.
361
+ --verbose Show verbose output of the command result.
362
362
363
363
GLOBAL FLAGS
364
364
--json Format output as json.
@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
429
429
"sf project deploy pipeline report".
430
430
```
431
431
432
- _ See code: [ src/commands/project/deploy/pipeline/validate.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6 /src/commands/project/deploy/pipeline/validate.ts ) _
432
+ _ See code: [ src/commands/project/deploy/pipeline/validate.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7 /src/commands/project/deploy/pipeline/validate.ts ) _
433
433
434
434
<!-- commandsstop -->
435
435
0 commit comments