From 2edb175ae4ec11d578ac5db0bf58b9602307758e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 16 Nov 2023 01:30:42 +0000 Subject: [PATCH] chore(release): 2.11.4 [skip ci] --- CHANGELOG.md | 6 +++ README.md | 104 +++++++++++++++++---------------------------------- package.json | 2 +- 3 files changed, 41 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d19421e01..010ce7a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.11.4](https://github.com/salesforcecli/plugin-source/compare/2.11.3...2.11.4) (2023-11-16) + +### Bug Fixes + +- devScripts update ([#1006](https://github.com/salesforcecli/plugin-source/issues/1006)) + core v6 ([5206a3b](https://github.com/salesforcecli/plugin-source/commit/5206a3b413345e4e1d2ef83a89201c8ce6058db6)) + ## [2.11.3](https://github.com/salesforcecli/plugin-source/compare/2.11.2...2.11.3) (2023-11-12) ### Bug Fixes diff --git a/README.md b/README.md index 35698589b..3382ed848 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.11.3 linux-x64 node-v18.18.2 +@salesforce/plugin-source/2.11.4 linux-x64 node-v18.18.2 $ sfdx --help [COMMAND] USAGE $ sfdx COMMAND @@ -107,8 +107,8 @@ Deploy metadata to an org using Metadata API. ``` USAGE - $ sfdx force:mdapi:deploy -u [--json] [--api-version ] [-d ] [-w ] [-o] [-g] [-q - | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r | -c] [--verbose] [-f ] [-s] + $ sfdx force:mdapi:deploy -u [--api-version ] [-d ] [-w ] [-o] [-g] [-q | -l + NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r | -c] [--verbose] [-f ] [-s] [--soapdeploy] [--purgeondelete] [--concise] [--resultsdir ] [--coverageformatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] @@ -172,9 +172,6 @@ FLAGS --verbose Display verbose output of the deploy results. -GLOBAL FLAGS - --json Format output as json. - EXAMPLES Return a job ID you can use to check the deploy status: @@ -299,7 +296,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.11.3/src/commands/force/mdapi/deploy.ts)_ +_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy.ts)_ ## `sfdx force:mdapi:deploy:cancel` @@ -307,7 +304,7 @@ Cancel a metadata deployment. ``` USAGE - $ sfdx force:mdapi:deploy:cancel -o [--json] [--api-version ] [-w ] [-i ] + $ sfdx force:mdapi:deploy:cancel -o [--api-version ] [-w ] [-i ] FLAGS -i, --jobid= Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment. @@ -316,9 +313,6 @@ FLAGS the terminal window. --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Cancel a metadata deployment. @@ -342,7 +336,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.11.3/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.4/src/commands/force/mdapi/deploy/cancel.ts)_ ## `sfdx force:mdapi:deploy:report` @@ -350,8 +344,8 @@ Check the status of a metadata deployment. ``` USAGE - $ sfdx force:mdapi:deploy:report -o [--json] [--api-version ] [-w ] [-i ] [--verbose] - [--concise] [--resultsdir ] [--coverageformatters + $ sfdx force:mdapi:deploy:report -o [--api-version ] [-w ] [-i ] [--verbose] [--concise] + [--resultsdir ] [--coverageformatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] FLAGS @@ -383,9 +377,6 @@ FLAGS --verbose Verbose output of deploy results. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Check the status of a metadata deployment. @@ -413,7 +404,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.11.3/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.4/src/commands/force/mdapi/deploy/report.ts)_ ## `sfdx force:mdapi:retrieve` @@ -421,8 +412,8 @@ Retrieve metadata from an org using Metadata API. ``` USAGE - $ sfdx force:mdapi:retrieve -o -r [--json] [-k | -d | -p ] [-s] [-n ] [-z] - [-w ] [-a ] [--verbose] + $ sfdx force:mdapi:retrieve -o -r [-k | -d | -p ] [-s] [-n ] [-z] [-w + ] [-a ] [--verbose] FLAGS -a, --apiversion= Target API version for the retrieve. @@ -439,9 +430,6 @@ FLAGS -z, --unzip Extract all files from the retrieved zip file. --verbose Display verbose output of retrieve result. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Retrieve metadata from an org using Metadata API. @@ -477,7 +465,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.11.3/src/commands/force/mdapi/retrieve.ts)_ +_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/retrieve.ts)_ ## `sfdx force:mdapi:retrieve:report` @@ -485,8 +473,8 @@ Check the status of a metadata retrieval. ``` USAGE - $ sfdx force:mdapi:retrieve:report -o [--json] [--api-version ] [-r ] [-i ] [-n ] [-z] [-w - ] [--verbose] + $ sfdx force:mdapi:retrieve:report -o [--api-version ] [-r ] [-i ] [-n ] [-z] [-w ] + [--verbose] FLAGS -i, --jobid= Job ID of the retrieve you want to check; defaults to your most recent CLI retrieval. @@ -499,9 +487,6 @@ FLAGS --api-version= Override the api version used for api requests made by this command --verbose Display verbose output of retrieve result. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Check the status of a metadata retrieval. @@ -531,7 +516,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.11.3/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.4/src/commands/force/mdapi/retrieve/report.ts)_ ## `sfdx force:source:deploy` @@ -539,10 +524,10 @@ Deploy source to an org. ``` USAGE - $ sfdx force:source:deploy -u [--json] [--api-version ] [--soapdeploy] [-w ] [-o] [-g] - [--purgeondelete -x ] [-q | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r - | -t] [--verbose] [-m ] [-p ] [--predestructivechanges ] [--postdestructivechanges - ] [-f ] [--resultsdir ] [--coverageformatters + $ sfdx force:source:deploy -u [--api-version ] [--soapdeploy] [-w ] [-o] [-g] [--purgeondelete -x + ] [-q | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r | -t] + [--verbose] [-m ] [-p ] [--predestructivechanges ] [--postdestructivechanges ] [-f ] + [--resultsdir ] [--coverageformatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] FLAGS @@ -614,9 +599,6 @@ FLAGS --verbose Specify verbose output about the deploy result. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Deploy source to an org. @@ -797,7 +779,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.11.3/src/commands/force/source/deploy.ts)_ +_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy.ts)_ ## `sfdx force:source:deploy:cancel` @@ -805,7 +787,7 @@ Cancel a source deployment. ``` USAGE - $ sfdx force:source:deploy:cancel -o [--json] [--api-version ] [-w ] [-i ] + $ sfdx force:source:deploy:cancel -o [--api-version ] [-w ] [-i ] FLAGS -i, --jobid= Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if @@ -815,9 +797,6 @@ FLAGS results. --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Cancel a source deployment. @@ -842,7 +821,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.11.3/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.4/src/commands/force/source/deploy/cancel.ts)_ ## `sfdx force:source:deploy:report` @@ -850,8 +829,8 @@ Check the status of a metadata deployment. ``` USAGE - $ sfdx force:source:deploy:report -o [--json] [--api-version ] [-w ] [-i ] [--verbose] - [--resultsdir ] [--coverageformatters + $ sfdx force:source:deploy:report -o [--api-version ] [-w ] [-i ] [--verbose] [--resultsdir + ] [--coverageformatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] FLAGS @@ -880,9 +859,6 @@ FLAGS --verbose Verbose output of deploy result. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Check the status of a metadata deployment. @@ -905,7 +881,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.11.3/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.4/src/commands/force/source/deploy/report.ts)_ ## `sfdx force:source:pull` @@ -913,7 +889,7 @@ Pull changed source from the org to your project to keep them in sync. ``` USAGE - $ sfdx force:source:pull -o [--json] [--verbose] [--api-version ] [-f] [-w ] + $ sfdx force:source:pull -o [--verbose] [--api-version ] [-f] [-w ] FLAGS -f, --forceoverwrite Ignore conflict warnings; changes in the org overwrite changes in the project. @@ -923,9 +899,6 @@ FLAGS --api-version= Override the api version used for api requests made by this command --verbose Display additional details about the command results. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Pull changed source from the org to your project to keep them in sync. @@ -948,7 +921,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.11.3/src/commands/force/source/pull.ts)_ +_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/pull.ts)_ ## `sfdx force:source:push` @@ -956,7 +929,7 @@ Push changed source from your project to an org to keep them in sync. ``` USAGE - $ sfdx force:source:push -o [--json] [--api-version ] [-f] [-w ] [-g] [--quiet] + $ sfdx force:source:push -o [--api-version ] [-f] [-w ] [-g] [--quiet] FLAGS -f, --forceoverwrite Ignore conflict warnings and push source anyway; changes in the project overwrite changes in @@ -968,9 +941,6 @@ FLAGS --api-version= Override the api version used for api requests made by this command --quiet Minimize JSON and sdtout output on success. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Push changed source from your project to an org to keep them in sync. @@ -993,7 +963,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.11.3/src/commands/force/source/push.ts)_ +_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/push.ts)_ ## `sfdx force:source:retrieve` @@ -1001,8 +971,8 @@ Retrieve source from an org. ``` USAGE - $ sfdx force:source:retrieve -o [--json] [-a ] [-r | -n | -p ] [-w ] [-x - | -m | ] [-f -t] [--verbose] + $ sfdx force:source:retrieve -o [-a ] [-r | -n | -p ] [-w ] [-x | -m + | ] [-f -t] [--verbose] FLAGS -a, --api-version= Override the api version used for api requests made by this command @@ -1020,9 +990,6 @@ FLAGS retrieve. --verbose Verbose output of retrieve result. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Retrieve source from an org. @@ -1118,7 +1085,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.11.3/src/commands/force/source/retrieve.ts)_ +_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/retrieve.ts)_ ## `sfdx force:source:status` @@ -1126,7 +1093,7 @@ List changes that have been made locally, in an org, or both. ``` USAGE - $ sfdx force:source:status -o [--json] [--api-version ] [-l | -r] [--concise] + $ sfdx force:source:status -o [--api-version ] [-l | -r] [--concise] FLAGS -l, --local List the changes that have been made locally. @@ -1135,9 +1102,6 @@ FLAGS --api-version= Override the api version used for api requests made by this command --concise Show only the changes that will be pushed or pulled; omits files that are forceignored. -GLOBAL FLAGS - --json Format output as json. - EXAMPLES List changes that have been made locally but not in the org with alias "myscratch": @@ -1148,6 +1112,6 @@ EXAMPLES $ sfdx force:source:status --remote ``` -_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.3/src/commands/force/source/status.ts)_ +_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/status.ts)_ diff --git a/package.json b/package.json index ba563bbef..1684834c8 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.11.3", + "version": "2.11.4", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",