Skip to content

Commit 48b14a9

Browse files
committed
chore(release): 1.7.3-dev.5 [skip ci]
1 parent 8b271a4 commit 48b14a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 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.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 -->

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.7.3-dev.4",
4+
"version": "1.7.3-dev.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)