Skip to content

Commit 34db735

Browse files
committed
chore(release): 1.2.7 [skip ci]
1 parent 92e4259 commit 34db735

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
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.7](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.6...1.2.7) (2024-03-05)
2+
3+
### Bug Fixes
4+
5+
- update to latest dev-scripts ([#323](https://github.com/salesforcecli/plugin-devops-center/issues/323)) ([92e4259](https://github.com/salesforcecli/plugin-devops-center/commit/92e42591eb61c2a231eb3daed3455d9d5370e2ea))
6+
17
## [1.2.6](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.5...1.2.6) (2024-02-21)
28

39
### Bug Fixes

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ FLAGS
7777
-r, --use-most-recent Use the job ID of the most recently validated deployment.
7878
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
7979
display results.
80-
--async Run the command asynchronously.
81-
--concise Show concise output of the command result.
82-
--verbose Show verbose output of the command result.
80+
--async Run the command asynchronously.
81+
--concise Show concise output of the command result.
82+
--verbose Show verbose output of the command result.
8383
8484
GLOBAL FLAGS
8585
--json Format output as json.
@@ -131,7 +131,7 @@ FLAG DESCRIPTIONS
131131
"sf project deploy pipeline report".
132132
```
133133

134-
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/quick.ts)_
134+
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7/src/commands/project/deploy/pipeline/quick.ts)_
135135

136136
## `sf project deploy pipeline report`
137137

@@ -175,7 +175,7 @@ FLAG DESCRIPTIONS
175175
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
176176
```
177177

178-
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/report.ts)_
178+
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7/src/commands/project/deploy/pipeline/report.ts)_
179179

180180
## `sf project deploy pipeline resume`
181181

@@ -191,8 +191,8 @@ FLAGS
191191
-r, --use-most-recent Use the job ID of the most recent deploy operation.
192192
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
193193
display results.
194-
--concise Show concise output of the command result.
195-
--verbose Show verbose output of the command result.
194+
--concise Show concise output of the command result.
195+
--verbose Show verbose output of the command result.
196196
197197
GLOBAL FLAGS
198198
--json Format output as json.
@@ -237,7 +237,7 @@ FLAG DESCRIPTIONS
237237
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
238238
```
239239

240-
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/resume.ts)_
240+
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7/src/commands/project/deploy/pipeline/resume.ts)_
241241

242242
## `sf project deploy pipeline start`
243243

@@ -260,9 +260,9 @@ FLAGS
260260
-v, --bundle-version-name=<value> Version name of the bundle.
261261
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
262262
display results.
263-
--async Run the command asynchronously.
264-
--concise Show concise output of the command result.
265-
--verbose Show verbose output of the command result.
263+
--async Run the command asynchronously.
264+
--concise Show concise output of the command result.
265+
--verbose Show verbose output of the command result.
266266
267267
GLOBAL FLAGS
268268
--json Format output as json.
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
333333
"sf project deploy pipeline report".
334334
```
335335

336-
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/start.ts)_
336+
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7/src/commands/project/deploy/pipeline/start.ts)_
337337

338338
## `sf project deploy pipeline validate`
339339

@@ -356,9 +356,9 @@ FLAGS
356356
-v, --bundle-version-name=<value> Version name of the bundle.
357357
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
358358
display results.
359-
--async Run the command asynchronously.
360-
--concise Show concise output of the command result.
361-
--verbose Show verbose output of the command result.
359+
--async Run the command asynchronously.
360+
--concise Show concise output of the command result.
361+
--verbose Show verbose output of the command result.
362362
363363
GLOBAL FLAGS
364364
--json Format output as json.
@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
429429
"sf project deploy pipeline report".
430430
```
431431

432-
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/validate.ts)_
432+
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.7/src/commands/project/deploy/pipeline/validate.ts)_
433433

434434
<!-- commandsstop -->
435435

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

0 commit comments

Comments
 (0)