From d1881162d408efb240119ef8cff81df856569d56 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 3 Jun 2026 03:21:41 +0000 Subject: [PATCH] chore(release): bump to 2.138.6 --- README.md | 509 ++++++++++++++++++++++++++++++++++++++++++++++----- package.json | 6 +- yarn.lock | 41 +++-- 3 files changed, 485 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index b49ed2f0..9a1cb26c 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.138.5 linux-x64 node-v22.22.3 +@salesforce/cli/2.138.6 linux-x64 node-v22.22.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -43,6 +43,16 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI. - [`sf agent activate`](#sf-agent-activate) +- [`sf agent adl create`](#sf-agent-adl-create) +- [`sf agent adl delete`](#sf-agent-adl-delete) +- [`sf agent adl file add`](#sf-agent-adl-file-add) +- [`sf agent adl file delete`](#sf-agent-adl-file-delete) +- [`sf agent adl file list`](#sf-agent-adl-file-list) +- [`sf agent adl get`](#sf-agent-adl-get) +- [`sf agent adl list`](#sf-agent-adl-list) +- [`sf agent adl status`](#sf-agent-adl-status) +- [`sf agent adl update`](#sf-agent-adl-update) +- [`sf agent adl upload`](#sf-agent-adl-upload) - [`sf agent create`](#sf-agent-create) - [`sf agent deactivate`](#sf-agent-deactivate) - [`sf agent generate agent-spec`](#sf-agent-generate-agent-spec) @@ -284,7 +294,389 @@ 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.5/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.42.0/src/commands/agent/activate.ts)_ + +## `sf agent adl create` + +Create an Agentforce Data Library. + +``` +USAGE + $ sf agent adl create -o -n --developer-name --source-type sfdrive|knowledge|retriever + [--json] [--flags-dir ] [--api-version ] [--description ] [--index-mode basic|enhanced] + [--retriever-id ] [--primary-index-field1 ] [--primary-index-field2 ] + +FLAGS + -n, --name= (required) Display name for the data library (max 80 characters). + -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 + --description= Description of the data library (max 255 characters). + --developer-name= (required) API name for the data library (max 80 characters, alphanumeric and + underscores only, must start with a letter). + --index-mode=