Skip to content

Commit 2392abd

Browse files
committed
chore(release): 2.3.0 [skip ci]
1 parent 0c600cf commit 2392abd

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [2.3.0](https://github.com/salesforcecli/plugin-settings/compare/2.2.7...2.3.0) (2024-06-04)
2+
3+
### Features
4+
5+
- warning about alias with spaces ([5b0938b](https://github.com/salesforcecli/plugin-settings/commit/5b0938b8901e919d363e6a0843a2c635cb5bbd9f))
6+
17
## [2.2.7](https://github.com/salesforcecli/plugin-settings/compare/2.2.6...2.2.7) (2024-05-26)
28

39
### Bug Fixes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EXAMPLES
108108
$ sf alias list
109109
```
110110

111-
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/list.ts)_
111+
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/list.ts)_
112112

113113
## `sf alias set`
114114

@@ -126,7 +126,7 @@ DESCRIPTION
126126
Set one or more aliases on your local computer.
127127
128128
Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a
129-
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
129+
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
130130
can use an alias.
131131
132132
You can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the
@@ -157,7 +157,7 @@ EXAMPLES
157157
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
158158
```
159159

160-
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/set.ts)_
160+
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/set.ts)_
161161

162162
## `sf alias unset`
163163

@@ -197,7 +197,7 @@ EXAMPLES
197197
$ sf alias unset --all [--no-prompt]
198198
```
199199

200-
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/unset.ts)_
200+
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/unset.ts)_
201201

202202
## `sf config get`
203203

@@ -235,7 +235,7 @@ EXAMPLES
235235
$ sf config get target-org api-version --verbose
236236
```
237237

238-
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/get.ts)_
238+
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/get.ts)_
239239

240240
## `sf config list`
241241

@@ -275,7 +275,7 @@ EXAMPLES
275275
$ sf config list
276276
```
277277

278-
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/list.ts)_
278+
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/list.ts)_
279279

280280
## `sf config set`
281281

@@ -333,7 +333,7 @@ EXAMPLES
333333
$ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
334334
```
335335

336-
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/set.ts)_
336+
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/set.ts)_
337337

338338
## `sf config unset`
339339

@@ -372,6 +372,6 @@ EXAMPLES
372372
$ sf config unset target-org api-version --global
373373
```
374374

375-
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/unset.ts)_
375+
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/unset.ts)_
376376

377377
<!-- 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-settings",
33
"description": "configure the Salesforce CLI",
4-
"version": "2.2.7",
4+
"version": "2.3.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)