Skip to content

Commit cef3a9f

Browse files
committed
chore(release): 1.2.24 [skip ci]
1 parent 529e7c2 commit cef3a9f

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.2.24](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.23...1.2.24) (2024-09-27)
2+
3+
### Bug Fixes
4+
5+
- update link to MD api guide ([cb8e46d](https://github.com/salesforcecli/plugin-devops-center/commit/cb8e46d27d0f705c64ab4fc5fe603ebe217b0ae5))
6+
17
## [1.2.23](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.22...1.2.23) (2024-09-15)
28

39
### Bug Fixes

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.23/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.24/src/commands/project/deploy/pipeline/quick.ts)_
137137

138138
## `sf project deploy pipeline report`
139139

@@ -180,7 +180,7 @@ 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.23/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.24/src/commands/project/deploy/pipeline/report.ts)_
184184

185185
## `sf project deploy pipeline resume`
186186

@@ -245,7 +245,7 @@ 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.23/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.24/src/commands/project/deploy/pipeline/resume.ts)_
249249

250250
## `sf project deploy pipeline start`
251251

@@ -318,9 +318,8 @@ FLAG DESCRIPTIONS
318318
- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
319319
320320
If you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more
321-
information, see [Running Tests in a
322-
Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)
323-
in the "Metadata API Developer Guide".
321+
information, see the section "Running Tests in a Deployment" in the "Metadata API Developer Guide".
322+
(https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)
324323
325324
-t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
326325
@@ -344,7 +343,7 @@ FLAG DESCRIPTIONS
344343
"sf project deploy pipeline report".
345344
```
346345

347-
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.23/src/commands/project/deploy/pipeline/start.ts)_
346+
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.24/src/commands/project/deploy/pipeline/start.ts)_
348347

349348
## `sf project deploy pipeline validate`
350349

@@ -417,9 +416,8 @@ FLAG DESCRIPTIONS
417416
- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
418417
419418
If you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more
420-
information, see [Running Tests in a
421-
Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)
422-
in the "Metadata API Developer Guide".
419+
information, see the section "Running Tests in a Deployment" in the "Metadata API Developer Guide".
420+
(https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)
423421
424422
-t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
425423
@@ -443,7 +441,7 @@ FLAG DESCRIPTIONS
443441
"sf project deploy pipeline report".
444442
```
445443

446-
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.23/src/commands/project/deploy/pipeline/validate.ts)_
444+
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.24/src/commands/project/deploy/pipeline/validate.ts)_
447445

448446
<!-- commandsstop -->
449447

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-devops-center",
33
"description": "The DevOps Center CLI plugin provides a command-line alternative to performing equivalent actions in the DevOps Center graphical UI",
4-
"version": "1.2.23",
4+
"version": "1.2.24",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)