@@ -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```
297297USAGE
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
301301FLAGS
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
310310GLOBAL 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```
336336USAGE
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
340340FLAGS
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
352352GLOBAL 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```
384384USAGE
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
388388FLAGS
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
399399GLOBAL 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 -->
0 commit comments