diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e65f184..a12db0d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.11.0](https://github.com/salesforcecli/plugin-source/compare/2.10.46...2.11.0) (2023-11-08) + +### Features + +- use new not-config-file stl ([#999](https://github.com/salesforcecli/plugin-source/issues/999)) ([5821898](https://github.com/salesforcecli/plugin-source/commit/5821898972c1698b517ec5f53d21f75c72b427fd)) + ## [2.10.46](https://github.com/salesforcecli/plugin-source/compare/2.10.45...2.10.46) (2023-10-28) ### Bug Fixes diff --git a/README.md b/README.md index 9639f3b45..644eac61b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source $ sfdx COMMAND running command... $ sfdx (--version) -@salesforce/plugin-source/2.10.46 linux-x64 node-v18.18.2 +@salesforce/plugin-source/2.11.0 linux-x64 node-v18.18.2 $ sfdx --help [COMMAND] USAGE $ sfdx COMMAND @@ -299,7 +299,7 @@ FLAG DESCRIPTIONS Indicates that you want verbose output from the deploy operation. ``` -_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy.ts)_ +_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy.ts)_ ## `sfdx force:mdapi:deploy:cancel` @@ -342,7 +342,7 @@ FLAG DESCRIPTIONS If the command continues to run after the wait period, the CLI returns control of the terminal window to you. ``` -_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)_ +_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)_ ## `sfdx force:mdapi:deploy:report` @@ -413,7 +413,7 @@ FLAG DESCRIPTIONS use the ID of the most recent metadata deployment. ``` -_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)_ +_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)_ ## `sfdx force:mdapi:retrieve` @@ -477,7 +477,7 @@ FLAG DESCRIPTIONS By default, the CLI assumes the directory is structured for a set of packages. ``` -_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve.ts)_ +_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve.ts)_ ## `sfdx force:mdapi:retrieve:report` @@ -531,7 +531,7 @@ FLAG DESCRIPTIONS You must specify a --retrievetargetdir. Use with --wait to resume waiting. ``` -_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)_ +_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)_ ## `sfdx force:source:deploy` @@ -797,7 +797,7 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --sourcepath. ``` -_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy.ts)_ +_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy.ts)_ ## `sfdx force:source:deploy:cancel` @@ -842,7 +842,7 @@ FLAG DESCRIPTIONS If the command continues to run after the wait period, the CLI returns control of the terminal window to you. ``` -_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)_ +_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)_ ## `sfdx force:source:deploy:report` @@ -905,7 +905,7 @@ FLAG DESCRIPTIONS If the command continues to run after the wait period, the CLI returns control of the terminal window to you. ``` -_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)_ +_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)_ ## `sfdx force:source:pull` @@ -948,7 +948,7 @@ FLAG DESCRIPTIONS If the command continues to run after the wait period, the CLI returns control of the terminal window to you. ``` -_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/pull.ts)_ +_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/pull.ts)_ ## `sfdx force:source:push` @@ -993,7 +993,7 @@ FLAG DESCRIPTIONS If the command continues to run after the wait period, the CLI returns control of the terminal window to you. ``` -_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/push.ts)_ +_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/push.ts)_ ## `sfdx force:source:retrieve` @@ -1118,7 +1118,7 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --sourcepath. ``` -_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/retrieve.ts)_ +_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/retrieve.ts)_ ## `sfdx force:source:status` @@ -1148,6 +1148,6 @@ EXAMPLES $ sfdx force:source:status --remote ``` -_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/status.ts)_ +_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/status.ts)_ diff --git a/package.json b/package.json index 4f7aa8e89..e95b1a341 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-source", "description": "Commands to interact with source formatted metadata", - "version": "2.10.46", + "version": "2.11.0", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",