Skip to content

Commit

Permalink
Merge pull request #1943 from salesforcecli/release/2.63.5
Browse files Browse the repository at this point in the history
Release PR for 2.63.5 as nightly
  • Loading branch information
svc-cli-bot authored Oct 15, 2024
2 parents c50c47f + 5e6b3c6 commit c912945
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
50 changes: 25 additions & 25 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.63.4 linux-x64 node-v20.17.0
@salesforce/cli/2.63.5 linux-x64 node-v20.17.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -522,7 +522,7 @@ FLAG DESCRIPTIONS
directory.
```

_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/get/log.ts)_
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/get/log.ts)_

## `sf apex get test`

Expand Down Expand Up @@ -582,7 +582,7 @@ EXAMPLES
me@myorg'
```

_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/get/test.ts)_
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/get/test.ts)_

## `sf apex list log`

Expand Down Expand Up @@ -622,7 +622,7 @@ EXAMPLES
$ sf apex list log --target-org [email protected]
```

_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/list/log.ts)_
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/list/log.ts)_

## `sf apex run`

Expand Down Expand Up @@ -669,7 +669,7 @@ EXAMPLES
$ sf apex run
```

_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/run.ts)_
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/run.ts)_

## `sf apex run test`

Expand Down Expand Up @@ -809,7 +809,7 @@ FLAG DESCRIPTIONS
--tests Test1 --tests Test2
```

_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/run/test.ts)_
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/run/test.ts)_

## `sf apex tail log`

Expand Down Expand Up @@ -852,7 +852,7 @@ EXAMPLES
$ sf apex tail log --color --skip-trace-flag
```

_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/tail/log.ts)_
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/tail/log.ts)_

## `sf api request graphql`

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

## `sf project convert source`

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

## `sf project convert source-behavior`

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

## `sf project delete source`

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

## `sf project delete tracking`

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

## `sf project deploy cancel`

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

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

## `sf project deploy preview`

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

## `sf project deploy quick`

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

## `sf project deploy report`

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

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

## `sf project deploy resume`

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

## `sf project deploy start`

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

## `sf project deploy validate`

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

## `sf project generate`

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

## `sf project list ignored`

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

## `sf project reset tracking`

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

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

## `sf project retrieve preview`

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

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

## `sf project retrieve start`

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

## `sf schema generate field`

Expand Down Expand Up @@ -7942,7 +7942,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/1.2.11/src/commands/search.ts)_
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.12/src/commands/search.ts)_

## `sf sobject describe`

Expand Down
8 changes: 4 additions & 4 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.63.4",
"version": "2.63.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -146,18 +146,18 @@
"@oclif/plugin-help": "6.2.15",
"@oclif/plugin-not-found": "3.2.22",
"@oclif/plugin-plugins": "5.4.15",
"@oclif/plugin-search": "1.2.11",
"@oclif/plugin-search": "1.2.12",
"@oclif/plugin-update": "4.6.4",
"@oclif/plugin-version": "2.2.15",
"@oclif/plugin-warn-if-update-available": "3.1.19",
"@oclif/plugin-which": "3.2.16",
"@salesforce/core": "^8.2.3",
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.5.3",
"@salesforce/plugin-apex": "3.5.4",
"@salesforce/plugin-api": "1.3.1",
"@salesforce/plugin-auth": "3.6.68",
"@salesforce/plugin-data": "3.7.1",
"@salesforce/plugin-deploy-retrieve": "3.12.19",
"@salesforce/plugin-deploy-retrieve": "3.13.1",
"@salesforce/plugin-info": "3.4.12",
"@salesforce/plugin-limits": "3.3.33",
"@salesforce/plugin-marketplace": "1.2.26",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1662,10 +1662,10 @@
which "^4.0.0"
yarn "^1.22.22"

"@oclif/[email protected].11":
version "1.2.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.11.tgz#453b4711573fa8e6f46917fe8fc1af2cb031461d"
integrity sha512-CxMFPKkanL1luhzrJGY3vMa0GUshRgXWvPWoh0foqmrNNe09nFBKpt918GFfFpkAGwTVeNoUVNl3os7eKJMBxQ==
"@oclif/[email protected].12":
version "1.2.12"
resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.12.tgz#a22b11074d1887d5ab2be0a41dd107e09f84b207"
integrity sha512-hM0T+XuXZsTA+pPar1i8n9HFlSnwTD7n3FbIGvcklKoMI/lli2E0VcO6vg8WPF8J7kpjTS5CWGnhV9e5JkDYLQ==
dependencies:
"@oclif/core" "^4"
ansi-escapes "^7.0.0"
Expand Down Expand Up @@ -2012,15 +2012,15 @@
jszip "^3.10.1"
object-treeify "^2"

"@salesforce/[email protected].3":
version "3.5.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.5.3.tgz#8727f0036d7ab19b835c0f0004ed6315d1ca4a21"
integrity sha512-9CybOj+kVIw2dBipI9ZanSua9NudI8z307z4FnkmTuqwpkto/Vjl1GOXooJv05CAJtycxrg5Rf3tvLJNUAC4CA==
"@salesforce/[email protected].4":
version "3.5.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.5.4.tgz#857e0e639d4a8311ddc2dd6021f53f291129d924"
integrity sha512-IekaYn8Uc1zqgNXuizkdlURL9TXAhM+HNQgOMtdhFEpAqFTFZ0ERG9qdtftoZ88fNwUb90XsXoX/56k1OynXJQ==
dependencies:
"@salesforce/apex-node" "^8.1.12"
"@salesforce/core" "^8.6.2"
"@salesforce/kit" "^3.2.2"
"@salesforce/sf-plugins-core" "^11.3.7"
"@salesforce/sf-plugins-core" "^11.3.12"
ansis "^3.3.1"

"@salesforce/[email protected]":
Expand Down Expand Up @@ -2085,10 +2085,10 @@
form-data "^4.0.0"
terminal-link "^3.0.0"

"@salesforce/plugin-deploy-retrieve@3.12.19":
version "3.12.19"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.19.tgz#64906167d2ac83ed49e725ae42498cbd35714a14"
integrity sha512-yqlLVUH4Lf7lTNOIvlwu7dx+kjkGfsVsRZ+9TnVIlm0L1KKEtM7Y+BrMyMuvKQcYyMyvXh9L908ZvnTMLmVuTw==
"@salesforce/plugin-deploy-retrieve@3.13.1":
version "3.13.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.13.1.tgz#516226a47b80c269ef893a4a8acd2ffeb53b50e8"
integrity sha512-Q25pVDoX1teNdbbHVKGsM2J7qLOsNzg7yN4lfSLrukxM2CK6MGeRb8C8EE4nHYHdPgvPa5+CcFLrtg+4Q3U8kQ==
dependencies:
"@oclif/core" "^4.0.28"
"@salesforce/apex-node" "^8.1.9"
Expand Down

0 comments on commit c912945

Please sign in to comment.