agent adl file add

Add files to an existing Agentforce Data Library.

Description for agent adl file add 

Adds one or more files to an existing SFDRIVE data library and triggers SearchIndex re-hydration. This is the day-2 operation for adding files to an already-provisioned library.

Adds files to an existing READY library. Unlike sf agent adl upload, this does NOT create new downstream Data Cloud assets — it appends files to the existing SearchIndex and triggers re-indexing.

Constraints: at least 1 file required, no duplicate file names in a batch, maximum 1000 files per library.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑library‑id‑iType: Value
Required

Agentforce Data Library ID (18-char Salesforce ID with prefix 1JD).
‑‑path‑fType: Value
Required

Path to file(s) to add. Specify multiple times for batch upload.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Examples for agent adl file add 

Add a file to an existing library:

1sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/new-guide.pdf --target-org myOrg

Add multiple files:

1sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg