Skip to content

Commit

Permalink
chore(release): 2.3.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 30, 2024
1 parent 1a758e1 commit bb9ad85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.3.15](https://github.com/salesforcecli/plugin-signups/compare/2.3.14...2.3.15) (2024-06-30)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 11.1.1 to 11.1.2 ([d1ce77d](https://github.com/salesforcecli/plugin-signups/commit/d1ce77daea98e6b0ea3579c90d0d4c6264456928))

## [2.3.14](https://github.com/salesforcecli/plugin-signups/compare/2.3.13...2.3.14) (2024-06-30)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ EXAMPLES
$ sf org create shape --target-org SourceOrg
```

_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/create/shape.ts)_
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/create/shape.ts)_

## `sf org create snapshot`

Expand Down Expand Up @@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
as a version control system tag or commit ID.
```

_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/create/snapshot.ts)_
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/create/snapshot.ts)_

## `sf org delete shape`

Expand Down Expand Up @@ -219,7 +219,7 @@ EXAMPLES
$ sf org delete shape --target-org SourceOrg --no-prompt
```

_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/delete/shape.ts)_
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/delete/shape.ts)_

## `sf org delete snapshot`

Expand Down Expand Up @@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
The IDs of scratch org snapshots start with 0Oo.
```

_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/delete/snapshot.ts)_
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/delete/snapshot.ts)_

## `sf org get snapshot`

Expand Down Expand Up @@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
The IDs of scratch org snapshots start with 0Oo.
```

_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/get/snapshot.ts)_
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/get/snapshot.ts)_

## `sf org list shape`

Expand Down Expand Up @@ -344,7 +344,7 @@ EXAMPLES
$ sf org list shape --json > tmp/MyOrgShapeList.json
```

_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/list/shape.ts)_
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/list/shape.ts)_

## `sf org list snapshot`

Expand Down Expand Up @@ -386,6 +386,6 @@ EXAMPLES
$ sf org list snapshot --target-dev-hub SnapshotDevHub
```

_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/list/snapshot.ts)_
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.15/src/commands/org/list/snapshot.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-signups",
"description": "Commands to interact with org shapes",
"version": "2.3.14",
"version": "2.3.15",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit bb9ad85

Please sign in to comment.