Skip to content

Commit bfabcb7

Browse files
committed
chore(release): 1.7.0 [skip ci]
1 parent 9974112 commit bfabcb7

3 files changed

Lines changed: 22 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.7.0](https://github.com/salesforcecli/plugin-agent/compare/1.6.1...1.7.0) (2024-12-16)
2+
3+
### Features
4+
5+
- add TAP format ([aff7b5b](https://github.com/salesforcecli/plugin-agent/commit/aff7b5b77aa403a3f4d309304122ebae7f774408))
6+
17
## [1.6.1](https://github.com/salesforcecli/plugin-agent/compare/1.6.0...1.6.1) (2024-12-16)
28

39
### Bug Fixes

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ EXAMPLES
111111
$ sf agent create --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org
112112
```
113113

114-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/create.ts)_
114+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/create.ts)_
115115

116116
## `sf agent generate definition`
117117

@@ -136,7 +136,7 @@ EXAMPLES
136136
$ sf agent generate definition
137137
```
138138

139-
_See code: [src/commands/agent/generate/definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/generate/definition.ts)_
139+
_See code: [src/commands/agent/generate/definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/generate/definition.ts)_
140140

141141
## `sf agent generate spec`
142142

@@ -197,7 +197,7 @@ EXAMPLES
197197
$ sf agent generate spec --output-dir specs --target-org my-org
198198
```
199199

200-
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/generate/spec.ts)_
200+
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/generate/spec.ts)_
201201

202202
## `sf agent generate testset`
203203

@@ -220,7 +220,7 @@ EXAMPLES
220220
$ sf agent generate testset
221221
```
222222

223-
_See code: [src/commands/agent/generate/testset.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/generate/testset.ts)_
223+
_See code: [src/commands/agent/generate/testset.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/generate/testset.ts)_
224224

225225
## `sf agent preview`
226226

@@ -255,7 +255,7 @@ FLAG DESCRIPTIONS
255255
the API name of the agent? (TBD based on agents library)
256256
```
257257

258-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/preview.ts)_
258+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/preview.ts)_
259259

260260
## `sf agent test cancel`
261261

@@ -287,7 +287,7 @@ EXAMPLES
287287
$ sf agent test cancel --job-id AiEvalId
288288
```
289289

290-
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/test/cancel.ts)_
290+
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/test/cancel.ts)_
291291

292292
## `sf agent test results`
293293

@@ -296,7 +296,7 @@ Get the results of a test evaluation.
296296
```
297297
USAGE
298298
$ sf agent test results -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>] [--result-format
299-
json|human|junit] [-f <value>]
299+
json|human|junit|tap] [-f <value>]
300300
301301
FLAGS
302302
-f, --output-dir=<value> Directory to write the test results to.
@@ -305,7 +305,7 @@ FLAGS
305305
configuration variable is already set.
306306
--api-version=<value> Override the api version used for api requests made by this command
307307
--result-format=<option> [default: human] Format of the test run results.
308-
<options: json|human|junit>
308+
<options: json|human|junit|tap>
309309
310310
GLOBAL FLAGS
311311
--flags-dir=<value> Import flag values from a directory.
@@ -326,7 +326,7 @@ FLAG DESCRIPTIONS
326326
results will not be written.
327327
```
328328

329-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/test/results.ts)_
329+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/test/results.ts)_
330330

331331
## `sf agent test resume`
332332

@@ -335,7 +335,7 @@ Resume a running test for an Agent.
335335
```
336336
USAGE
337337
$ sf agent test resume -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-i <value>] [-r] [-w
338-
<value>] [--result-format json|human|junit] [-f <value>]
338+
<value>] [--result-format json|human|junit|tap] [-f <value>]
339339
340340
FLAGS
341341
-f, --output-dir=<value> Directory to write the test results to.
@@ -347,7 +347,7 @@ FLAGS
347347
results to the terminal window.
348348
--api-version=<value> Override the api version used for api requests made by this command
349349
--result-format=<option> [default: human] Format of the test run results.
350-
<options: json|human|junit>
350+
<options: json|human|junit|tap>
351351
352352
GLOBAL FLAGS
353353
--flags-dir=<value> Import flag values from a directory.
@@ -374,7 +374,7 @@ FLAG DESCRIPTIONS
374374
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
375375
```
376376

377-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/test/resume.ts)_
377+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/test/resume.ts)_
378378

379379
## `sf agent test run`
380380

@@ -383,7 +383,7 @@ Start a test for an Agent.
383383
```
384384
USAGE
385385
$ sf agent test run -o <value> -n <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value>]
386-
[--result-format json|human|junit] [-f <value>]
386+
[--result-format json|human|junit|tap] [-f <value>]
387387
388388
FLAGS
389389
-f, --output-dir=<value> Directory to write the test results to.
@@ -394,7 +394,7 @@ FLAGS
394394
terminal window.
395395
--api-version=<value> Override the api version used for api requests made by this command
396396
--result-format=<option> [default: human] Format of the test run results.
397-
<options: json|human|junit>
397+
<options: json|human|junit|tap>
398398
399399
GLOBAL FLAGS
400400
--flags-dir=<value> Import flag values from a directory.
@@ -425,6 +425,6 @@ FLAG DESCRIPTIONS
425425
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
426426
```
427427

428-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/test/run.ts)_
428+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/test/run.ts)_
429429

430430
<!-- 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.6.1",
4+
"version": "1.7.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)