From 4f9dd7cbc77b7569986323a1426fd4dde600520f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 9 Nov 2024 00:44:35 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ README.md | 34 +++++++++++++++++----------------- package.json | 2 +- 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b0ab8..a548450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.2.0](https://github.com/salesforcecli/plugin-agent/compare/1.1.3...1.2.0) (2024-11-09) + +### Bug Fixes + +- allow company website to be empty ([78b52cc](https://github.com/salesforcecli/plugin-agent/commit/78b52cc995fff978debd323cdd639b5453559bc9)) + +### Features + +- use inquirer for generating spec ([27d2ebd](https://github.com/salesforcecli/plugin-agent/commit/27d2ebdd9d87dcc25933ddbac7198b05cec17666)) + ## [1.1.3](https://github.com/salesforcecli/plugin-agent/compare/1.1.2...1.1.3) (2024-11-07) ### Bug Fixes diff --git a/README.md b/README.md index 1b0c2a0..f6f3707 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ sf plugins - [`sf agent create`](#sf-agent-create) -- [`sf agent create spec`](#sf-agent-create-spec) +- [`sf agent generate spec`](#sf-agent-generate-spec) - [`sf agent test cancel`](#sf-agent-test-cancel) - [`sf agent test run`](#sf-agent-test-run) @@ -101,32 +101,32 @@ FLAG DESCRIPTIONS spec` command. ``` -_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.1.3/src/commands/agent/create.ts)_ +_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.2.0/src/commands/agent/create.ts)_ -## `sf agent create spec` +## `sf agent generate spec` Create an Agent spec. ``` USAGE - $ sf agent create spec -o -n -t customer_facing|employee_facing --role --company-name - --company-description [--json] [--flags-dir ] [--api-version ] [--company-website ] [-d - ] + $ sf agent generate spec -o [--json] [--flags-dir ] [--api-version ] [-n ] [-t + customer_facing|employee_facing] [--role ] [--company-name ] [--company-description ] + [--company-website ] [-d ] FLAGS -d, --output-dir= [default: config] The location within the project where the agent spec will be written. - -n, --name= (required) The name of the agent to create. + -n, --name= The name of the agent to create. -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` configuration variable is already set. - -t, --type=