@salesforce/cli 2.42.4 → 2.42.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -15
- package/npm-shrinkwrap.json +11 -11
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.42.
|
|
27
|
+
@salesforce/cli/2.42.5 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2598,7 +2598,7 @@ FLAG DESCRIPTIONS
|
|
|
2598
2598
|
sandbox.
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/create/sandbox.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf org create scratch`
|
|
2604
2604
|
|
|
@@ -2752,7 +2752,7 @@ FLAG DESCRIPTIONS
|
|
|
2752
2752
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2753
2753
|
```
|
|
2754
2754
|
|
|
2755
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2755
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/create/scratch.ts)_
|
|
2756
2756
|
|
|
2757
2757
|
## `sf org create user`
|
|
2758
2758
|
|
|
@@ -2905,7 +2905,7 @@ EXAMPLES
|
|
|
2905
2905
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2906
2906
|
```
|
|
2907
2907
|
|
|
2908
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2908
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/delete/sandbox.ts)_
|
|
2909
2909
|
|
|
2910
2910
|
## `sf org delete scratch`
|
|
2911
2911
|
|
|
@@ -2948,7 +2948,7 @@ EXAMPLES
|
|
|
2948
2948
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2949
2949
|
```
|
|
2950
2950
|
|
|
2951
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2951
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/delete/scratch.ts)_
|
|
2952
2952
|
|
|
2953
2953
|
## `sf org disable tracking`
|
|
2954
2954
|
|
|
@@ -2987,7 +2987,7 @@ EXAMPLES
|
|
|
2987
2987
|
$ sf org disable tracking
|
|
2988
2988
|
```
|
|
2989
2989
|
|
|
2990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/disable/tracking.ts)_
|
|
2991
2991
|
|
|
2992
2992
|
## `sf org display`
|
|
2993
2993
|
|
|
@@ -3032,7 +3032,7 @@ EXAMPLES
|
|
|
3032
3032
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3033
3033
|
```
|
|
3034
3034
|
|
|
3035
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3035
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/display.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `sf org display user`
|
|
3038
3038
|
|
|
@@ -3113,7 +3113,7 @@ EXAMPLES
|
|
|
3113
3113
|
$ sf org enable tracking
|
|
3114
3114
|
```
|
|
3115
3115
|
|
|
3116
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/enable/tracking.ts)_
|
|
3117
3117
|
|
|
3118
3118
|
## `sf org generate password`
|
|
3119
3119
|
|
|
@@ -3219,7 +3219,7 @@ EXAMPLES
|
|
|
3219
3219
|
$ sf org list --clean
|
|
3220
3220
|
```
|
|
3221
3221
|
|
|
3222
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3222
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/list.ts)_
|
|
3223
3223
|
|
|
3224
3224
|
## `sf org list auth`
|
|
3225
3225
|
|
|
@@ -3358,7 +3358,7 @@ FLAG DESCRIPTIONS
|
|
|
3358
3358
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3359
3359
|
```
|
|
3360
3360
|
|
|
3361
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3361
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/list/metadata.ts)_
|
|
3362
3362
|
|
|
3363
3363
|
## `sf org list metadata-types`
|
|
3364
3364
|
|
|
@@ -3413,7 +3413,7 @@ FLAG DESCRIPTIONS
|
|
|
3413
3413
|
Override the api version used for api requests made by this command
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3416
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/list/metadata-types.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `sf org list sobject record-counts`
|
|
3419
3419
|
|
|
@@ -3987,7 +3987,7 @@ EXAMPLES
|
|
|
3987
3987
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3988
3988
|
```
|
|
3989
3989
|
|
|
3990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/open.ts)_
|
|
3991
3991
|
|
|
3992
3992
|
## `sf org refresh sandbox`
|
|
3993
3993
|
|
|
@@ -4064,7 +4064,7 @@ FLAG DESCRIPTIONS
|
|
|
4064
4064
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4065
4065
|
```
|
|
4066
4066
|
|
|
4067
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4067
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/refresh/sandbox.ts)_
|
|
4068
4068
|
|
|
4069
4069
|
## `sf org resume sandbox`
|
|
4070
4070
|
|
|
@@ -4127,7 +4127,7 @@ FLAG DESCRIPTIONS
|
|
|
4127
4127
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4128
4128
|
```
|
|
4129
4129
|
|
|
4130
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4130
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/resume/sandbox.ts)_
|
|
4131
4131
|
|
|
4132
4132
|
## `sf org resume scratch`
|
|
4133
4133
|
|
|
@@ -4174,7 +4174,7 @@ FLAG DESCRIPTIONS
|
|
|
4174
4174
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4175
4175
|
```
|
|
4176
4176
|
|
|
4177
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4177
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/resume/scratch.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `sf package1 version create`
|
|
4180
4180
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.42.
|
|
3
|
+
"version": "2.42.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.42.
|
|
9
|
+
"version": "2.42.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.18",
|
|
16
16
|
"@oclif/plugin-commands": "3.3.4",
|
|
17
17
|
"@oclif/plugin-help": "6.0.22",
|
|
18
|
-
"@oclif/plugin-not-found": "3.1.
|
|
18
|
+
"@oclif/plugin-not-found": "3.1.9",
|
|
19
19
|
"@oclif/plugin-plugins": "5.0.21",
|
|
20
20
|
"@oclif/plugin-search": "1.0.24",
|
|
21
21
|
"@oclif/plugin-update": "4.2.11",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@salesforce/plugin-info": "3.2.8",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.7",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.5",
|
|
34
|
-
"@salesforce/plugin-org": "4.1.
|
|
34
|
+
"@salesforce/plugin-org": "4.1.10",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.3",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.6",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.6",
|
|
@@ -3818,9 +3818,9 @@
|
|
|
3818
3818
|
}
|
|
3819
3819
|
},
|
|
3820
3820
|
"node_modules/@oclif/plugin-not-found": {
|
|
3821
|
-
"version": "3.1.
|
|
3822
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
|
3823
|
-
"integrity": "sha512-
|
|
3821
|
+
"version": "3.1.9",
|
|
3822
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz",
|
|
3823
|
+
"integrity": "sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==",
|
|
3824
3824
|
"license": "MIT",
|
|
3825
3825
|
"dependencies": {
|
|
3826
3826
|
"@inquirer/confirm": "^3.1.6",
|
|
@@ -4776,16 +4776,16 @@
|
|
|
4776
4776
|
}
|
|
4777
4777
|
},
|
|
4778
4778
|
"node_modules/@salesforce/plugin-org": {
|
|
4779
|
-
"version": "4.1.
|
|
4780
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
4781
|
-
"integrity": "sha512-
|
|
4779
|
+
"version": "4.1.10",
|
|
4780
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.10.tgz",
|
|
4781
|
+
"integrity": "sha512-ErWhZWXMmD3bZ4IpXgTDeVQP1IEQ6tiAvwn+oWm+4cbLltohnk1C9Avod3knDRJvcwvSb1Ive5ZJ4M2Bt7apxQ==",
|
|
4782
4782
|
"license": "BSD-3-Clause",
|
|
4783
4783
|
"dependencies": {
|
|
4784
4784
|
"@oclif/core": "^3.26.4",
|
|
4785
4785
|
"@salesforce/core": "^7.3.5",
|
|
4786
4786
|
"@salesforce/kit": "^3.1.1",
|
|
4787
4787
|
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
4788
|
-
"@salesforce/source-deploy-retrieve": "^11.3
|
|
4788
|
+
"@salesforce/source-deploy-retrieve": "^11.4.3",
|
|
4789
4789
|
"chalk": "^5.3.0",
|
|
4790
4790
|
"change-case": "^5.4.4",
|
|
4791
4791
|
"is-wsl": "^3.1.0",
|
package/oclif.lock
CHANGED
|
@@ -1898,10 +1898,10 @@
|
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^3.26.6"
|
|
1900
1900
|
|
|
1901
|
-
"@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.
|
|
1902
|
-
version "3.1.
|
|
1903
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
|
1904
|
-
integrity sha512-
|
|
1901
|
+
"@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.9":
|
|
1902
|
+
version "3.1.9"
|
|
1903
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz"
|
|
1904
|
+
integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
|
|
1905
1905
|
dependencies:
|
|
1906
1906
|
"@inquirer/confirm" "^3.1.6"
|
|
1907
1907
|
"@oclif/core" "^3.26.5"
|
|
@@ -2447,16 +2447,16 @@
|
|
|
2447
2447
|
got "^13.0.0"
|
|
2448
2448
|
proxy-agent "^6.4.0"
|
|
2449
2449
|
|
|
2450
|
-
"@salesforce/plugin-org@4.1.
|
|
2451
|
-
version "4.1.
|
|
2452
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
2453
|
-
integrity sha512-
|
|
2450
|
+
"@salesforce/plugin-org@4.1.10":
|
|
2451
|
+
version "4.1.10"
|
|
2452
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.10.tgz"
|
|
2453
|
+
integrity sha512-ErWhZWXMmD3bZ4IpXgTDeVQP1IEQ6tiAvwn+oWm+4cbLltohnk1C9Avod3knDRJvcwvSb1Ive5ZJ4M2Bt7apxQ==
|
|
2454
2454
|
dependencies:
|
|
2455
2455
|
"@oclif/core" "^3.26.4"
|
|
2456
2456
|
"@salesforce/core" "^7.3.5"
|
|
2457
2457
|
"@salesforce/kit" "^3.1.1"
|
|
2458
2458
|
"@salesforce/sf-plugins-core" "^9.0.7"
|
|
2459
|
-
"@salesforce/source-deploy-retrieve" "^11.3
|
|
2459
|
+
"@salesforce/source-deploy-retrieve" "^11.4.3"
|
|
2460
2460
|
chalk "^5.3.0"
|
|
2461
2461
|
change-case "^5.4.4"
|
|
2462
2462
|
is-wsl "^3.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.42.
|
|
4
|
+
"version": "2.42.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.0.18",
|
|
144
144
|
"@oclif/plugin-commands": "3.3.4",
|
|
145
145
|
"@oclif/plugin-help": "6.0.22",
|
|
146
|
-
"@oclif/plugin-not-found": "3.1.
|
|
146
|
+
"@oclif/plugin-not-found": "3.1.9",
|
|
147
147
|
"@oclif/plugin-plugins": "5.0.21",
|
|
148
148
|
"@oclif/plugin-search": "1.0.24",
|
|
149
149
|
"@oclif/plugin-update": "4.2.11",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@salesforce/plugin-info": "3.2.8",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.7",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.5",
|
|
162
|
-
"@salesforce/plugin-org": "4.1.
|
|
162
|
+
"@salesforce/plugin-org": "4.1.10",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.3",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.6",
|
|
165
165
|
"@salesforce/plugin-settings": "2.2.6",
|