@@ -68,7 +68,7 @@ Quickly deploy a validated deployment to an org.
6868
6969```
7070USAGE
71- $ sf project deploy pipeline quick -c <value> [--json] [--concise | --verbose] [-w <value > | --async] [-i <value>]
71+ $ sf project deploy pipeline quick -c <value> [--json] [--concise | --verbose] [-w <minutes > | --async] [-i <value>]
7272 [-r]
7373
7474FLAGS
@@ -133,7 +133,7 @@ FLAG DESCRIPTIONS
133133 "sf project deploy pipeline report".
134134```
135135
136- _ See code: [ src/commands/project/deploy/pipeline/quick.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14 /src/commands/project/deploy/pipeline/quick.ts ) _
136+ _ See code: [ src/commands/project/deploy/pipeline/quick.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15 /src/commands/project/deploy/pipeline/quick.ts ) _
137137
138138## ` sf project deploy pipeline report `
139139
@@ -180,15 +180,15 @@ FLAG DESCRIPTIONS
180180 your most recent operation was longer than 3 days ago, this flag won't find the job ID.
181181```
182182
183- _ See code: [ src/commands/project/deploy/pipeline/report.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14 /src/commands/project/deploy/pipeline/report.ts ) _
183+ _ See code: [ src/commands/project/deploy/pipeline/report.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15 /src/commands/project/deploy/pipeline/report.ts ) _
184184
185185## ` sf project deploy pipeline resume `
186186
187187Resume watching a pipeline deploy operation.
188188
189189```
190190USAGE
191- $ sf project deploy pipeline resume -c <value> [--json] [-i <value>] [-r] [--concise | --verbose] [-w <value > | ]
191+ $ sf project deploy pipeline resume -c <value> [--json] [-i <value>] [-r] [--concise | --verbose] [-w <minutes > | ]
192192
193193FLAGS
194194 -c, --devops-center-username=<value> (required) Username or alias of the DevOps Center org.
@@ -245,16 +245,16 @@ FLAG DESCRIPTIONS
245245 returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
246246```
247247
248- _ See code: [ src/commands/project/deploy/pipeline/resume.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14 /src/commands/project/deploy/pipeline/resume.ts ) _
248+ _ See code: [ src/commands/project/deploy/pipeline/resume.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15 /src/commands/project/deploy/pipeline/resume.ts ) _
249249
250250## ` sf project deploy pipeline start `
251251
252252Deploy changes from a branch to the pipeline stage’s org.
253253
254254```
255255USAGE
256- $ sf project deploy pipeline start -b <value> -p <value> -c <value> [--json] [-v <value>] [-a] [-t <value>] [-l
257- NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w <value > | --async] [--concise | --verbose]
256+ $ sf project deploy pipeline start -b <value> -p <value> -c <value> [--json] [-v <value>] [-a] [-t <value>... ] [-l
257+ NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w <minutes > | --async] [--concise | --verbose]
258258
259259FLAGS
260260 -a, --deploy-all Deploy all metadata in the branch to the stage's org.
@@ -344,16 +344,16 @@ FLAG DESCRIPTIONS
344344 "sf project deploy pipeline report".
345345```
346346
347- _ See code: [ src/commands/project/deploy/pipeline/start.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14 /src/commands/project/deploy/pipeline/start.ts ) _
347+ _ See code: [ src/commands/project/deploy/pipeline/start.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15 /src/commands/project/deploy/pipeline/start.ts ) _
348348
349349## ` sf project deploy pipeline validate `
350350
351351Perform a validate-only deployment from a branch to the pipeline stage’s org.
352352
353353```
354354USAGE
355- $ sf project deploy pipeline validate -b <value> -p <value> -c <value> [--json] [-v <value>] [-a] [-t <value>] [-l
356- NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w <value > | --async] [--concise | --verbose]
355+ $ sf project deploy pipeline validate -b <value> -p <value> -c <value> [--json] [-v <value>] [-a] [-t <value>... ] [-l
356+ NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w <minutes > | --async] [--concise | --verbose]
357357
358358FLAGS
359359 -a, --deploy-all Deploy all metadata in the branch to the stage's org.
@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443443 "sf project deploy pipeline report".
444444```
445445
446- _ See code: [ src/commands/project/deploy/pipeline/validate.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14 /src/commands/project/deploy/pipeline/validate.ts ) _
446+ _ See code: [ src/commands/project/deploy/pipeline/validate.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15 /src/commands/project/deploy/pipeline/validate.ts ) _
447447
448448<!-- commandsstop -->
449449
0 commit comments