Skip to content

Commit

Permalink
chore(release): 2.11.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 16, 2023
1 parent 5206a3b commit 2edb175
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 71 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.11.4](https://github.com/salesforcecli/plugin-source/compare/2.11.3...2.11.4) (2023-11-16)

### Bug Fixes

- devScripts update ([#1006](https://github.com/salesforcecli/plugin-source/issues/1006)) + core v6 ([5206a3b](https://github.com/salesforcecli/plugin-source/commit/5206a3b413345e4e1d2ef83a89201c8ce6058db6))

## [2.11.3](https://github.com/salesforcecli/plugin-source/compare/2.11.2...2.11.3) (2023-11-12)

### Bug Fixes
Expand Down
104 changes: 34 additions & 70 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/2.11.3 linux-x64 node-v18.18.2
@salesforce/plugin-source/2.11.4 linux-x64 node-v18.18.2
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
Expand Down Expand Up @@ -107,8 +107,8 @@ Deploy metadata to an org using Metadata API.

```
USAGE
$ sfdx force:mdapi:deploy -u <value> [--json] [--api-version <value>] [-d <value>] [-w <value>] [-o] [-g] [-q <value>
| -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <value> | -c] [--verbose] [-f <value>] [-s]
$ sfdx force:mdapi:deploy -u <value> [--api-version <value>] [-d <value>] [-w <value>] [-o] [-g] [-q <value> | -l
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <value> | -c] [--verbose] [-f <value>] [-s]
[--soapdeploy] [--purgeondelete] [--concise] [--resultsdir <value>] [--coverageformatters
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
Expand Down Expand Up @@ -172,9 +172,6 @@ FLAGS
--verbose
Display verbose output of the deploy results.
GLOBAL FLAGS
--json Format output as json.
EXAMPLES
Return a job ID you can use to check the deploy status:
Expand Down Expand Up @@ -299,15 +296,15 @@ 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/2.11.3/src/commands/force/mdapi/deploy.ts)_
_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy.ts)_

## `sfdx force:mdapi:deploy:cancel`

Cancel a metadata deployment.

```
USAGE
$ sfdx force:mdapi:deploy:cancel -o <value> [--json] [--api-version <value>] [-w <value>] [-i <value>]
$ sfdx force:mdapi:deploy:cancel -o <value> [--api-version <value>] [-w <value>] [-i <value>]
FLAGS
-i, --jobid=<value> Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment.
Expand All @@ -316,9 +313,6 @@ FLAGS
the terminal window.
--api-version=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Cancel a metadata deployment.
Expand All @@ -342,16 +336,16 @@ 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/2.11.3/src/commands/force/mdapi/deploy/cancel.ts)_
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy/cancel.ts)_

## `sfdx force:mdapi:deploy:report`

Check the status of a metadata deployment.

```
USAGE
$ sfdx force:mdapi:deploy:report -o <value> [--json] [--api-version <value>] [-w <value>] [-i <value>] [--verbose]
[--concise] [--resultsdir <value>] [--coverageformatters
$ sfdx force:mdapi:deploy:report -o <value> [--api-version <value>] [-w <value>] [-i <value>] [--verbose] [--concise]
[--resultsdir <value>] [--coverageformatters
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
FLAGS
Expand Down Expand Up @@ -383,9 +377,6 @@ FLAGS
--verbose
Verbose output of deploy results.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Check the status of a metadata deployment.
Expand Down Expand Up @@ -413,16 +404,16 @@ 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/2.11.3/src/commands/force/mdapi/deploy/report.ts)_
_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy/report.ts)_

## `sfdx force:mdapi:retrieve`

Retrieve metadata from an org using Metadata API.

```
USAGE
$ sfdx force:mdapi:retrieve -o <value> -r <value> [--json] [-k <value> | -d <value> | -p <value>] [-s] [-n <value>] [-z]
[-w <value>] [-a <value>] [--verbose]
$ sfdx force:mdapi:retrieve -o <value> -r <value> [-k <value> | -d <value> | -p <value>] [-s] [-n <value>] [-z] [-w
<value>] [-a <value>] [--verbose]
FLAGS
-a, --apiversion=<value> Target API version for the retrieve.
Expand All @@ -439,9 +430,6 @@ FLAGS
-z, --unzip Extract all files from the retrieved zip file.
--verbose Display verbose output of retrieve result.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Retrieve metadata from an org using Metadata API.
Expand Down Expand Up @@ -477,16 +465,16 @@ 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/2.11.3/src/commands/force/mdapi/retrieve.ts)_
_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/retrieve.ts)_

## `sfdx force:mdapi:retrieve:report`

Check the status of a metadata retrieval.

```
USAGE
$ sfdx force:mdapi:retrieve:report -o <value> [--json] [--api-version <value>] [-r <value>] [-i <value>] [-n <value>] [-z] [-w
<value>] [--verbose]
$ sfdx force:mdapi:retrieve:report -o <value> [--api-version <value>] [-r <value>] [-i <value>] [-n <value>] [-z] [-w <value>]
[--verbose]
FLAGS
-i, --jobid=<value> Job ID of the retrieve you want to check; defaults to your most recent CLI retrieval.
Expand All @@ -499,9 +487,6 @@ FLAGS
--api-version=<value> Override the api version used for api requests made by this command
--verbose Display verbose output of retrieve result.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Check the status of a metadata retrieval.
Expand Down Expand Up @@ -531,18 +516,18 @@ 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/2.11.3/src/commands/force/mdapi/retrieve/report.ts)_
_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/retrieve/report.ts)_

## `sfdx force:source:deploy`

Deploy source to an org.

```
USAGE
$ sfdx force:source:deploy -u <value> [--json] [--api-version <value>] [--soapdeploy] [-w <value>] [-o] [-g]
[--purgeondelete -x <value>] [-q <value> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r
<value> | -t] [--verbose] [-m <value>] [-p <value>] [--predestructivechanges <value> ] [--postdestructivechanges
<value> ] [-f ] [--resultsdir <value>] [--coverageformatters
$ sfdx force:source:deploy -u <value> [--api-version <value>] [--soapdeploy] [-w <value>] [-o] [-g] [--purgeondelete -x
<value>] [-q <value> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <value> | -t]
[--verbose] [-m <value>] [-p <value>] [--predestructivechanges <value> ] [--postdestructivechanges <value> ] [-f ]
[--resultsdir <value>] [--coverageformatters
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
FLAGS
Expand Down Expand Up @@ -614,9 +599,6 @@ FLAGS
--verbose
Specify verbose output about the deploy result.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Deploy source to an org.
Expand Down Expand Up @@ -797,15 +779,15 @@ 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/2.11.3/src/commands/force/source/deploy.ts)_
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy.ts)_

## `sfdx force:source:deploy:cancel`

Cancel a source deployment.

```
USAGE
$ sfdx force:source:deploy:cancel -o <value> [--json] [--api-version <value>] [-w <value>] [-i <value>]
$ sfdx force:source:deploy:cancel -o <value> [--api-version <value>] [-w <value>] [-i <value>]
FLAGS
-i, --jobid=<value> Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if
Expand All @@ -815,9 +797,6 @@ FLAGS
results.
--api-version=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Cancel a source deployment.
Expand All @@ -842,16 +821,16 @@ 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/2.11.3/src/commands/force/source/deploy/cancel.ts)_
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy/cancel.ts)_

## `sfdx force:source:deploy:report`

Check the status of a metadata deployment.

```
USAGE
$ sfdx force:source:deploy:report -o <value> [--json] [--api-version <value>] [-w <value>] [-i <value>] [--verbose]
[--resultsdir <value>] [--coverageformatters
$ sfdx force:source:deploy:report -o <value> [--api-version <value>] [-w <value>] [-i <value>] [--verbose] [--resultsdir
<value>] [--coverageformatters
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
FLAGS
Expand Down Expand Up @@ -880,9 +859,6 @@ FLAGS
--verbose
Verbose output of deploy result.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Check the status of a metadata deployment.
Expand All @@ -905,15 +881,15 @@ 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/2.11.3/src/commands/force/source/deploy/report.ts)_
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy/report.ts)_

## `sfdx force:source:pull`

Pull changed source from the org to your project to keep them in sync.

```
USAGE
$ sfdx force:source:pull -o <value> [--json] [--verbose] [--api-version <value>] [-f] [-w <value>]
$ sfdx force:source:pull -o <value> [--verbose] [--api-version <value>] [-f] [-w <value>]
FLAGS
-f, --forceoverwrite Ignore conflict warnings; changes in the org overwrite changes in the project.
Expand All @@ -923,9 +899,6 @@ FLAGS
--api-version=<value> Override the api version used for api requests made by this command
--verbose Display additional details about the command results.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Pull changed source from the org to your project to keep them in sync.
Expand All @@ -948,15 +921,15 @@ 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/2.11.3/src/commands/force/source/pull.ts)_
_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/pull.ts)_

## `sfdx force:source:push`

Push changed source from your project to an org to keep them in sync.

```
USAGE
$ sfdx force:source:push -o <value> [--json] [--api-version <value>] [-f] [-w <value>] [-g] [--quiet]
$ sfdx force:source:push -o <value> [--api-version <value>] [-f] [-w <value>] [-g] [--quiet]
FLAGS
-f, --forceoverwrite Ignore conflict warnings and push source anyway; changes in the project overwrite changes in
Expand All @@ -968,9 +941,6 @@ FLAGS
--api-version=<value> Override the api version used for api requests made by this command
--quiet Minimize JSON and sdtout output on success.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Push changed source from your project to an org to keep them in sync.
Expand All @@ -993,16 +963,16 @@ 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/2.11.3/src/commands/force/source/push.ts)_
_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/push.ts)_

## `sfdx force:source:retrieve`

Retrieve source from an org.

```
USAGE
$ sfdx force:source:retrieve -o <value> [--json] [-a <value>] [-r <value> | -n <value> | -p <value>] [-w <value>] [-x
<value> | -m <value> | ] [-f -t] [--verbose]
$ sfdx force:source:retrieve -o <value> [-a <value>] [-r <value> | -n <value> | -p <value>] [-w <value>] [-x <value> | -m
<value> | ] [-f -t] [--verbose]
FLAGS
-a, --api-version=<value> Override the api version used for api requests made by this command
Expand All @@ -1020,9 +990,6 @@ FLAGS
retrieve.
--verbose Verbose output of retrieve result.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Retrieve source from an org.
Expand Down Expand Up @@ -1118,15 +1085,15 @@ 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/2.11.3/src/commands/force/source/retrieve.ts)_
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/retrieve.ts)_

## `sfdx force:source:status`

List changes that have been made locally, in an org, or both.

```
USAGE
$ sfdx force:source:status -o <value> [--json] [--api-version <value>] [-l | -r] [--concise]
$ sfdx force:source:status -o <value> [--api-version <value>] [-l | -r] [--concise]
FLAGS
-l, --local List the changes that have been made locally.
Expand All @@ -1135,9 +1102,6 @@ FLAGS
--api-version=<value> Override the api version used for api requests made by this command
--concise Show only the changes that will be pushed or pulled; omits files that are forceignored.
GLOBAL FLAGS
--json Format output as json.
EXAMPLES
List changes that have been made locally but not in the org with alias "myscratch":
Expand All @@ -1148,6 +1112,6 @@ EXAMPLES
$ sfdx force:source:status --remote
```

_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.3/src/commands/force/source/status.ts)_
_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/2.11.4/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": "2.11.3",
"version": "2.11.4",
"author": "Salesforce",
"main": "lib/index.js",
"bugs": "https://github.com/forcedotcom/cli/issues",
Expand Down

0 comments on commit 2edb175

Please sign in to comment.