Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.126.1 linux-x64 node-v22.22.0
@salesforce/cli/2.127.0 linux-x64 node-v22.22.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -4681,7 +4681,7 @@ EXAMPLES
$ sf org list auth
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/list/auth.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/list/auth.ts)_

## `sf org list limits`

Expand Down Expand Up @@ -4981,7 +4981,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/access-token.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/access-token.ts)_

## `sf org login jwt`

Expand Down Expand Up @@ -5072,7 +5072,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/jwt.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/jwt.ts)_

## `sf org login sfdx-url`

Expand Down Expand Up @@ -5142,7 +5142,7 @@ EXAMPLES
$ echo url | sf org login sfdx-url --sfdx-url-stdin
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/sfdx-url.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/sfdx-url.ts)_

## `sf org login web`

Expand Down Expand Up @@ -5247,7 +5247,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/web.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/web.ts)_

## `sf org logout`

Expand Down Expand Up @@ -5313,7 +5313,7 @@ FLAG DESCRIPTIONS
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/logout.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/logout.ts)_

## `sf org open`

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

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

## `sf plugins discover`

Expand Down Expand Up @@ -7443,7 +7443,7 @@ EXAMPLES
$ sf plugins inspect @salesforce/plugin-packaging
```

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

## `sf plugins install PLUGIN`

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

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

## `sf plugins link PATH`

Expand Down Expand Up @@ -7523,7 +7523,7 @@ EXAMPLES
$ sf plugins link @salesforce/plugin-packaging
```

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

## `sf plugins reset`

Expand All @@ -7538,7 +7538,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/reset.ts)_

## `sf plugins trust verify`

Expand Down Expand Up @@ -7595,7 +7595,7 @@ EXAMPLES
$ sf plugins uninstall @salesforce/plugin-packaging
```

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

## `sf plugins update`

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

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

## `sf project convert mdapi`

Expand Down Expand Up @@ -7676,7 +7676,7 @@ FLAG DESCRIPTIONS
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/3.24.11/src/commands/project/convert/mdapi.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/convert/mdapi.ts)_

## `sf project convert source`

Expand Down Expand Up @@ -7749,7 +7749,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/3.24.11/src/commands/project/convert/source.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/convert/source.ts)_

## `sf project convert source-behavior`

Expand Down Expand Up @@ -7808,7 +7808,7 @@ EXAMPLES
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
```

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

## `sf project delete source`

Expand Down Expand Up @@ -7961,7 +7961,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/3.24.11/src/commands/project/delete/source.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/delete/source.ts)_

## `sf project delete tracking`

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

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

## `sf project deploy cancel`

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

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

## `sf project deploy preview`

Expand Down Expand Up @@ -8153,7 +8153,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/3.24.11/src/commands/project/deploy/preview.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/preview.ts)_

## `sf project deploy quick`

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

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

## `sf project deploy report`

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

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

## `sf project deploy resume`

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

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

## `sf project deploy start`

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

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

## `sf project deploy validate`

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

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

## `sf project generate manifest`

Expand Down Expand Up @@ -9001,7 +9001,7 @@ EXAMPLES
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
```

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

## `sf project list ignored`

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

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

## `sf project reset tracking`

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

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

## `sf project retrieve preview`

Expand Down Expand Up @@ -9146,7 +9146,7 @@ FLAG DESCRIPTIONS
production orgs.
```

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

## `sf project retrieve start`

Expand Down Expand Up @@ -9327,7 +9327,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/3.24.11/src/commands/project/retrieve/start.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/retrieve/start.ts)_

## `sf schema generate field`

Expand Down
12 changes: 6 additions & 6 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.126.1",
"version": "2.127.0",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -149,7 +149,7 @@
"@oclif/plugin-commands": "4.1.40",
"@oclif/plugin-help": "6.2.37",
"@oclif/plugin-not-found": "3.2.74",
"@oclif/plugin-plugins": "5.4.56",
"@oclif/plugin-plugins": "5.4.57",
"@oclif/plugin-search": "1.2.38",
"@oclif/plugin-update": "4.7.19",
"@oclif/plugin-version": "2.2.36",
Expand All @@ -160,9 +160,9 @@
"@salesforce/plugin-agent": "1.30.11",
"@salesforce/plugin-apex": "3.9.11",
"@salesforce/plugin-api": "1.3.11",
"@salesforce/plugin-auth": "4.2.0",
"@salesforce/plugin-auth": "4.2.1",
"@salesforce/plugin-data": "4.0.75",
"@salesforce/plugin-deploy-retrieve": "3.24.11",
"@salesforce/plugin-deploy-retrieve": "3.24.12",
"@salesforce/plugin-info": "3.4.107",
"@salesforce/plugin-limits": "3.3.79",
"@salesforce/plugin-marketplace": "1.3.10",
Expand All @@ -172,7 +172,7 @@
"@salesforce/plugin-settings": "2.4.60",
"@salesforce/plugin-sobject": "1.4.85",
"@salesforce/plugin-telemetry": "3.8.1",
"@salesforce/plugin-templates": "56.9.2",
"@salesforce/plugin-templates": "56.10.2",
"@salesforce/plugin-trust": "3.7.114",
"@salesforce/plugin-user": "3.6.53",
"@salesforce/sf-plugins-core": "12.2.6",
Expand Down Expand Up @@ -212,7 +212,7 @@
],
"resolutions": {
"@salesforce/schemas": "1.10.3",
"@salesforce/templates": "65.5.9"
"@salesforce/templates": "66.3.1"
},
"repository": "salesforcecli/cli",
"scripts": {
Expand Down
Loading
Loading