Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 29, 2024
1 parent bd464a0 commit 5016ad2
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/salesforcecli/plugin-agent/compare/1.0.2...1.1.0) (2024-10-29)

### Bug Fixes

- aagent run test tests ([cf5c6ae](https://github.com/salesforcecli/plugin-agent/commit/cf5c6aef508dc94f78f187e18d32542aa925aedd))
- unit test ([f4f024d](https://github.com/salesforcecli/plugin-agent/commit/f4f024d95fd264c49ec06a59ba1f8dc56d68034f))
- unit test ([96c3fde](https://github.com/salesforcecli/plugin-agent/commit/96c3fde5380bfdc8cf52578ad36cbcf8f3781c83))
- update command schema ([4eaee5f](https://github.com/salesforcecli/plugin-agent/commit/4eaee5f1d21b991e285e1101bef28b0511c21b5c))
- update message files ([b14a678](https://github.com/salesforcecli/plugin-agent/commit/b14a678de79075d635be6bafb518f7cd6b9e4abf))
- update readme ([bd464a0](https://github.com/salesforcecli/plugin-agent/commit/bd464a08dee116c81f2e881d74545726ee7dad02))
- update schemas ([1e4661e](https://github.com/salesforcecli/plugin-agent/commit/1e4661e8572deae13fb7007288b5cf7e9778d95b))

### Features

- add command stub for agent run test ([934ee67](https://github.com/salesforcecli/plugin-agent/commit/934ee673d393522b356396a4ec4715357f427542))

## [1.0.2](https://github.com/salesforcecli/plugin-agent/compare/1.0.1...1.0.2) (2024-10-24)

### Bug Fixes
Expand Down
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,48 @@ sf plugins

<!-- commands -->

- [`sf agent run test`](#sf-agent-run-test)

## `sf agent run test`

Start a test for an Agent.

```
USAGE
$ sf agent run test -o <value> -i <value> [--json] [--flags-dir <value>] [-w <value>] [-d <value>]
FLAGS
-d, --output-dir=<value> Directory in which to store test run files.
-i, --id=<value> (required) The AiEvalDefinitionVersion ID.
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
configuration variable is already set.
-w, --wait=<value> Number of minutes to wait for the command to complete and display results to the terminal
window.
GLOBAL FLAGS
--flags-dir=<value> Import flag values from a directory.
--json Format output as json.
DESCRIPTION
Start a test for an Agent.
Start a test for an Agent, providing the AiEvalDefinitionVersion ID. Returns the job ID.
EXAMPLES
Start a test for an Agent:
$ sf agent run test --id AiEvalDefVerId
FLAG DESCRIPTIONS
-i, --id=<value> The AiEvalDefinitionVersion ID.
The AiEvalDefinitionVersion ID.
-w, --wait=<value> Number of minutes to wait for the command to complete and display results to the terminal window.
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
```

_See code: [src/commands/agent/run/test.ts](https://github.com/salesforcecli/plugin-agent/blob/1.1.0/src/commands/agent/run/test.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-agent",
"description": "Commands to interact with Salesforce agents",
"version": "1.0.2",
"version": "1.1.0",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 5016ad2

Please sign in to comment.