Skip to content

Commit

Permalink
chore(release): bump to 2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 4, 2023
1 parent 93b9bf3 commit fcfe5f0
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 207 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.12.7 linux-x64 node-v18.18.0
@salesforce/cli/2.12.8 linux-x64 node-v18.18.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -842,7 +842,7 @@ DESCRIPTION
list all the commands
```

_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/2.2.27/src/commands/commands.ts)_
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/2.2.28/src/commands/commands.ts)_

## `sf config get`

Expand Down Expand Up @@ -5096,7 +5096,7 @@ EXAMPLES
$ sf plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/index.ts)_

## `sf plugins discover`

Expand All @@ -5113,7 +5113,7 @@ EXAMPLES
$ sf plugins discover
```

_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.2.3/src/commands/plugins/discover.ts)_
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.0/src/commands/plugins/discover.ts)_

## `sf plugins:inspect PLUGIN...`

Expand All @@ -5140,7 +5140,7 @@ EXAMPLES
$ sf plugins:inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/inspect.ts)_

## `sf plugins:install PLUGIN...`

Expand Down Expand Up @@ -5180,7 +5180,7 @@ EXAMPLES
$ sf plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/install.ts)_

## `sf plugins:link PLUGIN`

Expand Down Expand Up @@ -5209,7 +5209,7 @@ EXAMPLES
$ sf plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/link.ts)_

## `sf plugins trust verify`

Expand Down Expand Up @@ -5237,7 +5237,7 @@ EXAMPLES
$ sf plugins trust verify --npm @scope/npmName
```

_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.16/src/commands/plugins/trust/verify.ts)_
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.18/src/commands/plugins/trust/verify.ts)_

## `sf plugins:uninstall PLUGIN...`

Expand All @@ -5262,7 +5262,7 @@ ALIASES
$ sf plugins remove
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/uninstall.ts)_

## `sf plugins update`

Expand All @@ -5280,7 +5280,7 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/update.ts)_

## `sf project convert mdapi`

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

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/convert/mdapi.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/convert/mdapi.ts)_

## `sf project convert source`

Expand All @@ -5354,7 +5354,7 @@ USAGE
<value> | -m <value>]
FLAGS
-d, --output-dir=<value> [default: metadataPackage_1696284244069] Output directory to store the Metadata
-d, --output-dir=<value> [default: metadataPackage_1696366148889] Output directory to store the Metadata
API–formatted files in.
-m, --metadata=<value>... Metadata component names to convert.
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
Expand Down Expand Up @@ -5414,7 +5414,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/convert/source.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/convert/source.ts)_

## `sf project delete source`

Expand Down Expand Up @@ -5552,7 +5552,7 @@ FLAG DESCRIPTIONS
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/delete/source.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/delete/source.ts)_

## `sf project delete tracking`

Expand Down Expand Up @@ -5587,7 +5587,7 @@ EXAMPLES
$ sf project delete tracking --target-org my-scratch
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/delete/tracking.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/delete/tracking.ts)_

## `sf project deploy cancel`

Expand Down Expand Up @@ -5657,7 +5657,7 @@ FLAG DESCRIPTIONS
project deploy report".
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/cancel.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/cancel.ts)_

## `sf project deploy preview`

Expand Down Expand Up @@ -5740,7 +5740,7 @@ FLAG DESCRIPTIONS
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/preview.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/preview.ts)_

## `sf project deploy quick`

Expand Down Expand Up @@ -5833,7 +5833,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/quick.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/quick.ts)_

## `sf project deploy report`

Expand Down Expand Up @@ -5928,7 +5928,7 @@ FLAG DESCRIPTIONS
--coverage-formatters lcov --coverage-formatters clover
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/report.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/report.ts)_

## `sf project deploy resume`

Expand Down Expand Up @@ -6024,7 +6024,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/resume.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/resume.ts)_

## `sf project deploy start`

Expand Down Expand Up @@ -6252,7 +6252,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/start.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/start.ts)_

## `sf project deploy validate`

Expand Down Expand Up @@ -6424,7 +6424,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/validate.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/validate.ts)_

## `sf project generate`

Expand Down Expand Up @@ -6603,7 +6603,7 @@ EXAMPLES
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/generate/manifest.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/generate/manifest.ts)_

## `sf project list ignored`

Expand Down Expand Up @@ -6644,7 +6644,7 @@ EXAMPLES
$ sf project list ignored --source-dir package.xml
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/list/ignored.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/list/ignored.ts)_

## `sf project reset tracking`

Expand Down Expand Up @@ -6691,7 +6691,7 @@ EXAMPLES
$ sf project reset tracking --revision 30
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/reset/tracking.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/reset/tracking.ts)_

## `sf project retrieve preview`

Expand Down Expand Up @@ -6746,7 +6746,7 @@ FLAG DESCRIPTIONS
Overrides your default org.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/retrieve/preview.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/retrieve/preview.ts)_

## `sf project retrieve start`

Expand All @@ -6762,8 +6762,8 @@ FLAGS
-c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem, even if they
overwrite your local changes.
-d, --source-dir=<value>... File paths for source to retrieve from the org.
-m, --metadata=<value>... Metadata component names to retrieve. Wildcards ( * ) supported as long as you use
quotes, such as 'ApexClass:MyClass*'
-m, --metadata=<value>... Metadata component names to retrieve. Wildcards ( `*` ) supported as long as you use
quotes, such as `ApexClass:MyClass*`
-n, --package-name=<value>... Package names to retrieve.
-o, --target-org=<value> (required) Login username or alias for the target org.
-r, --output-dir=<value> Directory root for the retrieved source files.
Expand Down Expand Up @@ -6900,7 +6900,7 @@ ENVIRONMENT VARIABLES
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/retrieve/start.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/retrieve/start.ts)_

## `sf schema generate field`

Expand Down Expand Up @@ -7097,7 +7097,7 @@ DESCRIPTION
Once you select a command, hit enter and it will show the help for that command.
```

_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/dist/commands/search.ts)_
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/src/commands/search.ts)_

## `sf sobject describe`

Expand Down Expand Up @@ -7418,6 +7418,6 @@ EXAMPLES
$ sf which help
```

_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.33/src/commands/which.ts)_
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.34/src/commands/which.ts)_

<!-- commandsstop -->
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.12.7",
"version": "2.12.8",
"author": "Salesforce",
"bin": {
"sf": "./bin/run",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@salesforce/plugin-packaging": "1.26.3",
"@salesforce/plugin-signups": "1.5.3",
"@salesforce/sfdx-plugin-lwc-test": "1.1.0",
"@salesforce/sfdx-scanner": "3.16.0"
"@salesforce/sfdx-scanner": "3.17.0"
},
"devPlugins": [
"@oclif/plugin-command-snapshot",
Expand Down Expand Up @@ -123,32 +123,32 @@
"dependencies": {
"@oclif/core": "2.15.0",
"@oclif/plugin-autocomplete": "2.3.9",
"@oclif/plugin-commands": "2.2.27",
"@oclif/plugin-commands": "2.2.28",
"@oclif/plugin-help": "5.2.20",
"@oclif/plugin-not-found": "2.4.2",
"@oclif/plugin-plugins": "3.8.3",
"@oclif/plugin-not-found": "2.4.3",
"@oclif/plugin-plugins": "3.8.4",
"@oclif/plugin-search": "0.0.23",
"@oclif/plugin-update": "3.2.4",
"@oclif/plugin-version": "1.3.10",
"@oclif/plugin-warn-if-update-available": "2.1.1",
"@oclif/plugin-which": "2.2.33",
"@oclif/plugin-which": "2.2.34",
"@salesforce/core": "^5.2.0",
"@salesforce/plugin-apex": "2.3.17",
"@salesforce/plugin-auth": "2.8.19",
"@salesforce/plugin-data": "2.5.15",
"@salesforce/plugin-deploy-retrieve": "1.18.5",
"@salesforce/plugin-deploy-retrieve": "1.18.6",
"@salesforce/plugin-info": "2.6.48",
"@salesforce/plugin-limits": "2.3.37",
"@salesforce/plugin-login": "1.2.34",
"@salesforce/plugin-marketplace": "0.2.3",
"@salesforce/plugin-marketplace": "0.3.0",
"@salesforce/plugin-org": "2.10.10",
"@salesforce/plugin-schema": "2.3.29",
"@salesforce/plugin-settings": "1.4.33",
"@salesforce/plugin-sobject": "0.2.10",
"@salesforce/plugin-source": "2.10.39",
"@salesforce/plugin-telemetry": "2.3.6",
"@salesforce/plugin-templates": "55.5.14",
"@salesforce/plugin-trust": "2.6.16",
"@salesforce/plugin-trust": "2.6.18",
"@salesforce/plugin-user": "2.3.35",
"@salesforce/sf-plugins-core": "3.1.28",
"debug": "^4.3.4",
Expand Down Expand Up @@ -186,8 +186,8 @@
"resolutions": {
"@salesforce/schemas": "1.6.0",
"@salesforce/templates": "59.0.1",
"@salesforce/source-deploy-retrieve": "9.7.20",
"@salesforce/source-tracking": "4.2.15"
"@salesforce/source-deploy-retrieve": "9.7.21",
"@salesforce/source-tracking": "4.2.16"
},
"repository": "salesforcecli/cli",
"scripts": {
Expand Down
Loading

0 comments on commit fcfe5f0

Please sign in to comment.