From 8555aeb933acf0a372d27831fbbda166286e24eb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 5 Jun 2026 03:20:07 +0000 Subject: [PATCH] chore(release): bump to 2.139.1 --- README.md | 97 ++++++++++++++++++++++++++++------------------------ package.json | 4 +-- yarn.lock | 18 +++++----- 3 files changed, 64 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index af8db477..d05a776b 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.139.0 linux-x64 node-v22.22.3 +@salesforce/cli/2.139.1 linux-x64 node-v22.22.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -294,7 +294,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.42.0/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/activate.ts)_ ## `sf agent adl create` @@ -352,7 +352,7 @@ EXAMPLES --source-type retriever --retriever-id 0ppXX0000000001 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.0/src/commands/agent/adl/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/adl/create.ts)_ ## `sf agent adl delete` @@ -383,7 +383,7 @@ EXAMPLES $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.0/src/commands/agent/adl/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/adl/delete.ts)_ ## `sf agent adl file add` @@ -391,10 +391,10 @@ Add files to an existing Agentforce Data Library. ``` USAGE - $ sf agent adl file add -o -i -f [--json] [--flags-dir ] [--api-version ] + $ sf agent adl file add -o -i -f ... [--json] [--flags-dir ] [--api-version ] FLAGS - -f, --file= (required) Path to the file to add to the library. + -f, --path=... (required) Path to file(s) to add. Specify multiple times for batch upload. -i, --library-id= (required) Agentforce Data Library ID (18-char Salesforce ID with prefix 1JD). -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` configuration variable is already set. @@ -415,10 +415,14 @@ DESCRIPTION EXAMPLES Add a file to an existing library: - $ sf agent adl file add --library-id 1JDSG000007IbWX4A0 --file ./docs/new-guide.pdf --target-org myOrg + $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/new-guide.pdf --target-org myOrg + + Add multiple files: + + $ 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/1.42.0/src/commands/agent/adl/file/add.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/adl/file/add.ts)_ ## `sf agent adl file delete` @@ -451,7 +455,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/1.42.0/src/commands/agent/adl/file/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/adl/file/delete.ts)_ ## `sf agent adl file list` @@ -486,7 +490,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/1.42.0/src/commands/agent/adl/file/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/adl/file/list.ts)_ ## `sf agent adl get` @@ -517,7 +521,7 @@ EXAMPLES $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.0/src/commands/agent/adl/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.1/src/commands/agent/adl/get.ts)_ ## `sf agent adl list` @@ -525,12 +529,15 @@ List Agentforce Data Libraries in an org. ``` USAGE - $ sf agent adl list -o [--json] [--flags-dir ] [--api-version ] + $ sf agent adl list -o [--json] [--flags-dir ] [--api-version ] [--source-type + sfdrive|knowledge|retriever] FLAGS - -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` - configuration variable is already set. - --api-version= Override the api version used for api requests made by this command + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. + --api-version= Override the api version used for api requests made by this command + --source-type=