Skip to content

Commit 5016ad2

Browse files
committed
chore(release): 1.1.0 [skip ci]
1 parent bd464a0 commit 5016ad2

3 files changed

Lines changed: 61 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.1.0](https://github.com/salesforcecli/plugin-agent/compare/1.0.2...1.1.0) (2024-10-29)
2+
3+
### Bug Fixes
4+
5+
- aagent run test tests ([cf5c6ae](https://github.com/salesforcecli/plugin-agent/commit/cf5c6aef508dc94f78f187e18d32542aa925aedd))
6+
- unit test ([f4f024d](https://github.com/salesforcecli/plugin-agent/commit/f4f024d95fd264c49ec06a59ba1f8dc56d68034f))
7+
- unit test ([96c3fde](https://github.com/salesforcecli/plugin-agent/commit/96c3fde5380bfdc8cf52578ad36cbcf8f3781c83))
8+
- update command schema ([4eaee5f](https://github.com/salesforcecli/plugin-agent/commit/4eaee5f1d21b991e285e1101bef28b0511c21b5c))
9+
- update message files ([b14a678](https://github.com/salesforcecli/plugin-agent/commit/b14a678de79075d635be6bafb518f7cd6b9e4abf))
10+
- update readme ([bd464a0](https://github.com/salesforcecli/plugin-agent/commit/bd464a08dee116c81f2e881d74545726ee7dad02))
11+
- update schemas ([1e4661e](https://github.com/salesforcecli/plugin-agent/commit/1e4661e8572deae13fb7007288b5cf7e9778d95b))
12+
13+
### Features
14+
15+
- add command stub for agent run test ([934ee67](https://github.com/salesforcecli/plugin-agent/commit/934ee673d393522b356396a4ec4715357f427542))
16+
117
## [1.0.2](https://github.com/salesforcecli/plugin-agent/compare/1.0.1...1.0.2) (2024-10-24)
218

319
### Bug Fixes

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,48 @@ sf plugins
6161

6262
<!-- commands -->
6363

64+
- [`sf agent run test`](#sf-agent-run-test)
65+
66+
## `sf agent run test`
67+
68+
Start a test for an Agent.
69+
70+
```
71+
USAGE
72+
$ sf agent run test -o <value> -i <value> [--json] [--flags-dir <value>] [-w <value>] [-d <value>]
73+
74+
FLAGS
75+
-d, --output-dir=<value> Directory in which to store test run files.
76+
-i, --id=<value> (required) The AiEvalDefinitionVersion ID.
77+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
78+
configuration variable is already set.
79+
-w, --wait=<value> Number of minutes to wait for the command to complete and display results to the terminal
80+
window.
81+
82+
GLOBAL FLAGS
83+
--flags-dir=<value> Import flag values from a directory.
84+
--json Format output as json.
85+
86+
DESCRIPTION
87+
Start a test for an Agent.
88+
89+
Start a test for an Agent, providing the AiEvalDefinitionVersion ID. Returns the job ID.
90+
91+
EXAMPLES
92+
Start a test for an Agent:
93+
94+
$ sf agent run test --id AiEvalDefVerId
95+
96+
FLAG DESCRIPTIONS
97+
-i, --id=<value> The AiEvalDefinitionVersion ID.
98+
99+
The AiEvalDefinitionVersion ID.
100+
101+
-w, --wait=<value> Number of minutes to wait for the command to complete and display results to the terminal window.
102+
103+
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
104+
```
105+
106+
_See code: [src/commands/agent/run/test.ts](https://github.com/salesforcecli/plugin-agent/blob/1.1.0/src/commands/agent/run/test.ts)_
107+
64108
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-agent",
33
"description": "Commands to interact with Salesforce agents",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)