Skip to content

Commit

Permalink
chore(release): 3.0.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 16, 2023
1 parent 2b11bba commit 999aae9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.0.8](https://github.com/salesforcecli/plugin-source/compare/3.0.7...3.0.8) (2023-12-16)

### Bug Fixes

- **deps:** bump @salesforce/apex-node from 2.1.2 to 2.1.7 ([#1037](https://github.com/salesforcecli/plugin-source/issues/1037)) ([2b11bba](https://github.com/salesforcecli/plugin-source/commit/2b11bba1ca8be85ee9fcee2709a7c30c9e2040b6))

## [3.0.7](https://github.com/salesforcecli/plugin-source/compare/3.0.6...3.0.7) (2023-12-16)

### Bug Fixes
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
$ sfdx COMMAND
running command...
$ sfdx (--version)
@salesforce/plugin-source/3.0.7 linux-x64 node-v18.19.0
@salesforce/plugin-source/3.0.8 linux-x64 node-v18.19.0
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
Expand Down Expand Up @@ -299,7 +299,7 @@ FLAG DESCRIPTIONS
Indicates that you want verbose output from the deploy operation.
```

_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/mdapi/deploy.ts)_
_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy.ts)_

## `sfdx force mdapi deploy cancel`

Expand Down Expand Up @@ -343,7 +343,7 @@ FLAG DESCRIPTIONS
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
```

_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/mdapi/deploy/cancel.ts)_
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy/cancel.ts)_

## `sfdx force mdapi deploy report`

Expand Down Expand Up @@ -415,7 +415,7 @@ FLAG DESCRIPTIONS
use the ID of the most recent metadata deployment.
```

_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/mdapi/deploy/report.ts)_
_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy/report.ts)_

## `sfdx force mdapi retrieve`

Expand Down Expand Up @@ -480,7 +480,7 @@ FLAG DESCRIPTIONS
By default, the CLI assumes the directory is structured for a set of packages.
```

_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/mdapi/retrieve.ts)_
_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/retrieve.ts)_

## `sfdx force mdapi retrieve report`

Expand Down Expand Up @@ -535,7 +535,7 @@ FLAG DESCRIPTIONS
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
```

_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/mdapi/retrieve/report.ts)_
_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/retrieve/report.ts)_

## `sfdx force source deploy`

Expand Down Expand Up @@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
If you specify this parameter, don’t specify --metadata or --sourcepath.
```

_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/deploy.ts)_
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy.ts)_

## `sfdx force source deploy cancel`

Expand Down Expand Up @@ -847,7 +847,7 @@ FLAG DESCRIPTIONS
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
```

_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/deploy/cancel.ts)_
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy/cancel.ts)_

## `sfdx force source deploy report`

Expand Down Expand Up @@ -911,7 +911,7 @@ FLAG DESCRIPTIONS
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
```

_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/deploy/report.ts)_
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy/report.ts)_

## `sfdx force source pull`

Expand Down Expand Up @@ -955,7 +955,7 @@ FLAG DESCRIPTIONS
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
```

_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/pull.ts)_
_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/pull.ts)_

## `sfdx force source push`

Expand Down Expand Up @@ -1001,7 +1001,7 @@ FLAG DESCRIPTIONS
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
```

_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/push.ts)_
_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/push.ts)_

## `sfdx force source retrieve`

Expand Down Expand Up @@ -1127,7 +1127,7 @@ FLAG DESCRIPTIONS
If you specify this parameter, don’t specify --metadata or --sourcepath.
```

_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/retrieve.ts)_
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/retrieve.ts)_

## `sfdx force source status`

Expand Down Expand Up @@ -1158,6 +1158,6 @@ EXAMPLES
$ sfdx force source status --remote
```

_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.7/src/commands/force/source/status.ts)_
_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/status.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-source",
"description": "Commands to interact with source formatted metadata",
"version": "3.0.7",
"version": "3.0.8",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 999aae9

Please sign in to comment.