@@ -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.7.3-dev.4 /src/commands/agent/create.ts ) _
114+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/create.ts ) _
115115
116116## ` sf agent generate spec `
117117
@@ -172,7 +172,7 @@ EXAMPLES
172172 $ sf agent generate spec --output-dir specs --target-org my-org
173173```
174174
175- _ See code: [ src/commands/agent/generate/spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/generate/spec.ts ) _
175+ _ See code: [ src/commands/agent/generate/spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/generate/spec.ts ) _
176176
177177## ` sf agent generate test-cases `
178178
@@ -195,7 +195,7 @@ EXAMPLES
195195 $ sf agent generate test-cases
196196```
197197
198- _ See code: [ src/commands/agent/generate/test-cases.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/generate/test-cases.ts ) _
198+ _ See code: [ src/commands/agent/generate/test-cases.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/generate/test-cases.ts ) _
199199
200200## ` sf agent generate test-definition `
201201
@@ -220,7 +220,7 @@ EXAMPLES
220220 $ sf agent generate test-definition
221221```
222222
223- _ See code: [ src/commands/agent/generate/test-definition.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/generate/test-definition.ts ) _
223+ _ See code: [ src/commands/agent/generate/test-definition.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/generate/test-definition.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.7.3-dev.4 /src/commands/agent/preview.ts ) _
258+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/preview.ts ) _
259259
260260## ` sf agent test cancel `
261261
@@ -292,7 +292,7 @@ EXAMPLES
292292 $ sf agent test cancel --job-id 4KBfake0000003F4AQ --target-org my-org
293293```
294294
295- _ See code: [ src/commands/agent/test/cancel.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/test/cancel.ts ) _
295+ _ See code: [ src/commands/agent/test/cancel.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/test/cancel.ts ) _
296296
297297## ` sf agent test results `
298298
@@ -348,7 +348,7 @@ FLAG DESCRIPTIONS
348348 test results aren't written.
349349```
350350
351- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/test/results.ts ) _
351+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/test/results.ts ) _
352352
353353## ` sf agent test resume `
354354
@@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
411411 test results aren't written.
412412```
413413
414- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/test/resume.ts ) _
414+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/test/resume.ts ) _
415415
416416## ` sf agent test run `
417417
@@ -474,6 +474,6 @@ FLAG DESCRIPTIONS
474474 test results aren't written.
475475```
476476
477- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.4 /src/commands/agent/test/run.ts ) _
477+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5 /src/commands/agent/test/run.ts ) _
478478
479479<!-- commandsstop -->
0 commit comments