diff --git a/README.md b/README.md index 1728c2b6..ce33875d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.136.4 linux-x64 node-v22.22.2 +@salesforce/cli/2.136.5 linux-x64 node-v22.22.2 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -281,7 +281,7 @@ ERROR CODES ActivationFailed (4) Failed to activate the agent due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -348,7 +348,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -397,7 +397,7 @@ ERROR CODES DeactivationFailed (4) Failed to deactivate the agent due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -504,7 +504,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -581,7 +581,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -643,7 +643,7 @@ EXAMPLES my-package --source-org my-scratch-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -708,7 +708,7 @@ EXAMPLES force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -781,7 +781,7 @@ EXAMPLES $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -865,7 +865,7 @@ ERROR CODES SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -932,7 +932,7 @@ ERROR CODES SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -968,7 +968,7 @@ ERROR CODES Succeeded (0) Sessions listed successfully (or empty list if no active sessions). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -1044,7 +1044,7 @@ ERROR CODES PreviewStartFailed (4) Preview session failed to start due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -1108,7 +1108,7 @@ ERROR CODES Failed (1) Compilation errors found in the Agent Script file. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -1172,7 +1172,7 @@ ERROR CODES DeploymentFailed (4) Deployment failed due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -1214,7 +1214,7 @@ ERROR CODES Failed (4) Failed to retrieve agent tests due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -1298,7 +1298,7 @@ ERROR CODES Failed (4) Failed to retrieve results due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -1391,7 +1391,7 @@ ERROR CODES OperationFailed (4) Failed to poll test due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1484,7 +1484,7 @@ ERROR CODES OperationFailed (4) Failed to start or poll test due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run.ts)_ ## `sf agent test run-eval` @@ -1569,7 +1569,7 @@ ERROR CODES OperationFailed (4) Failed to execute tests due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run-eval.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run-eval.ts)_ ## `sf agent trace delete` @@ -1636,7 +1636,7 @@ ERROR CODES Succeeded (0) Traces deleted successfully (or no traces matched). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/delete.ts)_ ## `sf agent trace list` @@ -1709,7 +1709,7 @@ ERROR CODES Succeeded (0) Trace files listed successfully (or empty list if none found). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/list.ts)_ ## `sf agent trace read` @@ -1797,7 +1797,7 @@ EXAMPLES $ sf agent trace read --session-id --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/read.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/read.ts)_ ## `sf agent validate authoring-bundle` @@ -1854,7 +1854,7 @@ ERROR CODES ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -2027,7 +2027,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/get/log.ts)_ ## `sf apex get test` @@ -2087,7 +2087,7 @@ EXAMPLES me@myorg' ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/get/test.ts)_ ## `sf apex list log` @@ -2127,7 +2127,7 @@ EXAMPLES $ sf apex list log --target-org me@my.org ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/list/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/list/log.ts)_ ## `sf apex run` @@ -2174,7 +2174,7 @@ EXAMPLES $ sf apex run ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/run.ts)_ ## `sf apex run test` @@ -2321,7 +2321,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/run/test.ts)_ ## `sf apex tail log` @@ -2364,7 +2364,7 @@ EXAMPLES $ sf apex tail log --color --skip-trace-flag ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/tail/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/tail/log.ts)_ ## `sf api request graphql` @@ -2417,7 +2417,7 @@ EXAMPLES $ sf api request graphql --body example.txt --stream-to-file output.txt --include ``` -_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/graphql.ts)_ +_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.33/src/commands/api/request/graphql.ts)_ ## `sf api request rest [URL]` @@ -2526,7 +2526,7 @@ FLAG DESCRIPTIONS https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project. ``` -_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/rest.ts)_ +_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.33/src/commands/api/request/rest.ts)_ ## `sf autocomplete [SHELL]` @@ -2839,7 +2839,7 @@ EXAMPLES $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -2888,7 +2888,7 @@ EXAMPLES $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3 ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -2944,7 +2944,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -3003,7 +3003,7 @@ FLAG DESCRIPTIONS and can be enabled only by a system administrator. ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -3064,7 +3064,7 @@ EXAMPLES $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -3103,7 +3103,7 @@ EXAMPLES $ sf data delete resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -3170,7 +3170,7 @@ EXAMPLES --result-format json --wait 10 --all-rows ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/bulk.ts)_ ## `sf data export resume` @@ -3209,7 +3209,7 @@ EXAMPLES $ sf data export resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/resume.ts)_ ## `sf data export tree` @@ -3269,7 +3269,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/tree.ts)_ ## `sf data get record` @@ -3333,7 +3333,7 @@ EXAMPLES $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/get/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/get/record.ts)_ ## `sf data import bulk` @@ -3385,7 +3385,7 @@ EXAMPLES $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/bulk.ts)_ ## `sf data import resume` @@ -3421,7 +3421,7 @@ EXAMPLES $ sf data import resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/resume.ts)_ ## `sf data import tree` @@ -3485,7 +3485,7 @@ FLAG DESCRIPTIONS - files(array) - Files: An array of files paths to load ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/tree.ts)_ ## `sf data query` @@ -3538,7 +3538,7 @@ EXAMPLES $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/query.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/query.ts)_ ## `sf data resume` @@ -3575,7 +3575,7 @@ EXAMPLES $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/resume.ts)_ ## `sf data search` @@ -3625,7 +3625,7 @@ EXAMPLES $ sf data search --file query.txt --target-org my-scratch --result-format csv ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/search.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/search.ts)_ ## `sf data update bulk` @@ -3680,7 +3680,7 @@ EXAMPLES $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/bulk.ts)_ ## `sf data update record` @@ -3742,7 +3742,7 @@ EXAMPLES "ExpirationDate=2017-12-01T00:58:04.000+0000" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/record.ts)_ ## `sf data update resume` @@ -3781,7 +3781,7 @@ EXAMPLES $ sf data update resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/resume.ts)_ ## `sf data upsert bulk` @@ -3837,7 +3837,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/upsert/bulk.ts)_ ## `sf data upsert resume` @@ -3876,7 +3876,7 @@ EXAMPLES $ sf data upsert resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/upsert/resume.ts)_ ## `sf doctor` @@ -3924,7 +3924,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/doctor.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.133/src/commands/doctor.ts)_ ## `sf force data bulk delete` @@ -3971,7 +3971,7 @@ EXAMPLES $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/delete.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/delete.ts)_ ## `sf force data bulk status` @@ -4008,7 +4008,7 @@ EXAMPLES $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/status.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/status.ts)_ ## `sf force data bulk upsert` @@ -4066,7 +4066,7 @@ EXAMPLES --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/upsert.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/upsert.ts)_ ## `sf help [COMMAND]` @@ -4126,7 +4126,7 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/info/releasenotes/display.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.133/src/commands/info/releasenotes/display.ts)_ ## `sf logic get test` @@ -4174,7 +4174,7 @@ EXAMPLES $ sf logic get test --test-run-id --result-format junit --target-org my-scratch ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/logic/get/test.ts)_ ## `sf logic run test` @@ -4296,7 +4296,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/logic/run/test.ts)_ ## `sf org assign permset` @@ -4342,7 +4342,7 @@ EXAMPLES $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permset.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/assign/permset.ts)_ ## `sf org assign permsetlicense` @@ -4389,7 +4389,7 @@ EXAMPLES user3 ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permsetlicense.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/assign/permsetlicense.ts)_ ## `sf org create agent-user` @@ -4467,7 +4467,7 @@ FLAG DESCRIPTIONS "agent.user.@your-org-domain.com". ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/agent-user.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/create/agent-user.ts)_ ## `sf org create sandbox` @@ -4601,7 +4601,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -4783,7 +4783,7 @@ FLAG DESCRIPTIONS Omit this flag to have Salesforce generate a unique username for your org. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/create/scratch.ts)_ ## `sf org create user` @@ -4891,7 +4891,7 @@ FLAG DESCRIPTIONS might be different than what you specify in the definition file. ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/create/user.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/create/user.ts)_ ## `sf org delete sandbox` @@ -4937,7 +4937,7 @@ EXAMPLES $ sf org delete sandbox --target-org my-sandbox --no-prompt ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -4981,7 +4981,7 @@ EXAMPLES $ sf org delete scratch --target-org my-scratch-org --no-prompt ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -5020,7 +5020,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/disable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -5065,7 +5065,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/display.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/display.ts)_ ## `sf org display user` @@ -5104,7 +5104,7 @@ EXAMPLES $ sf org display user --target-org me@my.org --json ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/display/user.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/display/user.ts)_ ## `sf org enable tracking` @@ -5146,7 +5146,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/enable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/enable/tracking.ts)_ ## `sf org generate password` @@ -5213,7 +5213,7 @@ EXAMPLES $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/generate/password.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/generate/password.ts)_ ## `sf org list` @@ -5252,7 +5252,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/list.ts)_ ## `sf org list auth` @@ -5391,7 +5391,7 @@ FLAG DESCRIPTIONS Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -5446,7 +5446,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata-types.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/list/metadata-types.ts)_ ## `sf org list sobject record-counts` @@ -5530,7 +5530,7 @@ EXAMPLES $ sf org list users --target-org me@my.org ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/list/users.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/list/users.ts)_ ## `sf org login access-token` @@ -5992,7 +5992,7 @@ EXAMPLES $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/open.ts)_ ## `sf org open agent` @@ -6067,7 +6067,7 @@ FLAG DESCRIPTIONS flag. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/agent.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/open/agent.ts)_ ## `sf org open authoring-bundle` @@ -6113,7 +6113,7 @@ EXAMPLES $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/open/authoring-bundle.ts)_ ## `sf org refresh sandbox` @@ -6216,7 +6216,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/refresh/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -6279,7 +6279,7 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the sandbox creation, rerun this command. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -6332,7 +6332,7 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the scratch creation, rerun this command. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/resume/scratch.ts)_ ## `sf package convert` @@ -10110,7 +10110,7 @@ FLAG DESCRIPTIONS If you don't specify this flag, the command prompts you to choose from your local objects. ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/field.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/field.ts)_ ## `sf schema generate platformevent` @@ -10142,7 +10142,7 @@ EXAMPLES $ sf schema generate platformevent --label "My Platform Event" ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/platformevent.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -10199,7 +10199,7 @@ FLAG DESCRIPTIONS - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object. ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/sobject.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -10247,7 +10247,7 @@ FLAG DESCRIPTIONS The API name for a custom object always ends in `__c`, such as `MyObject__c`. ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/tab.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/tab.ts)_ ## `sf search` @@ -10263,7 +10263,7 @@ DESCRIPTION Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.48/src/commands/search.ts)_ +_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.49/src/commands/search.ts)_ ## `sf sobject describe` @@ -10310,7 +10310,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/describe.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.113/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -10349,7 +10349,7 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/list.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.113/src/commands/sobject/list.ts)_ ## `sf template generate analytics template` @@ -10393,7 +10393,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -10453,7 +10453,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -10577,7 +10577,7 @@ FLAG DESCRIPTIONS project, defaults to the current directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/digital-experience/site.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/digital-experience/site.ts)_ ## `sf template generate flexipage` @@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS 'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/flexipage/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/flexipage/index.ts)_ ## `sf template generate lightning app` @@ -10717,7 +10717,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/app.ts)_ ## `sf template generate lightning component` @@ -10794,7 +10794,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/component.ts)_ ## `sf template generate lightning event` @@ -10852,7 +10852,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/event.ts)_ ## `sf template generate lightning interface` @@ -10910,7 +10910,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/interface.ts)_ ## `sf template generate lightning test` @@ -10968,7 +10968,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/test.ts)_ ## `sf template generate project` @@ -11094,7 +11094,7 @@ FLAG DESCRIPTIONS server-side type stripping. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/project/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/project/index.ts)_ ## `sf template generate static-resource` @@ -11157,7 +11157,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/static-resource/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/static-resource/index.ts)_ ## `sf template generate ui-bundle` @@ -11241,7 +11241,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/ui-bundle/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/ui-bundle/index.ts)_ ## `sf template generate visualforce component` @@ -11298,7 +11298,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/visualforce/component.ts)_ ## `sf template generate visualforce page` @@ -11349,7 +11349,7 @@ FLAG DESCRIPTIONS The name can be up to 40 characters and must start with a letter. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/visualforce/page.ts)_ ## `sf update [CHANNEL]` @@ -11387,7 +11387,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.39/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.40/src/commands/update.ts)_ ## `sf version` @@ -11441,7 +11441,7 @@ EXAMPLES $ sf which "foo bar baz" ``` -_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.53/src/commands/which.ts)_ +_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.54/src/commands/which.ts)_ diff --git a/package.json b/package.json index ad34a448..c304ca58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.136.4", + "version": "2.136.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -78,7 +78,7 @@ "jitPlugins": { "@salesforce/plugin-code-analyzer": "5.12.0", "@salesforce/plugin-community": "3.3.61", - "@salesforce/plugin-custom-metadata": "3.3.101", + "@salesforce/plugin-custom-metadata": "3.3.103", "@salesforce/plugin-dev": "2.5.2", "@salesforce/plugin-devops-center": "1.2.27", "@salesforce/plugin-flow": "1.0.5", @@ -150,33 +150,33 @@ "@oclif/plugin-autocomplete": "3.2.49", "@oclif/plugin-commands": "4.1.54", "@oclif/plugin-help": "6.2.49", - "@oclif/plugin-not-found": "3.2.85", + "@oclif/plugin-not-found": "3.2.86", "@oclif/plugin-plugins": "5.4.68", - "@oclif/plugin-search": "1.2.48", - "@oclif/plugin-update": "4.7.39", + "@oclif/plugin-search": "1.2.49", + "@oclif/plugin-update": "4.7.40", "@oclif/plugin-version": "2.2.46", - "@oclif/plugin-warn-if-update-available": "3.1.64", - "@oclif/plugin-which": "3.2.53", + "@oclif/plugin-warn-if-update-available": "3.1.65", + "@oclif/plugin-which": "3.2.54", "@salesforce/core": "^8.28.0", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.40.2", - "@salesforce/plugin-apex": "3.9.27", - "@salesforce/plugin-api": "1.3.30", + "@salesforce/plugin-agent": "1.40.3", + "@salesforce/plugin-apex": "3.9.29", + "@salesforce/plugin-api": "1.3.33", "@salesforce/plugin-auth": "4.3.13", - "@salesforce/plugin-data": "4.0.99", + "@salesforce/plugin-data": "4.0.101", "@salesforce/plugin-deploy-retrieve": "3.24.48", - "@salesforce/plugin-info": "3.4.131", + "@salesforce/plugin-info": "3.4.133", "@salesforce/plugin-limits": "3.3.89", "@salesforce/plugin-marketplace": "1.3.26", - "@salesforce/plugin-org": "5.10.13", + "@salesforce/plugin-org": "5.10.14", "@salesforce/plugin-packaging": "2.27.17", - "@salesforce/plugin-schema": "3.3.112", + "@salesforce/plugin-schema": "3.3.113", "@salesforce/plugin-settings": "2.4.80", - "@salesforce/plugin-sobject": "1.4.106", + "@salesforce/plugin-sobject": "1.4.108", "@salesforce/plugin-telemetry": "3.8.21", - "@salesforce/plugin-templates": "56.17.0", + "@salesforce/plugin-templates": "56.17.2", "@salesforce/plugin-trust": "3.8.9", - "@salesforce/plugin-user": "3.9.5", + "@salesforce/plugin-user": "3.9.6", "@salesforce/sf-plugins-core": "12.2.17", "ansis": "^3.12.0" }, diff --git a/yarn.lock b/yarn.lock index db66c689..7682f75d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1296,10 +1296,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@jsforce/jsforce-node@^3.10.13", "@jsforce/jsforce-node@^3.10.14": - version "3.10.14" - resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.14.tgz#e6429626118a86247605f14b2466026f7180cff8" - integrity sha512-p8Ug1SypcAT7Q0zZA0+7fyBmgUpB/aXkde4Bxmu0S/O4p28CVwgYvKyFd9vswmHIhFabd/QqUCrlYuVhYdr2Ew== +"@jsforce/jsforce-node@^3.10.13", "@jsforce/jsforce-node@^3.10.14", "@jsforce/jsforce-node@^3.10.15": + version "3.10.15" + resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.15.tgz#28655302b90c83dbcc15cf0cecebfe56ef27c132" + integrity sha512-rtl4MCmy5EzUQ8ehJfjcQCVW2EPCBfopxpZjmXzJrKdtwH6ptjeC5VdyfjS40XNjD7k7heXRZr1jRVU3Ej6kcQ== dependencies: "@sindresorhus/is" "^4" base64url "^3.0.1" @@ -1592,10 +1592,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.36", "@oclif/multi-stage-output@^0.8.37", "@oclif/multi-stage-output@^0.8.40": - version "0.8.40" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.40.tgz#f858d113f5155cdda7e0b36831259f4159fa45eb" - integrity sha512-V2IQ5Tf82lDk5A/g3CUPwF5V6m9+7n9uZn8pxW4pM0H9O3unKPFlBLJDCL0jPdptk0nMr+Z1HCi8puH/i4+jFw== +"@oclif/multi-stage-output@^0.8.36", "@oclif/multi-stage-output@^0.8.37", "@oclif/multi-stage-output@^0.8.40", "@oclif/multi-stage-output@^0.8.41": + version "0.8.42" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.42.tgz#9efeae7fe105fd92060ce41eb786a0902ea15802" + integrity sha512-pAgfE5v+xGTp0yIOJwIXCtbCrfc0Rmw1KZwyylmUNao0gV50/x5JhJHD4MUSET0oi5Zx8haLSLH6IJewkFIjnA== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12" @@ -1647,13 +1647,13 @@ dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@3.2.85", "@oclif/plugin-not-found@^3.2.76": - version "3.2.85" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.85.tgz#5ff5aca67b09d8d82f43c1abb42f125dc157fa16" - integrity sha512-Si18rRKWknlvQ5anmFbQz9oKBae5/l/Npreuf05xdoNWfOV1J97Z7cpzqBlHbldmxCIiDRgmDKuCBBi4XN6ACA== +"@oclif/plugin-not-found@3.2.86", "@oclif/plugin-not-found@^3.2.76": + version "3.2.86" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.86.tgz#0109818a857a98d4a5d818819ffff282c71134fa" + integrity sha512-BJhJSahwsYayZpo18f0fPTg8tKb9dIvydaz03NCK3eMfmcsT1MmXhXqh1KEV8J7mz0sQ6f0qFEb6BXy490/iUg== dependencies: "@inquirer/prompts" "^7.10.1" - "@oclif/core" "^4.11.2" + "@oclif/core" "^4.11.3" ansis "^3.17.0" fast-levenshtein "^3.0.0" @@ -1674,23 +1674,23 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-search@1.2.48": - version "1.2.48" - resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.48.tgz#3c6921114cc4218d8ecac1b43b7aa339b8df944c" - integrity sha512-84RQohoCMawaTYHF+nZKTzxuvTK06bn7FyFZERAcPeOaocXd7N+auojeI2aXOacod/Gh3ErHj8dKHWOwqfKwlA== +"@oclif/plugin-search@1.2.49": + version "1.2.49" + resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.49.tgz#d3905ce985d51d41bb31934254d228887006e3fb" + integrity sha512-gvcTYRgFljVwFEJ4ajdBDJTC1T99hAmtVUaZ+LZFhyk+iRdRXmWW75xuFU7QxbFatLgZXnQMxVcD9Ju7qsU8TA== dependencies: "@oclif/core" "^4" ansi-escapes "^7.3.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.7.39": - version "4.7.39" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.39.tgz#e776903c0f6f5514c3e268bd624d47be6509ae9c" - integrity sha512-2k+npQkLMgNYeTPkMFMbijo2lCT3s/5X7sNMf0Z+0/jrNA0J78LYTmoRuhxPtLfDJcxDerSPDgrbT2o19lE2Iw== +"@oclif/plugin-update@4.7.40": + version "4.7.40" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.40.tgz#f8eb7a0b8b93e7e34d42d43b444b5f41a5d00c8d" + integrity sha512-c9gojJ6+T27Q8tQf/p4M5qitQlpshqGaSdR9/Lau2DYPheNiicRLhQkr0yknXH2AE/vIdf2nyl8albfZ1D5itw== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4" - "@oclif/table" "^0.5.7" + "@oclif/table" "^0.5.8" ansis "^3.17.0" debug "^4.4.1" filesize "^6.1.0" @@ -1707,10 +1707,10 @@ "@oclif/core" "^4" ansis "^3.17.0" -"@oclif/plugin-warn-if-update-available@3.1.64", "@oclif/plugin-warn-if-update-available@^3.1.57": - version "3.1.64" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.64.tgz#1a6eaa42be382a8c9ea796c64a19a6a343729f23" - integrity sha512-+BauVC7jeMRs6NPvFFO1KHdSIVL10ruz6W3laKdN0i7PjSo14clmQe+DUJVTADI5Z3eYFYnsISwdDbOU/2pnYQ== +"@oclif/plugin-warn-if-update-available@3.1.65", "@oclif/plugin-warn-if-update-available@^3.1.57": + version "3.1.65" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz#21cb740ccec5ebfef1666c0e46480d97b5687fe4" + integrity sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1719,10 +1719,10 @@ lodash "^4.18.1" registry-auth-token "^5.1.1" -"@oclif/plugin-which@3.2.53": - version "3.2.53" - resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.53.tgz#1f6cc5fd68884de34c19a7ec4837dc28985aac57" - integrity sha512-gLOEn/1NJaQQ8Q4UMwGk3pGd7G1glGNGkexe9Kgf+c/S878LtzGHFZSpRN7AokOjvHXsI/KiWwC+7hB7D56+Ag== +"@oclif/plugin-which@3.2.54": + version "3.2.54" + resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.54.tgz#e937eefde25822aedcfbe1fcc8bedd8ffde0f480" + integrity sha512-fV4J2GRklwRVnWdIGf/oc4YGfLbpOkfS6xe/Mg1hNhDYM+DfDXaNlJ/nNuz56nuscuhaOnZVVxI1ng6EAvwP/w== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1998,12 +1998,12 @@ nock "^14.0.15" yaml "^2.8.4" -"@salesforce/apex-node@^8.4.22", "@salesforce/apex-node@^8.4.24": - version "8.4.25" - resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-8.4.25.tgz#39d87c7815c705e29abcb638c70eacb0909891cd" - integrity sha512-SxoXeI35akQtjIcraXmLYARmzzwow+cBdQ9zr9tpNkQLfclTpUYE1Q79nb9BzwAD46xowLETrSS9+3rsf/7rWQ== +"@salesforce/apex-node@^8.4.22", "@salesforce/apex-node@^8.4.26": + version "8.4.26" + resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-8.4.26.tgz#101563543cc2f7ac0f72b075a66885a103a7127a" + integrity sha512-wPMzZrbWaJmPcJub/Q6m89D3+Oq2QvMwXTOTbjwXRZlsJTidZvPuaPcYjsrZWKQjk0npUxQ1/jDlP5eH3Mn4hQ== dependencies: - "@salesforce/core" "^8.29.1" + "@salesforce/core" "^8.30.3" "@salesforce/kit" "^3.2.6" "@types/istanbul-reports" "^3.0.4" fast-glob "^3.3.2" @@ -2126,10 +2126,10 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.40.2": - version "1.40.2" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.40.2.tgz#e29d0b366d1396726bedc615cd615acbe865b56a" - integrity sha512-ChkJ+CtlJ+b85lsOCRs4MMLqdsXAwl92bIFzdh94q/HvKE91jQ7Jr+J+KiKPoenw5/OW+8FOzqCdWCF8hu8nTQ== +"@salesforce/plugin-agent@1.40.3": + version "1.40.3" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.40.3.tgz#71a867371c52bfc9443fbaddda4ab3c9a12e9497" + integrity sha512-cYoiP+5tT1klOn5Wxw8IghbSTICK2RQzf96vxaQgbUw2PEVhEcMiDI7E7Uu/qXVILlwd73/JgcWszKl7+lvI2w== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" @@ -2150,26 +2150,26 @@ react "^18.3.1" yaml "^2.8.4" -"@salesforce/plugin-apex@3.9.27": - version "3.9.27" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.9.27.tgz#6c37906bf73a53afa7537558b4316496aae1b28d" - integrity sha512-rXK5ApxYlPdLAgeoEt5HpBglNC2CmZYUJH9E/rSRlbbkNw4cx03U/y21l4vymXfQMsDXNOzq3YoI19IgGA6HVg== +"@salesforce/plugin-apex@3.9.29": + version "3.9.29" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.9.29.tgz#041a37df7e4b69d6130e42d6fd132d9c6bc1a163" + integrity sha512-Bzf1iwd9ZyDMxXMUYaKeMivBIa1TVfs+HCk3E+cACJdozquY51yCsG+DHg62cY20D9KpPhRdy1RNpxLlBdBvBw== dependencies: - "@salesforce/apex-node" "^8.4.24" + "@salesforce/apex-node" "^8.4.26" "@salesforce/core" "^8.29.0" "@salesforce/kit" "^3.2.3" - "@salesforce/sf-plugins-core" "^12.2.16" + "@salesforce/sf-plugins-core" "^12.2.17" ansis "^3.3.1" -"@salesforce/plugin-api@1.3.30": - version "1.3.30" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.30.tgz#2e6a4879eb6ebfb2002aaf7bb4d60e857fafee72" - integrity sha512-LXWVFxOHJW+W7OZyRmOGb7GHCaiRqs5W3JMdDTlGNsnQpODw3hcShK29eWOukOqg44+ZZWP5kJSM/SGOqQYxfg== +"@salesforce/plugin-api@1.3.33": + version "1.3.33" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.33.tgz#af5234fc004db15bd759cfe4dd9c8aa9f09eea37" + integrity sha512-qjEU6IKuh9JKpsQ6SzdTsIXhdvR1hlzz7Cv4riVRoz5TRJVAc1wn41wj8eM80b4uy+ZTsNGRrimkwdEo0dSfbg== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.29.1" + "@salesforce/core" "^8.30.3" "@salesforce/kit" "^3.2.4" - "@salesforce/sf-plugins-core" "^12.2.16" + "@salesforce/sf-plugins-core" "^12.2.17" "@salesforce/ts-types" "^2.0.12" ansis "^3.3.2" form-data "^4.0.5" @@ -2205,13 +2205,13 @@ debug "^4.4.3" handlebars "^4.7.9" -"@salesforce/plugin-data@4.0.99": - version "4.0.99" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.99.tgz#ac080a5f29317d8842d7fa99736bc4f98e1373a5" - integrity sha512-4oSQAUkuXBrn7jNLYh3JtQTVgTUyB2NGMYCj+UUZBzpB0h74LgxybmAjHbo9Vp8lh7c+KsCvesCHjtuMuFz9wg== +"@salesforce/plugin-data@4.0.101": + version "4.0.101" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.101.tgz#1b5c293383b38ff4f5c46cd34adad4d1c565d071" + integrity sha512-q1qcfW/VsnL450e4jqF0mQhmv6WkYcbQAkJvIJ9a+MRkY38lIDRHFUrVAYXvab68aPr5VFCcphi/AgW2TlAAxw== dependencies: - "@jsforce/jsforce-node" "^3.10.14" - "@oclif/multi-stage-output" "^0.8.36" + "@jsforce/jsforce-node" "^3.10.15" + "@oclif/multi-stage-output" "^0.8.41" "@salesforce/core" "^8.29.1" "@salesforce/kit" "^3.2.6" "@salesforce/sf-plugins-core" "^12.2.14" @@ -2244,15 +2244,15 @@ ansis "^3.17.0" terminal-link "^3.0.0" -"@salesforce/plugin-info@3.4.131", "@salesforce/plugin-info@^3.4.131": - version "3.4.131" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.131.tgz#27dfe03531add36b9f0522d142954c79d558c38f" - integrity sha512-Xu+mN/sdBYasy4297Ka9JT7UtKdnBEzsIbukfy+hGqRaNpj7iIVihGFzXnBqUMH6ZK8oIgsUWvaLs9NK31FgMQ== +"@salesforce/plugin-info@3.4.133", "@salesforce/plugin-info@^3.4.131": + version "3.4.133" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.133.tgz#f32a5f3f4a49b5762f1f7e5709a2ce32c809ed78" + integrity sha512-NBejGfST5NxQNHQifl9NM6r831Cjh7VHtweHXLom5GWp1XEL95X3rrYrZsZ6uHmmmhWjD76swcT1Xlcsei3zRg== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.10.14" "@oclif/core" "^4" - "@salesforce/core" "^8.29.1" + "@salesforce/core" "^8.30.3" "@salesforce/kit" "^3.2.6" "@salesforce/sf-plugins-core" "^12" got "^13.0.0" @@ -2281,12 +2281,12 @@ got "^13.0.0" proxy-agent "^6.5.0" -"@salesforce/plugin-org@5.10.13": - version "5.10.13" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.10.13.tgz#daf71eb9b2df13aa3d814ea5054cd9a408b0cded" - integrity sha512-bMB3i22SpRHp+YJ8vH4J6gvd7moTOWV2N3G+pPr8VpSPINnFVVaciZpodUsyUkcLC423sP0anal6aRdO8dj70g== +"@salesforce/plugin-org@5.10.14": + version "5.10.14" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.10.14.tgz#c9656728a761a8fb2a82d5302ba7c3f946443f79" + integrity sha512-gZ73iDAh69IbWO3395vVzR1c4RYP3rwpwQ6qmAQ6hFTAp2AjEAPugt0sccXt1uJyrCMmlEoE0Q3uIIjXjC9lgw== dependencies: - "@oclif/core" "^4.11.2" + "@oclif/core" "^4.11.3" "@oclif/multi-stage-output" "^0.8.40" "@salesforce/core" "^8.29.0" "@salesforce/kit" "^3.2.4" @@ -2341,13 +2341,13 @@ strip-ansi "^6" yarn-deduplicate "^6.0.2" -"@salesforce/plugin-schema@3.3.112": - version "3.3.112" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.112.tgz#a38da87eb0d02b5bb061f7c8c122879d4c9547a0" - integrity sha512-NWLUYIRPIeYyTfuJF7bdvrsXCoqVcFQGy5BbrIZRvwIcb+9qWZSV1Oj7DUMA2xIupCraDYxb2L0jJMqsmYAmQQ== +"@salesforce/plugin-schema@3.3.113": + version "3.3.113" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.113.tgz#35ef3a58ba9d3ad821aa22c2c7559dd4a76a890b" + integrity sha512-p/KGyZ10GHkrIIrrwqAN+eR5j4X8AhO+anp0kJT+DWG5WNFTq2RXvjQe/yqS4vJYGuW5v03fZSPRyE0ijBVhGA== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.29.1" + "@salesforce/core" "^8.30.3" "@salesforce/sf-plugins-core" "^12.2.16" "@salesforce/plugin-settings@2.4.80": @@ -2360,10 +2360,10 @@ "@salesforce/sf-plugins-core" "^12.2.17" fast-levenshtein "^3.0.0" -"@salesforce/plugin-sobject@1.4.106": - version "1.4.106" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.106.tgz#25c3c58c4d09447f1cc878fda7d69a3ffb3b5394" - integrity sha512-clbxzekYuGIxrqJ4XS4W6r3P5O5XGZlaCkJvoANY6KU0ZbzKqIiT6mqW2S6R0cBi7RZ4FFPQyWs/b2WI8bFm7w== +"@salesforce/plugin-sobject@1.4.108": + version "1.4.108" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.108.tgz#31bd935092669391759de072d2bbe82275687275" + integrity sha512-mhsWGepX9wuA2845+xq2LPQWhLTatmDFkCiOWFUB+OOiB98HSPzwwiX2lJMBRlQe40i0RDAZ5mmvTPNPhjQv6A== dependencies: "@inquirer/confirm" "^3.2.0" "@inquirer/input" "^2.3.0" @@ -2371,9 +2371,9 @@ "@oclif/core" "^4.11.0" "@salesforce/core" "^8.29.0" "@salesforce/kit" "^3.2.6" - "@salesforce/sf-plugins-core" "^12.2.16" + "@salesforce/sf-plugins-core" "^12.2.17" fast-glob "^3.3.3" - fast-xml-parser "^5.7.3" + fast-xml-parser "^5.8.0" js2xmlparser "^4.0.2" "@salesforce/plugin-telemetry@3.8.21": @@ -2389,14 +2389,14 @@ "@salesforce/ts-types" "^2.0.12" debug "^4.4.3" -"@salesforce/plugin-templates@56.17.0": - version "56.17.0" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.17.0.tgz#394228c29d3f0e83c0b66f3a291ef5734541e4be" - integrity sha512-+gOiIdjgDUEIJWbO4drK63eeC7hqSmTNIrxLX24I6XO4yoqjIY5lHF0lRRyFri8Qv2/Y9rNMsYrNg/edUCVJgA== +"@salesforce/plugin-templates@56.17.2": + version "56.17.2" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.17.2.tgz#38c947b21e79a93ea3aeddf713574ca91b368ebc" + integrity sha512-9v3QMiJ38oIxZ2b1fhpNfM8KHGaIz7ez5k+149aCJdc0F3AHzczR0ztMN775LWr+I/+lRqUsUEygODdaltME4A== dependencies: - "@salesforce/core" "^8.28.4" + "@salesforce/core" "^8.30.3" "@salesforce/sf-plugins-core" "^12" - "@salesforce/templates" "^66.7.12" + "@salesforce/templates" "^66.7.13" "@salesforce/plugin-trust@3.8.9", "@salesforce/plugin-trust@^3.7.89": version "3.8.9" @@ -2415,14 +2415,14 @@ semver "^7.7.4" shelljs "0.10.0" -"@salesforce/plugin-user@3.9.5": - version "3.9.5" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.9.5.tgz#bb4964fbe5779eb63547373e8865b7425cfea600" - integrity sha512-PNs9NQglpjttslIIFrnI9+me6CuRMAJlH3pLgJOVTxZ6muSSAWb2mrnhwSQyM7z9DMHxogI4xutmFhIgMKDQiA== +"@salesforce/plugin-user@3.9.6": + version "3.9.6" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.9.6.tgz#cefc46b57043c73141f28936339516d79dc53bab" + integrity sha512-3djWptumJeprsZ06PwPceUAvWoZwvKHeLsZMXwoavYdKbCNBZRdcc33vCI1JU0+7Xnd/dUDpzNS85IJcrvh2Xw== dependencies: "@salesforce/core" "^8.30.3" "@salesforce/kit" "^3.2.4" - "@salesforce/sf-plugins-core" "^12.2.14" + "@salesforce/sf-plugins-core" "^12.2.17" "@salesforce/ts-types" "^2.0.11" "@salesforce/prettier-config@^0.0.3": @@ -2498,10 +2498,10 @@ o11y_schema "^260.65.0" proxy-agent "^6.5.0" -"@salesforce/templates@^66.7.12": - version "66.7.12" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.7.12.tgz#51d5d8af53688c984ca5095f31c3c18ae90d6c7f" - integrity sha512-yfJrJBpanECeFvZ7E+/PA9Xz0GxtO6BxfQ3Vp3PKJiA7yTGpdHMv6EdCDwy7utHxdmA06kq0m5GMD3YGW/qM7A== +"@salesforce/templates@^66.7.13": + version "66.7.13" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.7.13.tgz#e197b8ff5fea79a4da16901d80e21a0bd6a08355" + integrity sha512-xR0reatO1Z0wKieUeMudM8nyFA7v1dJxAD3BO+Zsqrt1iNtMDRUlnYoFrG+R82Jmtek69rLqhyMaRor2WZ8qpg== dependencies: "@salesforce/kit" "^3.2.6" ejs "^3.1.10" @@ -2509,7 +2509,7 @@ hpagent "^1.2.0" mime-types "^3.0.2" proxy-from-env "^1.1.0" - tar "^7.5.13" + tar "^7.5.15" tslib "^2.8.1" "@salesforce/ts-sinon@^1.4.34": @@ -5337,7 +5337,7 @@ fast-wrap-ansi@^0.2.0: dependencies: fast-string-width "^3.0.2" -fast-xml-builder@^1.1.5, fast-xml-builder@^1.1.7: +fast-xml-builder@^1.1.5, fast-xml-builder@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c" integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q== @@ -5355,15 +5355,16 @@ fast-xml-parser@5.7.2: path-expression-matcher "^1.5.0" strnum "^2.2.3" -fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.2, fast-xml-parser@^5.7.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz#309b04b08d835defc62ab657a0bb340c0e0fbe6a" - integrity sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg== +fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.2, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz#64d71f0f8d4bf23621dffd762aef7e98c1884fc1" + integrity sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg== dependencies: "@nodable/entities" "^2.1.0" - fast-xml-builder "^1.1.7" + fast-xml-builder "^1.2.0" path-expression-matcher "^1.5.0" - strnum "^2.2.3" + strnum "^2.3.0" + xml-naming "^0.1.0" fastest-levenshtein@^1.0.16, fastest-levenshtein@^1.0.7: version "1.0.16" @@ -10007,10 +10008,10 @@ strip-json-comments@^3.1.1: resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -strnum@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586" - integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg== +strnum@^2.2.3, strnum@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.3.0.tgz#81bfbfef53db8c3217ea62a98c026886ec4a2761" + integrity sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q== supports-color@^10.2.2: version "10.2.2" @@ -10072,10 +10073,10 @@ tar-stream@^2.1.4: inherits "^2.0.3" readable-stream "^3.1.1" -tar@^7.4.3, tar@^7.5.1, tar@^7.5.13, tar@^7.5.4: - version "7.5.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.13.tgz#0d214ed56781a26edc313581c0e2d929ceeb866d" - integrity sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng== +tar@^7.4.3, tar@^7.5.1, tar@^7.5.13, tar@^7.5.15, tar@^7.5.4: + version "7.5.15" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.15.tgz#afe6d1316cddf614a566e3813e42fe01aed46fee" + integrity sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ== dependencies: "@isaacs/fs-minipass" "^4.0.0" chownr "^3.0.0"