diff --git a/README.md b/README.md index 44f3d7eb..42ef19ca 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.148.2 linux-x64 node-v24.18.0 +@salesforce/cli/2.148.3 linux-x64 node-v24.18.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -302,7 +302,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/2.0.0/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/activate.ts)_ ## `sf agent adl create` @@ -374,7 +374,7 @@ EXAMPLES --source-type retriever --retriever-id 0ppXX0000000001 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/create.ts)_ ## `sf agent adl delete` @@ -405,7 +405,7 @@ EXAMPLES $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/delete.ts)_ ## `sf agent adl file add` @@ -447,7 +447,7 @@ EXAMPLES $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/add.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/add.ts)_ ## `sf agent adl file delete` @@ -480,7 +480,7 @@ EXAMPLES $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/delete.ts)_ ## `sf agent adl file list` @@ -520,7 +520,7 @@ EXAMPLES $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/list.ts)_ ## `sf agent adl get` @@ -551,7 +551,7 @@ EXAMPLES $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/get.ts)_ ## `sf agent adl list` @@ -588,7 +588,7 @@ EXAMPLES $ sf agent adl list --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/list.ts)_ ## `sf agent adl status` @@ -623,7 +623,7 @@ EXAMPLES $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/status.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/status.ts)_ ## `sf agent adl update` @@ -678,7 +678,7 @@ EXAMPLES $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/update.ts)_ ## `sf agent adl upload` @@ -725,7 +725,7 @@ EXAMPLES $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/upload.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/upload.ts)_ ## `sf agent create` @@ -792,7 +792,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/2.0.0/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -841,7 +841,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/2.0.0/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -948,7 +948,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/2.0.0/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -1025,7 +1025,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -1087,7 +1087,7 @@ EXAMPLES my-package --source-org my-scratch-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS metadata. 'testing-center' uses AiEvaluationDefinition metadata. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/test-spec.ts)_ ## `sf agent mcp asset list` @@ -1212,7 +1212,7 @@ EXAMPLES $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/asset/list.ts)_ ## `sf agent mcp asset replace` @@ -1261,7 +1261,7 @@ EXAMPLES cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/replace.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/asset/replace.ts)_ ## `sf agent mcp create` @@ -1309,7 +1309,7 @@ EXAMPLES cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/create.ts)_ ## `sf agent mcp delete` @@ -1347,7 +1347,7 @@ EXAMPLES $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/delete.ts)_ ## `sf agent mcp fetch` @@ -1384,7 +1384,7 @@ EXAMPLES $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/fetch.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/fetch.ts)_ ## `sf agent mcp get` @@ -1420,7 +1420,7 @@ EXAMPLES $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/get.ts)_ ## `sf agent mcp list` @@ -1462,7 +1462,7 @@ EXAMPLES $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/list.ts)_ ## `sf agent mcp update` @@ -1513,7 +1513,7 @@ EXAMPLES cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/update.ts)_ ## `sf agent preview` @@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS will see null. (3) Type defaults to Text. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -1692,7 +1692,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/2.0.0/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -1759,7 +1759,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/2.0.0/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -1795,7 +1795,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/2.0.0/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -1893,7 +1893,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/2.0.0/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -1957,7 +1957,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/2.0.0/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -2038,7 +2038,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/2.0.0/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -2080,7 +2080,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/2.0.0/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -2164,7 +2164,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/2.0.0/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -2257,7 +2257,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/2.0.0/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -2350,7 +2350,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/2.0.0/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/run.ts)_ ## `sf agent test run-eval` @@ -2435,7 +2435,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/2.0.0/src/commands/agent/test/run-eval.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/run-eval.ts)_ ## `sf agent trace delete` @@ -2502,7 +2502,7 @@ ERROR CODES Succeeded (0) Traces deleted successfully (or no traces matched). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/delete.ts)_ ## `sf agent trace list` @@ -2575,7 +2575,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/2.0.0/src/commands/agent/trace/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/list.ts)_ ## `sf agent trace read` @@ -2663,7 +2663,7 @@ EXAMPLES $ sf agent trace read --session-id --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/read.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/read.ts)_ ## `sf agent validate authoring-bundle` @@ -2720,7 +2720,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/2.0.0/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -6286,7 +6286,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/list/auth.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/list/auth.ts)_ ## `sf org list limits` @@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/access-token.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/access-token.ts)_ ## `sf org login jwt` @@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/jwt.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -6750,7 +6750,7 @@ EXAMPLES $ echo url | sf org login sfdx-url --sfdx-url-stdin ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/sfdx-url.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -6855,7 +6855,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/web.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -6921,7 +6921,7 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/logout.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/logout.ts)_ ## `sf org open` @@ -11392,7 +11392,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -11454,7 +11454,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/57.0.5/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -11524,7 +11524,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/57.0.5/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -11578,7 +11578,7 @@ FLAG DESCRIPTIONS project, defaults to the current directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/digital-experience/site.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/digital-experience/site.ts)_ ## `sf template generate flexipage` @@ -11660,7 +11660,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/57.0.5/src/commands/template/generate/flexipage/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/flexipage/index.ts)_ ## `sf template generate lightning app` @@ -11718,7 +11718,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/57.0.5/src/commands/template/generate/lightning/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/app.ts)_ ## `sf template generate lightning component` @@ -11795,7 +11795,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/57.0.5/src/commands/template/generate/lightning/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/component.ts)_ ## `sf template generate lightning event` @@ -11853,7 +11853,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/57.0.5/src/commands/template/generate/lightning/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/event.ts)_ ## `sf template generate lightning interface` @@ -11911,7 +11911,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/57.0.5/src/commands/template/generate/lightning/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/interface.ts)_ ## `sf template generate lightning test` @@ -11969,7 +11969,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/57.0.5/src/commands/template/generate/lightning/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/test.ts)_ ## `sf template generate project` @@ -12101,7 +12101,7 @@ FLAG DESCRIPTIONS server-side type stripping. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/project/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/project/index.ts)_ ## `sf template generate static-resource` @@ -12164,7 +12164,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/static-resource/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/static-resource/index.ts)_ ## `sf template generate ui-bundle` @@ -12253,7 +12253,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/57.0.5/src/commands/template/generate/ui-bundle/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/ui-bundle/index.ts)_ ## `sf template generate visualforce component` @@ -12310,7 +12310,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/57.0.5/src/commands/template/generate/visualforce/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/component.ts)_ ## `sf template generate visualforce page` @@ -12361,7 +12361,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/57.0.5/src/commands/template/generate/visualforce/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/page.ts)_ ## `sf update [CHANNEL]` diff --git a/package.json b/package.json index e086f3e6..7661127a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.148.2", + "version": "2.148.3", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -159,10 +159,10 @@ "@oclif/plugin-which": "3.2.61", "@salesforce/core": "^9.0.0", "@salesforce/kit": "^4.0.0", - "@salesforce/plugin-agent": "2.0.0", + "@salesforce/plugin-agent": "2.0.1", "@salesforce/plugin-apex": "4.1.0", "@salesforce/plugin-api": "2.0.8", - "@salesforce/plugin-auth": "5.0.3", + "@salesforce/plugin-auth": "5.0.4", "@salesforce/plugin-data": "5.1.2", "@salesforce/plugin-deploy-retrieve": "4.0.2", "@salesforce/plugin-info": "4.0.5", @@ -174,7 +174,7 @@ "@salesforce/plugin-settings": "3.0.5", "@salesforce/plugin-sobject": "2.0.5", "@salesforce/plugin-telemetry": "4.0.3", - "@salesforce/plugin-templates": "57.0.5", + "@salesforce/plugin-templates": "57.0.6", "@salesforce/plugin-trust": "4.0.7", "@salesforce/plugin-user": "5.0.0", "@salesforce/sf-plugins-core": "13.0.0", diff --git a/yarn.lock b/yarn.lock index 1d5146df..e3247cb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1766,10 +1766,10 @@ resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== -"@salesforce/agents@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-2.0.0.tgz#e3cc03704899991f2078296c3500d667b654c178" - integrity sha512-Ry/+X8WG5+kRdGLpJdtxTSqZysXWRLBkZ+KlzHv+G+ZneEbnLac8blkMKUh0yefsxa/drPXFcvvbsI8kjTwoRw== +"@salesforce/agents@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-2.0.1.tgz#032c97245e2295a7fb035c73e3a967d66795c55d" + integrity sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w== dependencies: "@salesforce/core" "^9.0.0" "@salesforce/kit" "^4.0.0" @@ -1834,10 +1834,10 @@ ts-retry-promise "^0.8.1" zod "^4.1.12" -"@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0": - version "9.1.0" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.0.tgz#ee879198cb88c9c61bd5234464ca13c6818b6ea3" - integrity sha512-ID9g4YH0yZBeWI0eKJv2IJRRN6ZuNjwpIOjEZm9a79Gzxa3IITsV4PCvD8q7JA3PKqiln57p8yJE458Kn5KW1g== +"@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2": + version "9.1.2" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.2.tgz#c31777c0e74407085557ef8ca15d795d10451a2e" + integrity sha512-ezAsmwfmUYSinGtJjqRfgioKXQsVdC0bc+KSJgMSLihysG6osjhkvbGtFqHwhoFs2kLu4evJRDERthsmfEW7nA== dependencies: "@jsforce/jsforce-node" "^3.10.17" "@salesforce/kit" "^4.0.0" @@ -1938,16 +1938,16 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.0.tgz#f29d59e5fe8c61575e95a95bd4e6a77932cb6e74" - integrity sha512-I2QAcueG9QlVa99pfxfhivMlMJpQKC5yoyVr4f+s9XxNzpNzvOiPiVgOxF4JyKh44PFBgsidtcZ4FOwC2CcmuA== +"@salesforce/plugin-agent@2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz#a982a1094ef08da28a4bc1cd2892f2c608a47c43" + integrity sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.36" - "@salesforce/agents" "^2.0.0" + "@salesforce/agents" "^2.0.1" "@salesforce/core" "^9.0.0" "@salesforce/kit" "^4.0.0" "@salesforce/sf-plugins-core" "^13.0.0" @@ -1988,15 +1988,15 @@ got "^13.0.0" proxy-agent "^6.5.0" -"@salesforce/plugin-auth@5.0.3": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-5.0.3.tgz#b50ec7253edff619a426ef9c9cdb771387c6e302" - integrity sha512-b5TJkTt9Ii+t8ikhPiWQLoTxpaQdIQES7TRn0+bgGwLa+5tae0DpAqF93jK4ICt4ojyRK//Bhc9LqQePzPzjNQ== +"@salesforce/plugin-auth@5.0.4": + version "5.0.4" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-5.0.4.tgz#188eb78ca16739345a6b6358d6d59d9db32b90b9" + integrity sha512-KGy7UInfGsE9XELmcNG8hkaDoYiZNFoxsj7N9RdVnJrhfR+0btMAenvp4Ey9V/LvORXuHn3FeI3fnedYWtTtlA== dependencies: "@inquirer/checkbox" "^2.5.0" "@inquirer/select" "^2.5.0" "@oclif/core" "^4" - "@salesforce/core" "^9.0.0" + "@salesforce/core" "^9.1.2" "@salesforce/kit" "^4.0.0" "@salesforce/plugin-info" "^4.0.0" "@salesforce/sf-plugins-core" "^13.0.0" @@ -2202,14 +2202,14 @@ "@salesforce/ts-types" "^3.0.0" debug "^4.4.3" -"@salesforce/plugin-templates@57.0.5": - version "57.0.5" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-57.0.5.tgz#f1783180337f4c4298d6e44223f069540992b82a" - integrity sha512-cWfvYa9hAYKgZIkY1TCGUR7BuVw23p4bq2UeBYa0TogWWmxuQVJuqfqlrHnwSvJGIHT8Nu6mZUP+FnWvXbTGzQ== +"@salesforce/plugin-templates@57.0.6": + version "57.0.6" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz#8db0d96b730c34452126307434ba61cd027aa63c" + integrity sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w== dependencies: "@salesforce/core" "^9.1.0" "@salesforce/sf-plugins-core" "^13.0.0" - "@salesforce/templates" "^66.13.5" + "@salesforce/templates" "^66.13.6" "@salesforce/plugin-trust@4.0.7", "@salesforce/plugin-trust@^4.0.1": version "4.0.7" @@ -2328,10 +2328,10 @@ o11y_schema "^260.65.0" proxy-agent "^6.5.0" -"@salesforce/templates@^66.13.5": - version "66.13.5" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.13.5.tgz#eaefe473c4c5d13e64ce46aca859b15283628707" - integrity sha512-KooKEUjAYhzX6F9kWyV6eB81Nw9UaIYV0rYHitgdqSJ1JZN/vnqCuryuEM47Hss8d3xuE7cF2IFTrF9YLVS+DA== +"@salesforce/templates@^66.13.6": + version "66.13.6" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.13.6.tgz#7674c0ac10cc588f1ef65e1fbbfb46187e0707f3" + integrity sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA== dependencies: "@salesforce/kit" "^3.2.6" ejs "^3.1.10"