@@ -68,7 +68,7 @@ Quickly deploy a validated deployment to an org.
68
68
69
69
```
70
70
USAGE
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>]
72
72
[-r]
73
73
74
74
FLAGS
@@ -133,7 +133,7 @@ FLAG DESCRIPTIONS
133
133
"sf project deploy pipeline report".
134
134
```
135
135
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 ) _
137
137
138
138
## ` sf project deploy pipeline report `
139
139
@@ -180,15 +180,15 @@ FLAG DESCRIPTIONS
180
180
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
181
181
```
182
182
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 ) _
184
184
185
185
## ` sf project deploy pipeline resume `
186
186
187
187
Resume watching a pipeline deploy operation.
188
188
189
189
```
190
190
USAGE
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 > | ]
192
192
193
193
FLAGS
194
194
-c, --devops-center-username=<value> (required) Username or alias of the DevOps Center org.
@@ -245,16 +245,16 @@ FLAG DESCRIPTIONS
245
245
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
246
246
```
247
247
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 ) _
249
249
250
250
## ` sf project deploy pipeline start `
251
251
252
252
Deploy changes from a branch to the pipeline stage’s org.
253
253
254
254
```
255
255
USAGE
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]
258
258
259
259
FLAGS
260
260
-a, --deploy-all Deploy all metadata in the branch to the stage's org.
@@ -344,16 +344,16 @@ FLAG DESCRIPTIONS
344
344
"sf project deploy pipeline report".
345
345
```
346
346
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 ) _
348
348
349
349
## ` sf project deploy pipeline validate `
350
350
351
351
Perform a validate-only deployment from a branch to the pipeline stage’s org.
352
352
353
353
```
354
354
USAGE
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]
357
357
358
358
FLAGS
359
359
-a, --deploy-all Deploy all metadata in the branch to the stage's org.
@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443
443
"sf project deploy pipeline report".
444
444
```
445
445
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 ) _
447
447
448
448
<!-- commandsstop -->
449
449
0 commit comments