Skip to content

Commit c564857

Browse files
committed
chore(release): 2.1.1 [skip ci]
1 parent 9da5529 commit c564857

3 files changed

Lines changed: 38 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.1](https://github.com/salesforcecli/plugin-devops-center/compare/2.1.0...2.1.1) (2026-08-14)
2+
3+
### Bug Fixes
4+
5+
- prevent command injection via server-provided redirectUrl ([c5d690d](https://github.com/salesforcecli/plugin-devops-center/commit/c5d690d4b3e2c795109977c88991d1bae3042dd4))
6+
17
# [2.1.0](https://github.com/salesforcecli/plugin-devops-center/compare/2.0.1...2.1.0) (2026-08-07)
28

39
### Features

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ EXAMPLES
154154
https://github.com/myorg/myrepo --stage Dev --stage QA --stage Prod
155155
```
156156

157-
_See code: [src/commands/devops/pipeline/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/create.ts)_
157+
_See code: [src/commands/devops/pipeline/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/create.ts)_
158158

159159
## `sf devops pipeline get`
160160

@@ -186,7 +186,7 @@ EXAMPLES
186186
$ sf devops pipeline get --target-org my-devops-org --pipeline-id 0Do000000000001
187187
```
188188

189-
_See code: [src/commands/devops/pipeline/get.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/get.ts)_
189+
_See code: [src/commands/devops/pipeline/get.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/get.ts)_
190190

191191
## `sf devops pipeline list`
192192

@@ -217,7 +217,7 @@ EXAMPLES
217217
$ sf devops pipeline list --target-org my-devops-org
218218
```
219219

220-
_See code: [src/commands/devops/pipeline/list.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/list.ts)_
220+
_See code: [src/commands/devops/pipeline/list.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/list.ts)_
221221

222222
## `sf devops pipeline project add`
223223

@@ -251,7 +251,7 @@ EXAMPLES
251251
0Hn000000000001
252252
```
253253

254-
_See code: [src/commands/devops/pipeline/project/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/project/add.ts)_
254+
_See code: [src/commands/devops/pipeline/project/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/project/add.ts)_
255255

256256
## `sf devops pipeline project delete`
257257

@@ -285,7 +285,7 @@ EXAMPLES
285285
0Hn000000000001
286286
```
287287

288-
_See code: [src/commands/devops/pipeline/project/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/project/delete.ts)_
288+
_See code: [src/commands/devops/pipeline/project/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/project/delete.ts)_
289289

290290
## `sf devops pipeline stage add`
291291

@@ -326,7 +326,7 @@ EXAMPLES
326326
--next-stage-id 0Xc000000000003
327327
```
328328

329-
_See code: [src/commands/devops/pipeline/stage/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/stage/add.ts)_
329+
_See code: [src/commands/devops/pipeline/stage/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/stage/add.ts)_
330330

331331
## `sf devops pipeline stage delete`
332332

@@ -361,7 +361,7 @@ EXAMPLES
361361
0Xc000000000002
362362
```
363363

364-
_See code: [src/commands/devops/pipeline/stage/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/stage/delete.ts)_
364+
_See code: [src/commands/devops/pipeline/stage/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/stage/delete.ts)_
365365

366366
## `sf devops pipeline stage update`
367367

@@ -394,7 +394,7 @@ EXAMPLES
394394
$ sf devops pipeline stage update --target-org my-devops-org --stage-id 1QV000000000001 --name "Integration"
395395
```
396396

397-
_See code: [src/commands/devops/pipeline/stage/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/stage/update.ts)_
397+
_See code: [src/commands/devops/pipeline/stage/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/stage/update.ts)_
398398

399399
## `sf devops pipeline update`
400400

@@ -438,7 +438,7 @@ EXAMPLES
438438
Pipeline"
439439
```
440440

441-
_See code: [src/commands/devops/pipeline/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/pipeline/update.ts)_
441+
_See code: [src/commands/devops/pipeline/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/pipeline/update.ts)_
442442

443443
## `sf devops project create`
444444

@@ -475,7 +475,7 @@ EXAMPLES
475475
update"
476476
```
477477

478-
_See code: [src/commands/devops/project/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/project/create.ts)_
478+
_See code: [src/commands/devops/project/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/project/create.ts)_
479479

480480
## `sf devops project list`
481481

@@ -510,7 +510,7 @@ EXAMPLES
510510
$ sf devops project list --target-org devops-center@example.com
511511
```
512512

513-
_See code: [src/commands/devops/project/list.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/project/list.ts)_
513+
_See code: [src/commands/devops/project/list.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/project/list.ts)_
514514

515515
## `sf devops project update`
516516

@@ -560,7 +560,7 @@ EXAMPLES
560560
--description "Archived" --no-is-active
561561
```
562562

563-
_See code: [src/commands/devops/project/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/project/update.ts)_
563+
_See code: [src/commands/devops/project/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/project/update.ts)_
564564

565565
## `sf devops promote`
566566

@@ -660,7 +660,7 @@ FLAG DESCRIPTIONS
660660
spaces.
661661
```
662662

663-
_See code: [src/commands/devops/promote.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/promote.ts)_
663+
_See code: [src/commands/devops/promote.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/promote.ts)_
664664

665665
## `sf devops promotion complete`
666666

@@ -743,7 +743,7 @@ FLAG DESCRIPTIONS
743743
spaces.
744744
```
745745

746-
_See code: [src/commands/devops/promotion/complete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/promotion/complete.ts)_
746+
_See code: [src/commands/devops/promotion/complete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/promotion/complete.ts)_
747747

748748
## `sf devops promotion validate`
749749

@@ -784,7 +784,7 @@ EXAMPLES
784784
1fk000000000001 --work-item-id 1fk000000000002
785785
```
786786

787-
_See code: [src/commands/devops/promotion/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/promotion/validate.ts)_
787+
_See code: [src/commands/devops/promotion/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/promotion/validate.ts)_
788788

789789
## `sf devops request status`
790790

@@ -815,7 +815,7 @@ EXAMPLES
815815
$ sf devops request status --target-org my-devops-org --request-token a0B000000000001
816816
```
817817

818-
_See code: [src/commands/devops/request/status.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/request/status.ts)_
818+
_See code: [src/commands/devops/request/status.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/request/status.ts)_
819819

820820
## `sf devops review create`
821821

@@ -852,7 +852,7 @@ EXAMPLES
852852
$ sf devops review create --target-org my-devops-org --work-item-id 0Wx000000000001
853853
```
854854

855-
_See code: [src/commands/devops/review/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/review/create.ts)_
855+
_See code: [src/commands/devops/review/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/review/create.ts)_
856856

857857
## `sf devops stage branch add`
858858

@@ -895,7 +895,7 @@ EXAMPLES
895895
--branch-name integration --create-vcs-branch
896896
```
897897

898-
_See code: [src/commands/devops/stage/branch/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/stage/branch/add.ts)_
898+
_See code: [src/commands/devops/stage/branch/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/stage/branch/add.ts)_
899899

900900
## `sf devops stage branch delete`
901901

@@ -933,7 +933,7 @@ EXAMPLES
933933
0Xp000000000001
934934
```
935935

936-
_See code: [src/commands/devops/stage/branch/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/stage/branch/delete.ts)_
936+
_See code: [src/commands/devops/stage/branch/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/stage/branch/delete.ts)_
937937

938938
## `sf devops stage environment add`
939939

@@ -973,7 +973,7 @@ EXAMPLES
973973
Production_Org --org-type Production
974974
```
975975

976-
_See code: [src/commands/devops/stage/environment/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/stage/environment/add.ts)_
976+
_See code: [src/commands/devops/stage/environment/add.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/stage/environment/add.ts)_
977977

978978
## `sf devops stage environment delete`
979979

@@ -1007,7 +1007,7 @@ EXAMPLES
10071007
0Xe000000000001
10081008
```
10091009

1010-
_See code: [src/commands/devops/stage/environment/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/stage/environment/delete.ts)_
1010+
_See code: [src/commands/devops/stage/environment/delete.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/stage/environment/delete.ts)_
10111011

10121012
## `sf devops work-item combine`
10131013

@@ -1056,7 +1056,7 @@ FLAG DESCRIPTIONS
10561056
are merged into the parent's branch during promotion.
10571057
```
10581058

1059-
_See code: [src/commands/devops/work-item/combine.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/work-item/combine.ts)_
1059+
_See code: [src/commands/devops/work-item/combine.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/work-item/combine.ts)_
10601060

10611061
## `sf devops work-item create`
10621062

@@ -1097,7 +1097,7 @@ EXAMPLES
10971097
--description "Implement dark mode toggle in settings page"
10981098
```
10991099

1100-
_See code: [src/commands/devops/work-item/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/work-item/create.ts)_
1100+
_See code: [src/commands/devops/work-item/create.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/work-item/create.ts)_
11011101

11021102
## `sf devops work-item list`
11031103

@@ -1133,7 +1133,7 @@ EXAMPLES
11331133
$ sf devops work-item list --target-org my-devops-org --project-id 1Qg000000000001 --json
11341134
```
11351135

1136-
_See code: [src/commands/devops/work-item/list.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/work-item/list.ts)_
1136+
_See code: [src/commands/devops/work-item/list.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/work-item/list.ts)_
11371137

11381138
## `sf devops work-item prepare`
11391139

@@ -1174,7 +1174,7 @@ EXAMPLES
11741174
--target-stage-id 05S000000000002
11751175
```
11761176

1177-
_See code: [src/commands/devops/work-item/prepare.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/work-item/prepare.ts)_
1177+
_See code: [src/commands/devops/work-item/prepare.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/work-item/prepare.ts)_
11781178

11791179
## `sf devops work-item update`
11801180

@@ -1221,7 +1221,7 @@ EXAMPLES
12211221
--description "Users can't log in on mobile" --status "In Progress"
12221222
```
12231223

1224-
_See code: [src/commands/devops/work-item/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/devops/work-item/update.ts)_
1224+
_See code: [src/commands/devops/work-item/update.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/devops/work-item/update.ts)_
12251225

12261226
## `sf project deploy pipeline quick`
12271227

@@ -1295,7 +1295,7 @@ FLAG DESCRIPTIONS
12951295
"sf project deploy pipeline report".
12961296
```
12971297

1298-
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/project/deploy/pipeline/quick.ts)_
1298+
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/project/deploy/pipeline/quick.ts)_
12991299

13001300
## `sf project deploy pipeline report`
13011301

@@ -1343,7 +1343,7 @@ FLAG DESCRIPTIONS
13431343
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
13441344
```
13451345

1346-
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/project/deploy/pipeline/report.ts)_
1346+
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/project/deploy/pipeline/report.ts)_
13471347

13481348
## `sf project deploy pipeline resume`
13491349

@@ -1410,7 +1410,7 @@ FLAG DESCRIPTIONS
14101410
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
14111411
```
14121412

1413-
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/project/deploy/pipeline/resume.ts)_
1413+
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/project/deploy/pipeline/resume.ts)_
14141414

14151415
## `sf project deploy pipeline start`
14161416

@@ -1510,7 +1510,7 @@ FLAG DESCRIPTIONS
15101510
"sf project deploy pipeline report".
15111511
```
15121512

1513-
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/project/deploy/pipeline/start.ts)_
1513+
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/project/deploy/pipeline/start.ts)_
15141514

15151515
## `sf project deploy pipeline validate`
15161516

@@ -1610,7 +1610,7 @@ FLAG DESCRIPTIONS
16101610
"sf project deploy pipeline report".
16111611
```
16121612

1613-
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.0/src/commands/project/deploy/pipeline/validate.ts)_
1613+
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/2.1.1/src/commands/project/deploy/pipeline/validate.ts)_
16141614

16151615
<!-- commandsstop -->
16161616

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": "2.1.0",
4+
"version": "2.1.1",
55
"type": "module",
66
"author": "Salesforce",
77
"bugs": "https://github.com/forcedotcom/cli/issues",

0 commit comments

Comments
 (0)