Skip to content

Commit f343fef

Browse files
committed
chore(release): 1.24.14-demo.2 [skip ci]
1 parent 41a8e40 commit f343fef

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ EXAMPLES
112112
$ sf agent activate --api-name Resort_Manager --target-org my-org
113113
```
114114

115-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/activate.ts)_
115+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/activate.ts)_
116116

117117
## `sf agent create`
118118

@@ -174,7 +174,7 @@ EXAMPLES
174174
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
175175
```
176176

177-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/create.ts)_
177+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/create.ts)_
178178

179179
## `sf agent deactivate`
180180

@@ -214,7 +214,7 @@ EXAMPLES
214214
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
215215
```
216216

217-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/deactivate.ts)_
217+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/deactivate.ts)_
218218

219219
## `sf agent generate agent-spec`
220220

@@ -319,7 +319,7 @@ EXAMPLES
319319
$ sf agent generate agent-spec --tone formal --agent-user [email protected]
320320
```
321321

322-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/generate/agent-spec.ts)_
322+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/generate/agent-spec.ts)_
323323

324324
## `sf agent generate authoring-bundle`
325325

@@ -358,7 +358,7 @@ EXAMPLES
358358
path/to/output
359359
```
360360

361-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/generate/authoring-bundle.ts)_
361+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/generate/authoring-bundle.ts)_
362362

363363
## `sf agent generate template`
364364

@@ -406,7 +406,7 @@ EXAMPLES
406406
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
407407
```
408408

409-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/generate/template.ts)_
409+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/generate/template.ts)_
410410

411411
## `sf agent generate test-spec`
412412

@@ -467,7 +467,7 @@ EXAMPLES
467467
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
468468
```
469469

470-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/generate/test-spec.ts)_
470+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/generate/test-spec.ts)_
471471

472472
## `sf agent preview`
473473

@@ -533,7 +533,7 @@ EXAMPLES
533533
transcripts/my-preview
534534
```
535535

536-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/preview.ts)_
536+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/preview.ts)_
537537

538538
## `sf agent publish authoring-bundle`
539539

@@ -565,7 +565,7 @@ EXAMPLES
565565
566566
```
567567

568-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/publish/authoring-bundle.ts)_
568+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/publish/authoring-bundle.ts)_
569569

570570
## `sf agent test create`
571571

@@ -620,7 +620,7 @@ EXAMPLES
620620
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
621621
```
622622

623-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/test/create.ts)_
623+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/test/create.ts)_
624624

625625
## `sf agent test list`
626626

@@ -655,7 +655,7 @@ EXAMPLES
655655
$ sf agent test list --target-org my-org
656656
```
657657

658-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/test/list.ts)_
658+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/test/list.ts)_
659659

660660
## `sf agent test results`
661661

@@ -721,7 +721,7 @@ FLAG DESCRIPTIONS
721721
expression when using custom evaluations.
722722
```
723723

724-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/test/results.ts)_
724+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/test/results.ts)_
725725

726726
## `sf agent test resume`
727727

@@ -794,7 +794,7 @@ FLAG DESCRIPTIONS
794794
expression when using custom evaluations.
795795
```
796796

797-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/test/resume.ts)_
797+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/test/resume.ts)_
798798

799799
## `sf agent test run`
800800

@@ -868,7 +868,7 @@ FLAG DESCRIPTIONS
868868
expression when using custom evaluations.
869869
```
870870

871-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/test/run.ts)_
871+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/test/run.ts)_
872872

873873
## `sf agent validate authoring-bundle`
874874

@@ -899,6 +899,6 @@ EXAMPLES
899899
$ sf agent validate authoring-bundle --api-name path/to/bundle
900900
```
901901

902-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.1/src/commands/agent/validate/authoring-bundle.ts)_
902+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.2/src/commands/agent/validate/authoring-bundle.ts)_
903903

904904
<!-- 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.24.14-demo.1",
4+
"version": "1.24.14-demo.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)