Skip to content

Commit f91a164

Browse files
committed
chore(release): 2.11.0 [skip ci]
1 parent 5821898 commit f91a164

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [2.11.0](https://github.com/salesforcecli/plugin-source/compare/2.10.46...2.11.0) (2023-11-08)
2+
3+
### Features
4+
5+
- use new not-config-file stl ([#999](https://github.com/salesforcecli/plugin-source/issues/999)) ([5821898](https://github.com/salesforcecli/plugin-source/commit/5821898972c1698b517ec5f53d21f75c72b427fd))
6+
17
## [2.10.46](https://github.com/salesforcecli/plugin-source/compare/2.10.45...2.10.46) (2023-10-28)
28

39
### Bug Fixes

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
7575
$ sfdx COMMAND
7676
running command...
7777
$ sfdx (--version)
78-
@salesforce/plugin-source/2.10.46 linux-x64 node-v18.18.2
78+
@salesforce/plugin-source/2.11.0 linux-x64 node-v18.18.2
7979
$ sfdx --help [COMMAND]
8080
USAGE
8181
$ sfdx COMMAND
@@ -299,7 +299,7 @@ FLAG DESCRIPTIONS
299299
Indicates that you want verbose output from the deploy operation.
300300
```
301301

302-
_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy.ts)_
302+
_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy.ts)_
303303

304304
## `sfdx force:mdapi:deploy:cancel`
305305

@@ -342,7 +342,7 @@ FLAG DESCRIPTIONS
342342
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
343343
```
344344

345-
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy/cancel.ts)_
345+
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/cancel.ts)_
346346

347347
## `sfdx force:mdapi:deploy:report`
348348

@@ -413,7 +413,7 @@ FLAG DESCRIPTIONS
413413
use the ID of the most recent metadata deployment.
414414
```
415415

416-
_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy/report.ts)_
416+
_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/report.ts)_
417417

418418
## `sfdx force:mdapi:retrieve`
419419

@@ -477,7 +477,7 @@ FLAG DESCRIPTIONS
477477
By default, the CLI assumes the directory is structured for a set of packages.
478478
```
479479

480-
_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve.ts)_
480+
_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve.ts)_
481481

482482
## `sfdx force:mdapi:retrieve:report`
483483

@@ -531,7 +531,7 @@ FLAG DESCRIPTIONS
531531
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
532532
```
533533

534-
_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve/report.ts)_
534+
_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve/report.ts)_
535535

536536
## `sfdx force:source:deploy`
537537

@@ -797,7 +797,7 @@ FLAG DESCRIPTIONS
797797
If you specify this parameter, don’t specify --metadata or --sourcepath.
798798
```
799799

800-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy.ts)_
800+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy.ts)_
801801

802802
## `sfdx force:source:deploy:cancel`
803803

@@ -842,7 +842,7 @@ FLAG DESCRIPTIONS
842842
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
843843
```
844844

845-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy/cancel.ts)_
845+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/cancel.ts)_
846846

847847
## `sfdx force:source:deploy:report`
848848

@@ -905,7 +905,7 @@ FLAG DESCRIPTIONS
905905
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
906906
```
907907

908-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy/report.ts)_
908+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/report.ts)_
909909

910910
## `sfdx force:source:pull`
911911

@@ -948,7 +948,7 @@ FLAG DESCRIPTIONS
948948
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
949949
```
950950

951-
_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/pull.ts)_
951+
_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/pull.ts)_
952952

953953
## `sfdx force:source:push`
954954

@@ -993,7 +993,7 @@ FLAG DESCRIPTIONS
993993
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
994994
```
995995

996-
_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/push.ts)_
996+
_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/push.ts)_
997997

998998
## `sfdx force:source:retrieve`
999999

@@ -1118,7 +1118,7 @@ FLAG DESCRIPTIONS
11181118
If you specify this parameter, don’t specify --metadata or --sourcepath.
11191119
```
11201120

1121-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/retrieve.ts)_
1121+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/retrieve.ts)_
11221122

11231123
## `sfdx force:source:status`
11241124

@@ -1148,6 +1148,6 @@ EXAMPLES
11481148
$ sfdx force:source:status --remote
11491149
```
11501150

1151-
_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/status.ts)_
1151+
_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/status.ts)_
11521152

11531153
<!-- commandsstop -->

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-source",
33
"description": "Commands to interact with source formatted metadata",
4-
"version": "2.10.46",
4+
"version": "2.11.0",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",

0 commit comments

Comments
 (0)