@salesforce/cli 2.149.6 → 2.149.7
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 +21 -21
- package/npm-shrinkwrap.json +103 -31
- package/oclif.lock +39 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.149.
|
|
28
|
+
@salesforce/cli/2.149.7 linux-x64 node-v24.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -5304,7 +5304,7 @@ EXAMPLES
|
|
|
5304
5304
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5305
5305
|
```
|
|
5306
5306
|
|
|
5307
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5307
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-access-token.ts)_
|
|
5308
5308
|
|
|
5309
5309
|
## `sf org auth show-sfdx-auth-url`
|
|
5310
5310
|
|
|
@@ -5348,7 +5348,7 @@ EXAMPLES
|
|
|
5348
5348
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5349
5349
|
```
|
|
5350
5350
|
|
|
5351
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5351
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5352
5352
|
|
|
5353
5353
|
## `sf org auth show-user-password`
|
|
5354
5354
|
|
|
@@ -5395,7 +5395,7 @@ EXAMPLES
|
|
|
5395
5395
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5396
5396
|
```
|
|
5397
5397
|
|
|
5398
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5398
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-user-password.ts)_
|
|
5399
5399
|
|
|
5400
5400
|
## `sf org create agent-user`
|
|
5401
5401
|
|
|
@@ -5473,7 +5473,7 @@ FLAG DESCRIPTIONS
|
|
|
5473
5473
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5474
5474
|
```
|
|
5475
5475
|
|
|
5476
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5476
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/agent-user.ts)_
|
|
5477
5477
|
|
|
5478
5478
|
## `sf org create sandbox`
|
|
5479
5479
|
|
|
@@ -5607,7 +5607,7 @@ FLAG DESCRIPTIONS
|
|
|
5607
5607
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5608
5608
|
```
|
|
5609
5609
|
|
|
5610
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5610
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/sandbox.ts)_
|
|
5611
5611
|
|
|
5612
5612
|
## `sf org create scratch`
|
|
5613
5613
|
|
|
@@ -5789,7 +5789,7 @@ FLAG DESCRIPTIONS
|
|
|
5789
5789
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5790
5790
|
```
|
|
5791
5791
|
|
|
5792
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5792
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/scratch.ts)_
|
|
5793
5793
|
|
|
5794
5794
|
## `sf org create user`
|
|
5795
5795
|
|
|
@@ -5943,7 +5943,7 @@ EXAMPLES
|
|
|
5943
5943
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5944
5944
|
```
|
|
5945
5945
|
|
|
5946
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5946
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/sandbox.ts)_
|
|
5947
5947
|
|
|
5948
5948
|
## `sf org delete scratch`
|
|
5949
5949
|
|
|
@@ -5987,7 +5987,7 @@ EXAMPLES
|
|
|
5987
5987
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5988
5988
|
```
|
|
5989
5989
|
|
|
5990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/scratch.ts)_
|
|
5991
5991
|
|
|
5992
5992
|
## `sf org disable tracking`
|
|
5993
5993
|
|
|
@@ -6026,7 +6026,7 @@ EXAMPLES
|
|
|
6026
6026
|
$ sf org disable tracking
|
|
6027
6027
|
```
|
|
6028
6028
|
|
|
6029
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6029
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/disable/tracking.ts)_
|
|
6030
6030
|
|
|
6031
6031
|
## `sf org display`
|
|
6032
6032
|
|
|
@@ -6071,7 +6071,7 @@ EXAMPLES
|
|
|
6071
6071
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6072
6072
|
```
|
|
6073
6073
|
|
|
6074
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6074
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/display.ts)_
|
|
6075
6075
|
|
|
6076
6076
|
## `sf org display user`
|
|
6077
6077
|
|
|
@@ -6151,7 +6151,7 @@ EXAMPLES
|
|
|
6151
6151
|
$ sf org enable tracking
|
|
6152
6152
|
```
|
|
6153
6153
|
|
|
6154
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6154
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/enable/tracking.ts)_
|
|
6155
6155
|
|
|
6156
6156
|
## `sf org generate password`
|
|
6157
6157
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf org list --clean
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6257
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf org list auth`
|
|
6260
6260
|
|
|
@@ -6393,7 +6393,7 @@ FLAG DESCRIPTIONS
|
|
|
6393
6393
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6394
6394
|
```
|
|
6395
6395
|
|
|
6396
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6396
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata.ts)_
|
|
6397
6397
|
|
|
6398
6398
|
## `sf org list metadata-types`
|
|
6399
6399
|
|
|
@@ -6448,7 +6448,7 @@ FLAG DESCRIPTIONS
|
|
|
6448
6448
|
Override the api version used for api requests made by this command
|
|
6449
6449
|
```
|
|
6450
6450
|
|
|
6451
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6451
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata-types.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf org list sobject record-counts`
|
|
6454
6454
|
|
|
@@ -6997,7 +6997,7 @@ EXAMPLES
|
|
|
6997
6997
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6998
6998
|
```
|
|
6999
6999
|
|
|
7000
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7000
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open.ts)_
|
|
7001
7001
|
|
|
7002
7002
|
## `sf org open agent`
|
|
7003
7003
|
|
|
@@ -7061,7 +7061,7 @@ EXAMPLES
|
|
|
7061
7061
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7062
7062
|
```
|
|
7063
7063
|
|
|
7064
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7064
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/agent.ts)_
|
|
7065
7065
|
|
|
7066
7066
|
## `sf org open authoring-bundle`
|
|
7067
7067
|
|
|
@@ -7107,7 +7107,7 @@ EXAMPLES
|
|
|
7107
7107
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7108
7108
|
```
|
|
7109
7109
|
|
|
7110
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7110
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/authoring-bundle.ts)_
|
|
7111
7111
|
|
|
7112
7112
|
## `sf org refresh sandbox`
|
|
7113
7113
|
|
|
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7210
7210
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7213
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/refresh/sandbox.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf org resume sandbox`
|
|
7216
7216
|
|
|
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
|
|
|
7273
7273
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7274
7274
|
```
|
|
7275
7275
|
|
|
7276
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7276
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/sandbox.ts)_
|
|
7277
7277
|
|
|
7278
7278
|
## `sf org resume scratch`
|
|
7279
7279
|
|
|
@@ -7326,7 +7326,7 @@ FLAG DESCRIPTIONS
|
|
|
7326
7326
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7327
7327
|
```
|
|
7328
7328
|
|
|
7329
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7329
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/scratch.ts)_
|
|
7330
7330
|
|
|
7331
7331
|
## `sf package convert`
|
|
7332
7332
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.149.
|
|
3
|
+
"version": "2.149.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.149.
|
|
9
|
+
"version": "2.149.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "4.0.8",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.3",
|
|
35
35
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
36
|
-
"@salesforce/plugin-org": "6.0.
|
|
36
|
+
"@salesforce/plugin-org": "6.0.9",
|
|
37
37
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
38
38
|
"@salesforce/plugin-schema": "4.0.5",
|
|
39
39
|
"@salesforce/plugin-settings": "3.0.5",
|
|
@@ -3127,6 +3127,22 @@
|
|
|
3127
3127
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3128
3128
|
}
|
|
3129
3129
|
},
|
|
3130
|
+
"node_modules/@oclif/core/node_modules/wsl-utils": {
|
|
3131
|
+
"version": "0.4.0",
|
|
3132
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
|
|
3133
|
+
"integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
|
|
3134
|
+
"license": "MIT",
|
|
3135
|
+
"dependencies": {
|
|
3136
|
+
"is-wsl": "^3.1.0",
|
|
3137
|
+
"powershell-utils": "^0.1.0"
|
|
3138
|
+
},
|
|
3139
|
+
"engines": {
|
|
3140
|
+
"node": ">=20"
|
|
3141
|
+
},
|
|
3142
|
+
"funding": {
|
|
3143
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3144
|
+
}
|
|
3145
|
+
},
|
|
3130
3146
|
"node_modules/@oclif/multi-stage-output": {
|
|
3131
3147
|
"version": "0.8.44",
|
|
3132
3148
|
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.44.tgz",
|
|
@@ -5003,9 +5019,9 @@
|
|
|
5003
5019
|
}
|
|
5004
5020
|
},
|
|
5005
5021
|
"node_modules/@salesforce/plugin-org": {
|
|
5006
|
-
"version": "6.0.
|
|
5007
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
5008
|
-
"integrity": "sha512-
|
|
5022
|
+
"version": "6.0.9",
|
|
5023
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.9.tgz",
|
|
5024
|
+
"integrity": "sha512-We3V0bbQrRzMee7oJfnY1nI4AAvEM0+0MVrJ/DjpgMW1NcNvaYeoz7idw1oXSapC6dSI7dtfg+p3LjJCHP/eKQ==",
|
|
5009
5025
|
"license": "Apache-2.0",
|
|
5010
5026
|
"dependencies": {
|
|
5011
5027
|
"@oclif/core": "^4.13.3",
|
|
@@ -5018,7 +5034,7 @@
|
|
|
5018
5034
|
"ansis": "^3.16.0",
|
|
5019
5035
|
"change-case": "^5.4.4",
|
|
5020
5036
|
"is-wsl": "^3.1.1",
|
|
5021
|
-
"open": "^
|
|
5037
|
+
"open": "^11.0.1",
|
|
5022
5038
|
"terminal-link": "^3.0.0"
|
|
5023
5039
|
},
|
|
5024
5040
|
"engines": {
|
|
@@ -5031,6 +5047,66 @@
|
|
|
5031
5047
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5032
5048
|
"license": "MIT"
|
|
5033
5049
|
},
|
|
5050
|
+
"node_modules/@salesforce/plugin-org/node_modules/open": {
|
|
5051
|
+
"version": "11.0.1",
|
|
5052
|
+
"resolved": "https://registry.npmjs.org/open/-/open-11.0.1.tgz",
|
|
5053
|
+
"integrity": "sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==",
|
|
5054
|
+
"license": "MIT",
|
|
5055
|
+
"dependencies": {
|
|
5056
|
+
"default-browser": "^5.4.0",
|
|
5057
|
+
"define-lazy-prop": "^3.0.0",
|
|
5058
|
+
"is-in-ssh": "^1.0.0",
|
|
5059
|
+
"is-inside-container": "^1.0.0",
|
|
5060
|
+
"powershell-utils": "^0.2.0",
|
|
5061
|
+
"wsl-utils": "^1.0.0"
|
|
5062
|
+
},
|
|
5063
|
+
"engines": {
|
|
5064
|
+
"node": ">=20"
|
|
5065
|
+
},
|
|
5066
|
+
"funding": {
|
|
5067
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
"node_modules/@salesforce/plugin-org/node_modules/powershell-utils": {
|
|
5071
|
+
"version": "0.2.0",
|
|
5072
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz",
|
|
5073
|
+
"integrity": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==",
|
|
5074
|
+
"license": "MIT",
|
|
5075
|
+
"engines": {
|
|
5076
|
+
"node": ">=20"
|
|
5077
|
+
},
|
|
5078
|
+
"funding": {
|
|
5079
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5080
|
+
}
|
|
5081
|
+
},
|
|
5082
|
+
"node_modules/@salesforce/plugin-org/node_modules/wsl-utils": {
|
|
5083
|
+
"version": "1.0.0",
|
|
5084
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz",
|
|
5085
|
+
"integrity": "sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==",
|
|
5086
|
+
"license": "MIT",
|
|
5087
|
+
"dependencies": {
|
|
5088
|
+
"is-wsl": "^3.1.0",
|
|
5089
|
+
"powershell-utils": "^0.1.0"
|
|
5090
|
+
},
|
|
5091
|
+
"engines": {
|
|
5092
|
+
"node": ">=20"
|
|
5093
|
+
},
|
|
5094
|
+
"funding": {
|
|
5095
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5096
|
+
}
|
|
5097
|
+
},
|
|
5098
|
+
"node_modules/@salesforce/plugin-org/node_modules/wsl-utils/node_modules/powershell-utils": {
|
|
5099
|
+
"version": "0.1.0",
|
|
5100
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
|
|
5101
|
+
"integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
|
|
5102
|
+
"license": "MIT",
|
|
5103
|
+
"engines": {
|
|
5104
|
+
"node": ">=20"
|
|
5105
|
+
},
|
|
5106
|
+
"funding": {
|
|
5107
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
5034
5110
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5035
5111
|
"version": "3.0.5",
|
|
5036
5112
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-3.0.5.tgz",
|
|
@@ -9701,9 +9777,9 @@
|
|
|
9701
9777
|
"license": "MIT"
|
|
9702
9778
|
},
|
|
9703
9779
|
"node_modules/default-browser": {
|
|
9704
|
-
"version": "5.5.
|
|
9705
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.
|
|
9706
|
-
"integrity": "sha512-
|
|
9780
|
+
"version": "5.5.1",
|
|
9781
|
+
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz",
|
|
9782
|
+
"integrity": "sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==",
|
|
9707
9783
|
"license": "MIT",
|
|
9708
9784
|
"dependencies": {
|
|
9709
9785
|
"bundle-name": "^4.1.0",
|
|
@@ -13510,6 +13586,18 @@
|
|
|
13510
13586
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13511
13587
|
}
|
|
13512
13588
|
},
|
|
13589
|
+
"node_modules/is-in-ssh": {
|
|
13590
|
+
"version": "1.0.0",
|
|
13591
|
+
"resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
|
|
13592
|
+
"integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
|
|
13593
|
+
"license": "MIT",
|
|
13594
|
+
"engines": {
|
|
13595
|
+
"node": ">=20"
|
|
13596
|
+
},
|
|
13597
|
+
"funding": {
|
|
13598
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13599
|
+
}
|
|
13600
|
+
},
|
|
13513
13601
|
"node_modules/is-inside-container": {
|
|
13514
13602
|
"version": "1.0.0",
|
|
13515
13603
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -18980,21 +19068,6 @@
|
|
|
18980
19068
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18981
19069
|
}
|
|
18982
19070
|
},
|
|
18983
|
-
"node_modules/open/node_modules/wsl-utils": {
|
|
18984
|
-
"version": "0.1.0",
|
|
18985
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
18986
|
-
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
18987
|
-
"license": "MIT",
|
|
18988
|
-
"dependencies": {
|
|
18989
|
-
"is-wsl": "^3.1.0"
|
|
18990
|
-
},
|
|
18991
|
-
"engines": {
|
|
18992
|
-
"node": ">=18"
|
|
18993
|
-
},
|
|
18994
|
-
"funding": {
|
|
18995
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
18996
|
-
}
|
|
18997
|
-
},
|
|
18998
19071
|
"node_modules/optionator": {
|
|
18999
19072
|
"version": "0.9.4",
|
|
19000
19073
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
@@ -23157,16 +23230,15 @@
|
|
|
23157
23230
|
}
|
|
23158
23231
|
},
|
|
23159
23232
|
"node_modules/wsl-utils": {
|
|
23160
|
-
"version": "0.
|
|
23161
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.
|
|
23162
|
-
"integrity": "sha512-
|
|
23233
|
+
"version": "0.1.0",
|
|
23234
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
23235
|
+
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
23163
23236
|
"license": "MIT",
|
|
23164
23237
|
"dependencies": {
|
|
23165
|
-
"is-wsl": "^3.1.0"
|
|
23166
|
-
"powershell-utils": "^0.1.0"
|
|
23238
|
+
"is-wsl": "^3.1.0"
|
|
23167
23239
|
},
|
|
23168
23240
|
"engines": {
|
|
23169
|
-
"node": ">=
|
|
23241
|
+
"node": ">=18"
|
|
23170
23242
|
},
|
|
23171
23243
|
"funding": {
|
|
23172
23244
|
"url": "https://github.com/sponsors/sindresorhus"
|
package/oclif.lock
CHANGED
|
@@ -2135,10 +2135,10 @@
|
|
|
2135
2135
|
got "^13.0.0"
|
|
2136
2136
|
proxy-agent "^6.5.0"
|
|
2137
2137
|
|
|
2138
|
-
"@salesforce/plugin-org@6.0.
|
|
2139
|
-
version "6.0.
|
|
2140
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
2141
|
-
integrity sha512-
|
|
2138
|
+
"@salesforce/plugin-org@6.0.9":
|
|
2139
|
+
version "6.0.9"
|
|
2140
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.9.tgz"
|
|
2141
|
+
integrity sha512-We3V0bbQrRzMee7oJfnY1nI4AAvEM0+0MVrJ/DjpgMW1NcNvaYeoz7idw1oXSapC6dSI7dtfg+p3LjJCHP/eKQ==
|
|
2142
2142
|
dependencies:
|
|
2143
2143
|
"@oclif/core" "^4.13.3"
|
|
2144
2144
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
ansis "^3.16.0"
|
|
2151
2151
|
change-case "^5.4.4"
|
|
2152
2152
|
is-wsl "^3.1.1"
|
|
2153
|
-
open "^
|
|
2153
|
+
open "^11.0.1"
|
|
2154
2154
|
terminal-link "^3.0.0"
|
|
2155
2155
|
|
|
2156
2156
|
"@salesforce/plugin-packaging@3.0.5":
|
|
@@ -4461,10 +4461,10 @@ default-browser-id@^5.0.0:
|
|
|
4461
4461
|
resolved "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz"
|
|
4462
4462
|
integrity sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==
|
|
4463
4463
|
|
|
4464
|
-
default-browser@^5.2.1:
|
|
4465
|
-
version "5.5.
|
|
4466
|
-
resolved "https://registry.npmjs.org/default-browser/-/default-browser-5.5.
|
|
4467
|
-
integrity sha512-
|
|
4464
|
+
default-browser@^5.2.1, default-browser@^5.4.0:
|
|
4465
|
+
version "5.5.1"
|
|
4466
|
+
resolved "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz"
|
|
4467
|
+
integrity sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==
|
|
4468
4468
|
dependencies:
|
|
4469
4469
|
bundle-name "^4.1.0"
|
|
4470
4470
|
default-browser-id "^5.0.0"
|
|
@@ -6530,6 +6530,11 @@ is-in-ci@^0.1.0:
|
|
|
6530
6530
|
resolved "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz"
|
|
6531
6531
|
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
|
|
6532
6532
|
|
|
6533
|
+
is-in-ssh@^1.0.0:
|
|
6534
|
+
version "1.0.0"
|
|
6535
|
+
resolved "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz"
|
|
6536
|
+
integrity sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==
|
|
6537
|
+
|
|
6533
6538
|
is-inside-container@^1.0.0:
|
|
6534
6539
|
version "1.0.0"
|
|
6535
6540
|
resolved "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz"
|
|
@@ -8489,6 +8494,18 @@ open@^10.2.0:
|
|
|
8489
8494
|
is-inside-container "^1.0.0"
|
|
8490
8495
|
wsl-utils "^0.1.0"
|
|
8491
8496
|
|
|
8497
|
+
open@^11.0.1:
|
|
8498
|
+
version "11.0.1"
|
|
8499
|
+
resolved "https://registry.npmjs.org/open/-/open-11.0.1.tgz"
|
|
8500
|
+
integrity sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==
|
|
8501
|
+
dependencies:
|
|
8502
|
+
default-browser "^5.4.0"
|
|
8503
|
+
define-lazy-prop "^3.0.0"
|
|
8504
|
+
is-in-ssh "^1.0.0"
|
|
8505
|
+
is-inside-container "^1.0.0"
|
|
8506
|
+
powershell-utils "^0.2.0"
|
|
8507
|
+
wsl-utils "^1.0.0"
|
|
8508
|
+
|
|
8492
8509
|
optionator@^0.9.3:
|
|
8493
8510
|
version "0.9.4"
|
|
8494
8511
|
resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz"
|
|
@@ -8940,6 +8957,11 @@ powershell-utils@^0.1.0:
|
|
|
8940
8957
|
resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz"
|
|
8941
8958
|
integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==
|
|
8942
8959
|
|
|
8960
|
+
powershell-utils@^0.2.0:
|
|
8961
|
+
version "0.2.0"
|
|
8962
|
+
resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz"
|
|
8963
|
+
integrity sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==
|
|
8964
|
+
|
|
8943
8965
|
prelude-ls@^1.2.1:
|
|
8944
8966
|
version "1.2.1"
|
|
8945
8967
|
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
|
|
@@ -11075,6 +11097,14 @@ wsl-utils@^0.4.0:
|
|
|
11075
11097
|
is-wsl "^3.1.0"
|
|
11076
11098
|
powershell-utils "^0.1.0"
|
|
11077
11099
|
|
|
11100
|
+
wsl-utils@^1.0.0:
|
|
11101
|
+
version "1.0.0"
|
|
11102
|
+
resolved "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz"
|
|
11103
|
+
integrity sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==
|
|
11104
|
+
dependencies:
|
|
11105
|
+
is-wsl "^3.1.0"
|
|
11106
|
+
powershell-utils "^0.1.0"
|
|
11107
|
+
|
|
11078
11108
|
xml-naming@^0.3.0:
|
|
11079
11109
|
version "0.3.0"
|
|
11080
11110
|
resolved "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz"
|
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.149.
|
|
4
|
+
"version": "2.149.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"@salesforce/plugin-info": "4.0.8",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.3",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
171
|
-
"@salesforce/plugin-org": "6.0.
|
|
171
|
+
"@salesforce/plugin-org": "6.0.9",
|
|
172
172
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
173
173
|
"@salesforce/plugin-schema": "4.0.5",
|
|
174
174
|
"@salesforce/plugin-settings": "3.0.5",
|