@@ -87,11 +87,13 @@ GLOBAL FLAGS
87
87
DESCRIPTION
88
88
Quickly deploy a validated deployment to an org.
89
89
90
- Before you run this command, first create a validated deployment with the "sf project deploy pipeline validate"
91
- command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this
92
- command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most
93
- recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have
94
- succeeded.
90
+ The first time you run any "project deploy pipeline" command, be sure to authorize the org in which DevOps Center is
91
+ installed. The easiest way to authorize an org is with the "org login web" command.
92
+
93
+ Before you run this command, create a validated deployment with the "project deploy pipeline validate" command, which
94
+ returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command.
95
+ Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently
96
+ validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.
95
97
96
98
Executing this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These
97
99
tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the
@@ -131,7 +133,7 @@ FLAG DESCRIPTIONS
131
133
"sf project deploy pipeline report".
132
134
```
133
135
134
- _ See code: [ src/commands/project/deploy/pipeline/quick.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.9 /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.10 /src/commands/project/deploy/pipeline/quick.ts ) _
135
137
136
138
## ` sf project deploy pipeline report `
137
139
@@ -152,6 +154,9 @@ GLOBAL FLAGS
152
154
DESCRIPTION
153
155
Check the status of a pipeline deploy operation.
154
156
157
+ The first time you run any "project deploy pipeline" command, be sure to authorize the org in which DevOps Center is
158
+ installed. The easiest way to authorize an org is with the "org login web" command.
159
+
155
160
Run this command by either indicating a job ID or specifying the —use-most-recent flag to use the job ID of the most
156
161
recent deploy operation.
157
162
@@ -175,7 +180,7 @@ FLAG DESCRIPTIONS
175
180
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
176
181
```
177
182
178
- _ See code: [ src/commands/project/deploy/pipeline/report.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.9 /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.10 /src/commands/project/deploy/pipeline/report.ts ) _
179
184
180
185
## ` sf project deploy pipeline resume `
181
186
@@ -200,6 +205,9 @@ GLOBAL FLAGS
200
205
DESCRIPTION
201
206
Resume watching a pipeline deploy operation.
202
207
208
+ The first time you run any "project deploy pipeline" command, be sure to authorize the org in which DevOps Center is
209
+ installed. The easiest way to authorize an org is with the "org login web" command.
210
+
203
211
Use this command to resume watching a pipeline deploy operation if the original command times out or you specified the
204
212
--async flag.
205
213
@@ -237,7 +245,7 @@ FLAG DESCRIPTIONS
237
245
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
238
246
```
239
247
240
- _ See code: [ src/commands/project/deploy/pipeline/resume.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.9 /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.10 /src/commands/project/deploy/pipeline/resume.ts ) _
241
249
242
250
## ` sf project deploy pipeline start `
243
251
@@ -270,6 +278,9 @@ GLOBAL FLAGS
270
278
DESCRIPTION
271
279
Deploy changes from a branch to the pipeline stage’s org.
272
280
281
+ The first time you run any "project deploy pipeline" command, be sure to authorize the org in which DevOps Center is
282
+ installed. The easiest way to authorize an org is with the "org login web" command.
283
+
273
284
Before you run this command, changes in the pipeline stage's branch must be merged in the source control repository.
274
285
275
286
EXAMPLES
@@ -333,7 +344,7 @@ FLAG DESCRIPTIONS
333
344
"sf project deploy pipeline report".
334
345
```
335
346
336
- _ See code: [ src/commands/project/deploy/pipeline/start.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.9 /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.10 /src/commands/project/deploy/pipeline/start.ts ) _
337
348
338
349
## ` sf project deploy pipeline validate `
339
350
@@ -366,6 +377,9 @@ GLOBAL FLAGS
366
377
DESCRIPTION
367
378
Perform a validate-only deployment from a branch to the pipeline stage’s org.
368
379
380
+ The first time you run any "project deploy pipeline" command, be sure to authorize the org in which DevOps Center is
381
+ installed. The easiest way to authorize an org is with the "org login web" command.
382
+
369
383
A validation runs Apex tests to verify whether a deployment will succeed without actually deploying the metadata to
370
384
your environment, so you can then quickly deploy the changes later without re-running the tests.
371
385
@@ -429,7 +443,7 @@ FLAG DESCRIPTIONS
429
443
"sf project deploy pipeline report".
430
444
```
431
445
432
- _ See code: [ src/commands/project/deploy/pipeline/validate.ts] ( https://github.com/salesforcecli/plugin-devops-center/blob/1.2.9 /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.10 /src/commands/project/deploy/pipeline/validate.ts ) _
433
447
434
448
<!-- commandsstop -->
435
449
0 commit comments