Skip to content

Commit 436f02d

Browse files
committed
chore(release): 1.9.2-beta.0 [skip ci]
1 parent ca2389f commit 436f02d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

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

116-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/create.ts)_
116+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/create.ts)_
117117

118118
## `sf agent create-v2`
119119

@@ -164,7 +164,7 @@ EXAMPLES
164164
$ sf agent create-v2 --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org
165165
```
166166

167-
_See code: [src/commands/agent/create-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/create-v2.ts)_
167+
_See code: [src/commands/agent/create-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/create-v2.ts)_
168168

169169
## `sf agent generate spec`
170170

@@ -225,7 +225,7 @@ EXAMPLES
225225
$ sf agent generate spec --output-dir specs --target-org my-org
226226
```
227227

228-
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/generate/spec.ts)_
228+
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/generate/spec.ts)_
229229

230230
## `sf agent generate spec-v2`
231231

@@ -289,7 +289,7 @@ EXAMPLES
289289
$ sf agent generate spec-v2 --output-dir specs --target-org my-org
290290
```
291291

292-
_See code: [src/commands/agent/generate/spec-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/generate/spec-v2.ts)_
292+
_See code: [src/commands/agent/generate/spec-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/generate/spec-v2.ts)_
293293

294294
## `sf agent generate test-cases`
295295

@@ -312,7 +312,7 @@ EXAMPLES
312312
$ sf agent generate test-cases
313313
```
314314

315-
_See code: [src/commands/agent/generate/test-cases.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/generate/test-cases.ts)_
315+
_See code: [src/commands/agent/generate/test-cases.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/generate/test-cases.ts)_
316316

317317
## `sf agent generate test-definition`
318318

@@ -337,7 +337,7 @@ EXAMPLES
337337
$ sf agent generate test-definition
338338
```
339339

340-
_See code: [src/commands/agent/generate/test-definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/generate/test-definition.ts)_
340+
_See code: [src/commands/agent/generate/test-definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/generate/test-definition.ts)_
341341

342342
## `sf agent preview`
343343

@@ -372,7 +372,7 @@ FLAG DESCRIPTIONS
372372
the API name of the agent? (TBD based on agents library)
373373
```
374374

375-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/preview.ts)_
375+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/preview.ts)_
376376

377377
## `sf agent test cancel`
378378

@@ -409,7 +409,7 @@ EXAMPLES
409409
$ sf agent test cancel --job-id 4KBfake0000003F4AQ --target-org my-org
410410
```
411411

412-
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/test/cancel.ts)_
412+
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/test/cancel.ts)_
413413

414414
## `sf agent test results`
415415

@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
465465
test results aren't written.
466466
```
467467

468-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/test/results.ts)_
468+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/test/results.ts)_
469469

470470
## `sf agent test resume`
471471

@@ -528,7 +528,7 @@ FLAG DESCRIPTIONS
528528
test results aren't written.
529529
```
530530

531-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/test/resume.ts)_
531+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/test/resume.ts)_
532532

533533
## `sf agent test run`
534534

@@ -591,6 +591,6 @@ FLAG DESCRIPTIONS
591591
test results aren't written.
592592
```
593593

594-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.1/src/commands/agent/test/run.ts)_
594+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2-beta.0/src/commands/agent/test/run.ts)_
595595

596596
<!-- 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.9.1",
4+
"version": "1.9.2-beta.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)