Skip to content

Commit

Permalink
chore(release): 2.1.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jan 16, 2024
1 parent 6a674ee commit e659c47
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.6](https://github.com/salesforcecli/plugin-dev/compare/2.1.5...2.1.6) (2024-01-16)

### Bug Fixes

- **deps:** use new inquirer ([#456](https://github.com/salesforcecli/plugin-dev/issues/456)) ([6a674ee](https://github.com/salesforcecli/plugin-dev/commit/6a674ee0a654c02d8c866496f9e718696a75370e))

## [2.1.5](https://github.com/salesforcecli/plugin-dev/compare/2.1.4...2.1.5) (2024-01-13)

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FLAG DESCRIPTIONS
The default is the "src" directory in the current working directory.
```

_See code: [src/commands/dev/audit/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/audit/messages.ts)_
_See code: [src/commands/dev/audit/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/audit/messages.ts)_

## `sf dev convert messages`

Expand Down Expand Up @@ -190,7 +190,7 @@ EXAMPLES
$ sf dev convert messages --project-dir ./path/to/plugin --filename my-command.json
```

_See code: [src/commands/dev/convert/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/convert/messages.ts)_
_See code: [src/commands/dev/convert/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/convert/messages.ts)_

## `sf dev convert script`

Expand Down Expand Up @@ -233,7 +233,7 @@ EXAMPLES
$ sf dev convert script --script ./myScript.yml
```

_See code: [src/commands/dev/convert/script.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/convert/script.ts)_
_See code: [src/commands/dev/convert/script.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/convert/script.ts)_

## `sf dev generate command`

Expand Down Expand Up @@ -270,7 +270,7 @@ EXAMPLES
$ sf dev generate command --name my:exciting:command
```

_See code: [src/commands/dev/generate/command.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/generate/command.ts)_
_See code: [src/commands/dev/generate/command.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/generate/command.ts)_

## `sf dev generate flag`

Expand All @@ -295,7 +295,7 @@ DESCRIPTION
doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the
command is updated with the code for the new flag.
Use the --dry-run flag to review new code for the command file without actually udpating it.
Use the --dry-run flag to review new code for the command file without actually updating it.
EXAMPLES
Generate a new flag and update the command file:
Expand All @@ -307,7 +307,7 @@ EXAMPLES
$ sf dev generate flag --dry-run
```

_See code: [src/commands/dev/generate/flag.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/generate/flag.ts)_
_See code: [src/commands/dev/generate/flag.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/generate/flag.ts)_

## `sf dev generate library`

Expand All @@ -331,7 +331,7 @@ EXAMPLES
$ sf dev generate library
```

_See code: [src/commands/dev/generate/library.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/generate/library.ts)_
_See code: [src/commands/dev/generate/library.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/generate/library.ts)_

## `sf dev generate plugin`

Expand Down Expand Up @@ -359,6 +359,6 @@ EXAMPLES
$ sf dev generate plugin
```

_See code: [src/commands/dev/generate/plugin.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.4/src/commands/dev/generate/plugin.ts)_
_See code: [src/commands/dev/generate/plugin.ts](https://github.com/salesforcecli/plugin-dev/blob/2.1.6/src/commands/dev/generate/plugin.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-dev",
"description": "commands for sf plugin development",
"version": "2.1.5",
"version": "2.1.6",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit e659c47

Please sign in to comment.