Skip to content

Commit 7d1584d

Browse files
committed
chore(release): 1.2.15 [skip ci]
1 parent c804892 commit 7d1584d

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-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.15](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.14...1.2.15) (2024-06-16)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump braces from 3.0.2 to 3.0.3 ([7178261](https://github.com/salesforcecli/plugin-devops-center/commit/717826170f0e2bbd512c6f735b0ddd50a0d99e0d))
6+
17
## [1.2.14](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.13...1.2.14) (2024-06-09)
28

39
### Bug Fixes

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Quickly deploy a validated deployment to an org.
6868

6969
```
7070
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>]
7272
[-r]
7373
7474
FLAGS
@@ -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

187187
Resume watching a pipeline deploy operation.
188188

189189
```
190190
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> | ]
192192
193193
FLAGS
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

252252
Deploy changes from a branch to the pipeline stage’s org.
253253

254254
```
255255
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]
258258
259259
FLAGS
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

351351
Perform a validate-only deployment from a branch to the pipeline stage’s org.
352352

353353
```
354354
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]
357357
358358
FLAGS
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

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.14",
4+
"version": "1.2.15",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)