Skip to content

Commit 87f74e0

Browse files
committed
chore(release): 2.6.16 [skip ci]
1 parent 65ef293 commit 87f74e0

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.6.16](https://github.com/salesforcecli/plugin-signups/compare/2.6.15...2.6.16) (2025-03-02)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.8.2 to 8.8.4 ([ea4fb6a](https://github.com/salesforcecli/plugin-signups/commit/ea4fb6aa0ef84f93b307af15c6eb09517f186685))
6+
17
## [2.6.15](https://github.com/salesforcecli/plugin-signups/compare/2.6.14...2.6.15) (2025-03-01)
28

39
### Bug Fixes

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ EXAMPLES
123123
$ sf org create shape --target-org SourceOrg
124124
```
125125

126-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/create/shape.ts)_
126+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/create/shape.ts)_
127127

128128
## `sf org create snapshot`
129129

@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179179
as a version control system tag or commit ID.
180180
```
181181

182-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/create/snapshot.ts)_
182+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/create/snapshot.ts)_
183183

184184
## `sf org delete shape`
185185

@@ -219,7 +219,7 @@ EXAMPLES
219219
$ sf org delete shape --target-org SourceOrg --no-prompt
220220
```
221221

222-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/delete/shape.ts)_
222+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/delete/shape.ts)_
223223

224224
## `sf org delete snapshot`
225225

@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264264
The IDs of scratch org snapshots start with 0Oo.
265265
```
266266

267-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/delete/snapshot.ts)_
267+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/delete/snapshot.ts)_
268268

269269
## `sf org get snapshot`
270270

@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311311
The IDs of scratch org snapshots start with 0Oo.
312312
```
313313

314-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/get/snapshot.ts)_
314+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/get/snapshot.ts)_
315315

316316
## `sf org list shape`
317317

@@ -344,7 +344,7 @@ EXAMPLES
344344
$ sf org list shape --json > tmp/MyOrgShapeList.json
345345
```
346346

347-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/list/shape.ts)_
347+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/list/shape.ts)_
348348

349349
## `sf org list snapshot`
350350

@@ -386,6 +386,6 @@ EXAMPLES
386386
$ sf org list snapshot --target-dev-hub SnapshotDevHub
387387
```
388388

389-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/list/snapshot.ts)_
389+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.16/src/commands/org/list/snapshot.ts)_
390390

391391
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-signups",
33
"description": "Commands to interact with org shapes",
4-
"version": "2.6.15",
4+
"version": "2.6.16",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)