diff --git a/README.md b/README.md index 3675efdbd..00280cdf2 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.108.3 linux-x64 node-v22.19.0 +@salesforce/cli/2.108.4 linux-x64 node-v22.19.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -243,7 +243,7 @@ EXAMPLES $ sf agent activate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -305,7 +305,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.24.10/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -345,7 +345,7 @@ EXAMPLES $ sf agent deactivate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -450,7 +450,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.24.10/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate template` @@ -498,7 +498,7 @@ EXAMPLES force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -559,7 +559,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.24.10/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -623,7 +623,7 @@ EXAMPLES transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/preview.ts)_ ## `sf agent test create` @@ -678,7 +678,7 @@ EXAMPLES $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -713,7 +713,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -779,7 +779,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -852,7 +852,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -926,7 +926,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/run.ts)_ ## `sf alias list` @@ -1269,7 +1269,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/get/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/get/log.ts)_ ## `sf apex get test` @@ -1329,7 +1329,7 @@ EXAMPLES me@myorg' ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/get/test.ts)_ ## `sf apex list log` @@ -1369,7 +1369,7 @@ EXAMPLES $ sf apex list log --target-org me@my.org ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/list/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/list/log.ts)_ ## `sf apex run` @@ -1416,7 +1416,7 @@ EXAMPLES $ sf apex run ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/run.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/run.ts)_ ## `sf apex run test` @@ -1562,7 +1562,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/run/test.ts)_ ## `sf apex tail log` @@ -1605,7 +1605,7 @@ EXAMPLES $ sf apex tail log --color --skip-trace-flag ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/tail/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/tail/log.ts)_ ## `sf api request graphql` @@ -1798,7 +1798,7 @@ EXAMPLES $ sf autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.34/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.35/src/commands/autocomplete/index.ts)_ ## `sf commands` @@ -2080,7 +2080,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.56/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -2129,7 +2129,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.56/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -2185,7 +2185,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -2244,7 +2244,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.56/src/commands/data/delete/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -2305,7 +2305,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.56/src/commands/data/delete/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -2344,7 +2344,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.56/src/commands/data/delete/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -2411,7 +2411,7 @@ EXAMPLES --result-format json --wait 10 --all-rows ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/export/bulk.ts)_ ## `sf data export resume` @@ -2450,7 +2450,7 @@ EXAMPLES $ sf data export resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/export/resume.ts)_ ## `sf data export tree` @@ -2510,7 +2510,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/export/tree.ts)_ ## `sf data get record` @@ -2574,7 +2574,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.56/src/commands/data/get/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/get/record.ts)_ ## `sf data import bulk` @@ -2626,7 +2626,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.56/src/commands/data/import/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/import/bulk.ts)_ ## `sf data import resume` @@ -2662,7 +2662,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.56/src/commands/data/import/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/import/resume.ts)_ ## `sf data import tree` @@ -2726,7 +2726,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.56/src/commands/data/import/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/import/tree.ts)_ ## `sf data query` @@ -2779,7 +2779,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.56/src/commands/data/query.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/query.ts)_ ## `sf data resume` @@ -2816,7 +2816,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.56/src/commands/data/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/resume.ts)_ ## `sf data search` @@ -2866,7 +2866,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.56/src/commands/data/search.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/search.ts)_ ## `sf data update bulk` @@ -2921,7 +2921,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.56/src/commands/data/update/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/update/bulk.ts)_ ## `sf data update record` @@ -2983,7 +2983,7 @@ EXAMPLES "ExpirationDate=2017-12-01T00:58:04.000+0000" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/update/record.ts)_ ## `sf data update resume` @@ -3022,7 +3022,7 @@ EXAMPLES $ sf data update resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/update/resume.ts)_ ## `sf data upsert bulk` @@ -3078,7 +3078,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/upsert/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/upsert/bulk.ts)_ ## `sf data upsert resume` @@ -3117,7 +3117,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.56/src/commands/data/upsert/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/upsert/resume.ts)_ ## `sf doctor` @@ -3165,7 +3165,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.87/src/commands/doctor.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.88/src/commands/doctor.ts)_ ## `sf force data bulk delete` @@ -3212,7 +3212,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.56/src/commands/force/data/bulk/delete.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/force/data/bulk/delete.ts)_ ## `sf force data bulk status` @@ -3249,7 +3249,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.56/src/commands/force/data/bulk/status.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/force/data/bulk/status.ts)_ ## `sf force data bulk upsert` @@ -3307,7 +3307,7 @@ EXAMPLES --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/upsert.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/force/data/bulk/upsert.ts)_ ## `sf help [COMMAND]` @@ -3367,7 +3367,7 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.87/src/commands/info/releasenotes/display.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.88/src/commands/info/releasenotes/display.ts)_ ## `sf lightning generate app` @@ -3704,7 +3704,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.8.0/src/commands/logic/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/logic/get/test.ts)_ ## `sf logic run test` @@ -3753,11 +3753,16 @@ DESCRIPTION retrieve the results. If you want to wait for the test run to complete and see the results in the command output, use the --synchronous flag. - To run specific tests, use the --tests flag, passing it the Apex test class names or the Flow tests in the form - Flowtest.. You can also run specific test methods, although if you run the tests synchronously, the methods must - belong to a single Apex class or Flow test. To run all tests of a certain category, use --test-level with - --test-category. If neither flag is specified, all local tests for all categories are run by default. You can also use - the --class-names and --suite-names flags to run Apex test classes or suites. + To run specific tests, use the --tests flag and pass it the names of Apex and Flow tests. For Apex, simply specify the + name of the Apex test class. For Flows, use the format "FlowTesting.". To find the name of all the + flow tests in your org, run this command and specify the Flow category, such as "sf logic run test --synchronous + --test-category Flow --test-level RunAllTestsInOrg". The command displays a table of all the flow tests it ran; see + the "TEST NAME" column for the full name of all available flow tests in your org. + + You can also run specific test methods, although if you run the tests synchronously, the methods must belong to a + single Apex class or Flow test. To run all tests of a certain category, use --test-category and --test-level together. + If neither of these flags is specified, all local tests for all categories are run by default. You can also use the + --class-names and --suite-names flags to run Apex test classes or suites. To see code coverage results, use the --code-coverage flag with --result-format. The output displays a high-level summary of the test run and the code coverage values for the tested classes or flows. If you specify human-readable @@ -3769,7 +3774,8 @@ DESCRIPTION EXAMPLES Run a mix of specific Apex and Flow tests asynchronously in your default org: - $ sf logic run test --tests MyApexClassTest,FlowTest.ProcessOrder + $ sf logic run test --tests \ + MyApexClassTest,FlowTesting.Modify_Account_Desc.Modify_Account_Desc_TestAccountDescription Run all local Apex and Flow tests and wait for the results to complete; run the tests in the org with alias "my-scratch": @@ -3820,7 +3826,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/logic/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/logic/run/test.ts)_ ## `sf org assign permset` @@ -4047,7 +4053,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.9.28/src/commands/org/create/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -4229,7 +4235,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.9.28/src/commands/org/create/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/create/scratch.ts)_ ## `sf org create user` @@ -4383,7 +4389,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.9.28/src/commands/org/delete/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -4427,7 +4433,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.9.28/src/commands/org/delete/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -4466,7 +4472,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/disable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -4511,7 +4517,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/display.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/display.ts)_ ## `sf org display user` @@ -4592,7 +4598,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/enable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/enable/tracking.ts)_ ## `sf org generate password` @@ -4698,7 +4704,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/list.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/list.ts)_ ## `sf org list auth` @@ -4837,7 +4843,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.9.28/src/commands/org/list/metadata.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -4892,7 +4898,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.9.28/src/commands/org/list/metadata-types.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/list/metadata-types.ts)_ ## `sf org list sobject record-counts` @@ -5438,7 +5444,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.9.28/src/commands/org/open.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/open.ts)_ ## `sf org open agent` @@ -5489,7 +5495,7 @@ EXAMPLES $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/open/agent.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/open/agent.ts)_ ## `sf org refresh sandbox` @@ -5592,7 +5598,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.9.28/src/commands/org/refresh/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -5655,7 +5661,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.9.28/src/commands/org/resume/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -5708,7 +5714,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.9.28/src/commands/org/resume/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/resume/scratch.ts)_ ## `sf package convert` @@ -9542,7 +9548,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.30/src/commands/search.ts)_ +_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.31/src/commands/search.ts)_ ## `sf sobject describe` @@ -9589,7 +9595,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.81/src/commands/sobject/describe.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.82/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -9628,7 +9634,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.81/src/commands/sobject/list.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.82/src/commands/sobject/list.ts)_ ## `sf static-resource generate` @@ -9728,7 +9734,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.5/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.7/src/commands/update.ts)_ ## `sf version` diff --git a/package.json b/package.json index e6955cd34..ccd15a8ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.108.3", + "version": "2.108.4", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -145,30 +145,30 @@ "dependencies": { "@inquirer/select": "^2.3.5", "@oclif/core": "4.5.4", - "@oclif/plugin-autocomplete": "3.2.34", + "@oclif/plugin-autocomplete": "3.2.35", "@oclif/plugin-commands": "4.1.33", "@oclif/plugin-help": "6.2.33", "@oclif/plugin-not-found": "3.2.68", "@oclif/plugin-plugins": "5.4.47", - "@oclif/plugin-search": "1.2.30", - "@oclif/plugin-update": "4.7.5", + "@oclif/plugin-search": "1.2.31", + "@oclif/plugin-update": "4.7.7", "@oclif/plugin-version": "2.2.33", "@oclif/plugin-warn-if-update-available": "3.1.48", "@oclif/plugin-which": "3.2.40", "@salesforce/core": "^8.9.1", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.24.10", - "@salesforce/plugin-apex": "3.8.0", + "@salesforce/plugin-agent": "1.24.12", + "@salesforce/plugin-apex": "3.8.1", "@salesforce/plugin-api": "1.3.3", "@salesforce/plugin-auth": "3.9.8", - "@salesforce/plugin-data": "4.0.56", + "@salesforce/plugin-data": "4.0.57", "@salesforce/plugin-deploy-retrieve": "3.23.3", - "@salesforce/plugin-info": "3.4.87", + "@salesforce/plugin-info": "3.4.88", "@salesforce/plugin-limits": "3.3.67", "@salesforce/plugin-marketplace": "1.3.8", - "@salesforce/plugin-org": "5.9.28", + "@salesforce/plugin-org": "5.9.30", "@salesforce/plugin-packaging": "2.20.4", - "@salesforce/plugin-schema": "3.3.81", + "@salesforce/plugin-schema": "3.3.82", "@salesforce/plugin-settings": "2.4.48", "@salesforce/plugin-sobject": "1.4.73", "@salesforce/plugin-telemetry": "3.6.57", diff --git a/yarn.lock b/yarn.lock index 047f8b457..c85527b96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1077,6 +1077,11 @@ resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz" integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== +"@inquirer/ansi@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-1.0.0.tgz#29525c673caf36c12e719712830705b9c31f0462" + integrity sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA== + "@inquirer/checkbox@^2.5.0": version "2.5.0" resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.5.0.tgz#41c5c9dd332c0a8fa159be23982ce080d0b199d4" @@ -1115,14 +1120,14 @@ "@inquirer/core" "^10.2.0" "@inquirer/type" "^3.0.8" -"@inquirer/core@^10.1.6", "@inquirer/core@^10.2.0": - version "10.2.0" - resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.2.0.tgz#19ff527dbe0956891d825e320ecbc890bd6a1550" - integrity sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA== +"@inquirer/core@^10.2.0", "@inquirer/core@^10.2.2": + version "10.2.2" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.2.2.tgz#d31eb50ba0c76b26e7703c2c0d1d0518144c23ab" + integrity sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA== dependencies: + "@inquirer/ansi" "^1.0.0" "@inquirer/figures" "^1.0.13" "@inquirer/type" "^3.0.8" - ansi-escapes "^4.3.2" cli-width "^4.1.0" mute-stream "^2.0.0" signal-exit "^4.1.0" @@ -1669,10 +1674,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.20": - version "0.8.20" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666" - integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA== +"@oclif/multi-stage-output@^0.8.20", "@oclif/multi-stage-output@^0.8.22": + version "0.8.23" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.23.tgz#e735d01c749a4dc34d38f359730308537c94825c" + integrity sha512-6XdEWmxRthNRYOMkKEWPP+OU0WDAr8akO+Kyk356obnsa2f6yo5QAi6CncH+B1cOm7WocmIGhxyinjczx35nUw== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12" @@ -1680,12 +1685,12 @@ figures "^6.1.0" ink "5.0.1" react "^18.3.1" - wrap-ansi "^9.0.0" + wrap-ansi "^9.0.2" -"@oclif/plugin-autocomplete@3.2.34": - version "3.2.34" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.34.tgz#1669fb16bfa887a465bf30181bb69cf14437fbd4" - integrity sha512-KhbPcNjitAU7jUojMXJ3l7duWVub0L0pEr3r3bLrpJBNuIJhoIJ7p56Ropcb7OMH2xcaz5B8HGq56cTOe1FHEg== +"@oclif/plugin-autocomplete@3.2.35": + version "3.2.35" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.35.tgz#57a8d8feaa254e86cb56e27803720c5338364f7c" + integrity sha512-cwvq1+tQnSHNQEQrop82W7AZIFXC5ENUvicXWhBSpVF1KDIUez/ptIth4M4zha/0+DlSPsYcQgzaN6tSWtUoEA== dependencies: "@oclif/core" "^4" ansis "^3.16.0" @@ -1751,23 +1756,23 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-search@1.2.30": - version "1.2.30" - resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.30.tgz#aa3a8d59cdf82a4eec863ea0061519e4e0aa1f93" - integrity sha512-uigKTx98dyv1x8XH+xASqeDW0CrvhADMNip+xRYLyA8XVE7nXO/v3awwx2FECDOpcEbEPN0WMepjwsTTBgMEHg== +"@oclif/plugin-search@1.2.31": + version "1.2.31" + resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.31.tgz#a544291e58cd664087fe853cf9fb0b69d9ca0d8f" + integrity sha512-i4ZxfaeOQZ5bOvpmkITsYTclKKuY5G9cOYHS9a1YCa1fFQvqpF6xoyvEU5X+HLqiWisIjBnKrZnIPNtj4+natw== dependencies: "@oclif/core" "^4" ansi-escapes "^7.1.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.7.5": - version "4.7.5" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.5.tgz#14e29117951abb1a353a24722d53acb8c96833d2" - integrity sha512-eVA9Ge5KFmlE2IRLjPPTq25v+tk+7XaUyXYIEt2+26608X0QgxWLFJHqlxyeDSQsoymygEi/YAxNqu2cutdtMw== +"@oclif/plugin-update@4.7.7": + version "4.7.7" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.7.tgz#b85672a712809149e4b3e9211f070530d93d79fa" + integrity sha512-RoJAGFRHOf2GBHCT0o/3Vb6OTqaK3+lbI/ifuOH9z4XZl7nj65SOYQzZc4cNJEAFGn00iReBEwR0+wZ1N1uqLg== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4" - "@oclif/table" "^0.4.13" + "@oclif/table" "^0.4.14" ansis "^3.17.0" debug "^4.4.1" filesize "^6.1.0" @@ -1804,7 +1809,7 @@ "@oclif/core" "^4" ansis "^3.17.0" -"@oclif/table@^0.4.12", "@oclif/table@^0.4.13": +"@oclif/table@^0.4.12", "@oclif/table@^0.4.14": version "0.4.14" resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.14.tgz#9206243895ca22a1621e2fdaa3742b58a5940bfc" integrity sha512-qj7cl/duiIOgGK5b31W+Y2JE1POeDd4+q/0Qly63RQVBCwOxCdrCm7Nq1j0jXiYY9boUA7rJPT6KAyWOSFdQxA== @@ -2044,7 +2049,7 @@ nock "^13.5.6" yaml "^2.8.1" -"@salesforce/apex-node@^8.2.8", "@salesforce/apex-node@^8.3.2": +"@salesforce/apex-node@^8.2.8", "@salesforce/apex-node@^8.3.3": version "8.3.3" resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-8.3.3.tgz#9a1c49ef7f2e567e37e14b45cf61df075572366c" integrity sha512-s3gTHl8i2h7+7drK7YBvRwZkSLl54G5d/KaGAhJWZAK2WGcPtPdoIOyiMj7rg2NRjswFnC68D9Kt3yBCWyPKCw== @@ -2172,12 +2177,12 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.24.10": - version "1.24.10" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.10.tgz#b101c41587eeae547850bdbfe94795c7758553d6" - integrity sha512-dehO8/YsRclsvv/6DKUAfz9mELm8pOX0GGpjIYyVnR7bu6BX2jAs49mIiZe/FVvkq/AoKF+4RORcH9dRD+XyNQ== +"@salesforce/plugin-agent@1.24.12": + version "1.24.12" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.12.tgz#bfefae77e23e8088530af6d19fb8334da6761bf8" + integrity sha512-TSby+ixVvnnqoeceIjVfLXfvEFZt+yaHTJr6a6pHbVgP8YMkzZKCS3swEMArs+nqo4QqrEoKLklQMctk2YkpPw== dependencies: - "@inquirer/core" "^10.1.6" + "@inquirer/core" "^10.2.2" "@inquirer/prompts" "^7.8.4" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.20" @@ -2195,12 +2200,12 @@ react "^18.3.1" yaml "^2.8.1" -"@salesforce/plugin-apex@3.8.0": - version "3.8.0" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.8.0.tgz#1822149878095958a59d72ef2c90c76377888311" - integrity sha512-hzEkMZJXj3Lknaisc/FkvXkLD5vE8jff7Q2sqtzL0h6nLFoo+seuK+JpedfLFfsbPes7aETa+sZ6WJVOev9e7A== +"@salesforce/plugin-apex@3.8.1": + version "3.8.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.8.1.tgz#166334cfa23d568d29b23b4ce3ce8608e71b3761" + integrity sha512-zlfQ5UnmZWM56P9a53XS+NcJ6SubtR2IDEHYRDqKdbEvQOQEjuvyr0EV2M2iIqUj+Cg55BXD90aNpx3BYn2r3w== dependencies: - "@salesforce/apex-node" "^8.3.2" + "@salesforce/apex-node" "^8.3.3" "@salesforce/core" "^8.10.1" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12.2.1" @@ -2250,13 +2255,13 @@ debug "^4.4.0" handlebars "^4.7.8" -"@salesforce/plugin-data@4.0.56": - version "4.0.56" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.56.tgz#e7d261080180593bbf76a25732f848bf768536c4" - integrity sha512-5KwzD7Nap0dqz5dmYZGgaP2j2NzfmiJYyyOCwvcL44amTB2xi+e8trxQ9TSuStBE4SMXIUbFreUve/6RUUyi/Q== +"@salesforce/plugin-data@4.0.57": + version "4.0.57" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.57.tgz#e197b9df970b7b3c45f26613d69d8b4050197bc9" + integrity sha512-IcCfyqgvzB36OytRI4QR77JxfFTVBTiG9k5NS93nIxF9bTq71h39n4k1I0tNgM/ncAsNMBQ2u2DNgAtdAg2l/A== dependencies: "@jsforce/jsforce-node" "^3.10.7" - "@oclif/multi-stage-output" "^0.8.20" + "@oclif/multi-stage-output" "^0.8.22" "@salesforce/core" "^8.21.2" "@salesforce/kit" "^3.2.2" "@salesforce/sf-plugins-core" "^12.2.4" @@ -2287,10 +2292,10 @@ ansis "^3.17.0" terminal-link "^3.0.0" -"@salesforce/plugin-info@3.4.87", "@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.87": - version "3.4.87" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.87.tgz#f3432b6bf2a6ee64a320b0509702ccaf6fd753c6" - integrity sha512-5FA1dO4KDAB5aTjxW4XmPT/EEU+UYeA6+DMYIF+ou/YnMrvoZ/Ua1ah358/F8BFbgtpZaZPpf7uUIfo35cMivQ== +"@salesforce/plugin-info@3.4.88", "@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.87": + version "3.4.88" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.88.tgz#9e5c040eeff364bdda631eb470a45bc1043bba85" + integrity sha512-cBDPeVFFSS+tzuDBIAXPCydZTnDEzMwWOgF55fOGFda/QSJtr+ySeVpOhMgtZ9ylIgYMrAA6GpAvFVevJQTQeA== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.10.7" @@ -2324,17 +2329,17 @@ got "^13.0.0" proxy-agent "^6.4.0" -"@salesforce/plugin-org@5.9.28": - version "5.9.28" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.9.28.tgz#2da0da64881bcd8e452dbf7e5234094e8cd9ca80" - integrity sha512-qYi66Slw6nkBRP5sT8XNe3hCj0ZD5DspsXnGcSHtywndIOOeZBs5U8iQy6QJabhyanXAvvBdgHx8beacbF492Q== +"@salesforce/plugin-org@5.9.30": + version "5.9.30" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.9.30.tgz#b3d84697ba75e0c2cdb913de64626401ad1ffff2" + integrity sha512-jXy3hYaLy/1SQEKPJLAUh8ORZIYzsG+6k2YkU4dKydcEqvv0xHZO2zLtU7X6suEP1Bw/i8qO+K3EllT6zFcLIg== dependencies: "@oclif/core" "^4.5.2" - "@oclif/multi-stage-output" "^0.8.20" + "@oclif/multi-stage-output" "^0.8.22" "@salesforce/core" "^8.22.0" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.4" - "@salesforce/source-deploy-retrieve" "^12.22.11" + "@salesforce/source-deploy-retrieve" "^12.22.13" "@salesforce/ts-types" "^2.0.12" ansis "^3.16.0" change-case "^5.4.4" @@ -2382,10 +2387,10 @@ strip-ansi "^6" yarn-deduplicate "^6.0.2" -"@salesforce/plugin-schema@3.3.81": - version "3.3.81" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.81.tgz#aac17cf9389802b5b075c817a8b2bffcc591206b" - integrity sha512-UaYYnyPFL2Xlkz/1btq1D9oPZQlooi4nvEuGX7DYVK6xQ3cdcFU6CvJVo1Yi2uBI/ZyzuBXwYTkOQHQ9pz6u/Q== +"@salesforce/plugin-schema@3.3.82": + version "3.3.82" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.82.tgz#c8fc202fd39d0e16e31362c5146d09381e725bf4" + integrity sha512-91Z4j3z59kkGzSK5OUJeqyuB1JIN/t4Ya1pzMNkUTPjh6J3QBC90/qA4W0EHCgi9JVwPchaLC6TVH2Zz0RUvTg== dependencies: "@oclif/core" "^4" "@salesforce/core" "^8.23.1" @@ -2510,12 +2515,12 @@ string-width "^7.2.0" terminal-link "^3.0.0" -"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.1", "@salesforce/source-deploy-retrieve@^12.22.11", "@salesforce/source-deploy-retrieve@^12.22.2": - version "12.22.11" - resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.11.tgz#2416997e1fbc5b30de13fed09366d0173816ba6e" - integrity sha512-e8ewQnjHvhV08dW7VN4nw/k2C3AM7i6hVAQKo7KMp57lKC/Yzv+uS9vW3vcxfhXFT6FTWfCKQfeM7x38PijIJg== +"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.1", "@salesforce/source-deploy-retrieve@^12.22.13", "@salesforce/source-deploy-retrieve@^12.22.2": + version "12.22.13" + resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.13.tgz#0844d37976fae195b6335d1b36f1314e4cc01630" + integrity sha512-gZ6YBEm1hT6DtsvtJGS4gDObM1+sXID64SLeSUa1uXHyxdfnbg03Dqw3lDCbbCIm2cptRB5y7MMGLK1fxvn/CA== dependencies: - "@salesforce/core" "^8.19.1" + "@salesforce/core" "^8.23.1" "@salesforce/kit" "^3.2.3" "@salesforce/ts-types" "^2.0.12" "@salesforce/types" "^1.4.0"