@salesforce/cli 2.69.11 → 2.69.12
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 +16 -16
- package/npm-shrinkwrap.json +23 -23
- package/oclif.lock +23 -23
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.69.
|
|
27
|
+
@salesforce/cli/2.69.12 linux-x64 node-v22.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3354,7 +3354,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3354
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3355
|
```
|
|
3356
3356
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3357
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/create/scratch.ts)_
|
|
3358
3358
|
|
|
3359
3359
|
## `sf org create user`
|
|
3360
3360
|
|
|
@@ -3508,7 +3508,7 @@ EXAMPLES
|
|
|
3508
3508
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3509
|
```
|
|
3510
3510
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3511
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/delete/sandbox.ts)_
|
|
3512
3512
|
|
|
3513
3513
|
## `sf org delete scratch`
|
|
3514
3514
|
|
|
@@ -3552,7 +3552,7 @@ EXAMPLES
|
|
|
3552
3552
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3553
|
```
|
|
3554
3554
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3555
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/delete/scratch.ts)_
|
|
3556
3556
|
|
|
3557
3557
|
## `sf org disable tracking`
|
|
3558
3558
|
|
|
@@ -3591,7 +3591,7 @@ EXAMPLES
|
|
|
3591
3591
|
$ sf org disable tracking
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/disable/tracking.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf org display`
|
|
3597
3597
|
|
|
@@ -3636,7 +3636,7 @@ EXAMPLES
|
|
|
3636
3636
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3637
|
```
|
|
3638
3638
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3639
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/display.ts)_
|
|
3640
3640
|
|
|
3641
3641
|
## `sf org display user`
|
|
3642
3642
|
|
|
@@ -3717,7 +3717,7 @@ EXAMPLES
|
|
|
3717
3717
|
$ sf org enable tracking
|
|
3718
3718
|
```
|
|
3719
3719
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/enable/tracking.ts)_
|
|
3721
3721
|
|
|
3722
3722
|
## `sf org generate password`
|
|
3723
3723
|
|
|
@@ -3823,7 +3823,7 @@ EXAMPLES
|
|
|
3823
3823
|
$ sf org list --clean
|
|
3824
3824
|
```
|
|
3825
3825
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3826
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/list.ts)_
|
|
3827
3827
|
|
|
3828
3828
|
## `sf org list auth`
|
|
3829
3829
|
|
|
@@ -3962,7 +3962,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3962
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3963
|
```
|
|
3964
3964
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3965
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/list/metadata.ts)_
|
|
3966
3966
|
|
|
3967
3967
|
## `sf org list metadata-types`
|
|
3968
3968
|
|
|
@@ -4017,7 +4017,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4017
|
Override the api version used for api requests made by this command
|
|
4018
4018
|
```
|
|
4019
4019
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4020
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/list/metadata-types.ts)_
|
|
4021
4021
|
|
|
4022
4022
|
## `sf org list sobject record-counts`
|
|
4023
4023
|
|
|
@@ -4600,7 +4600,7 @@ EXAMPLES
|
|
|
4600
4600
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4601
|
```
|
|
4602
4602
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4603
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/open.ts)_
|
|
4604
4604
|
|
|
4605
4605
|
## `sf org open agent`
|
|
4606
4606
|
|
|
@@ -4651,7 +4651,7 @@ EXAMPLES
|
|
|
4651
4651
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4652
|
```
|
|
4653
4653
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4654
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/open/agent.ts)_
|
|
4655
4655
|
|
|
4656
4656
|
## `sf org refresh sandbox`
|
|
4657
4657
|
|
|
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4728
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4729
|
```
|
|
4730
4730
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4731
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4732
|
|
|
4733
4733
|
## `sf org resume sandbox`
|
|
4734
4734
|
|
|
@@ -4791,7 +4791,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4791
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4792
|
```
|
|
4793
4793
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4794
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/resume/sandbox.ts)_
|
|
4795
4795
|
|
|
4796
4796
|
## `sf org resume scratch`
|
|
4797
4797
|
|
|
@@ -4838,7 +4838,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4838
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4839
|
```
|
|
4840
4840
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4841
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.7/src/commands/org/resume/scratch.ts)_
|
|
4842
4842
|
|
|
4843
4843
|
## `sf package create`
|
|
4844
4844
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.69.
|
|
3
|
+
"version": "2.69.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.69.
|
|
9
|
+
"version": "2.69.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.34",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.11",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.12",
|
|
17
17
|
"@oclif/plugin-help": "6.2.18",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@salesforce/plugin-info": "3.4.25",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.42",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
35
|
+
"@salesforce/plugin-org": "5.2.7",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.5",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.43",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.8",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
56
56
|
"@salesforce/ts-types": "^2.0.10",
|
|
57
57
|
"aws-sdk": "^2.1692.0",
|
|
58
|
-
"oclif": "^4.15.
|
|
58
|
+
"oclif": "^4.15.30",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.7.2"
|
|
61
61
|
},
|
|
@@ -447,9 +447,9 @@
|
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
449
|
"node_modules/@aws-sdk/client-s3": {
|
|
450
|
-
"version": "3.
|
|
451
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
452
|
-
"integrity": "sha512-
|
|
450
|
+
"version": "3.703.0",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.703.0.tgz",
|
|
452
|
+
"integrity": "sha512-4TSrIamzASTeRPKXrTLcEwo+viPTuOSGcbXh4HC1R0m/rXwK0BHJ4btJ0Q34nZNF+WzvM+FiemXVjNc8qTAxog==",
|
|
453
453
|
"dev": true,
|
|
454
454
|
"license": "Apache-2.0",
|
|
455
455
|
"dependencies": {
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
463
463
|
"@aws-sdk/middleware-bucket-endpoint": "3.696.0",
|
|
464
464
|
"@aws-sdk/middleware-expect-continue": "3.696.0",
|
|
465
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
465
|
+
"@aws-sdk/middleware-flexible-checksums": "3.701.0",
|
|
466
466
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
467
467
|
"@aws-sdk/middleware-location-constraint": "3.696.0",
|
|
468
468
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
@@ -1932,9 +1932,9 @@
|
|
|
1932
1932
|
}
|
|
1933
1933
|
},
|
|
1934
1934
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
1935
|
-
"version": "3.
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
1937
|
-
"integrity": "sha512-
|
|
1935
|
+
"version": "3.701.0",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.701.0.tgz",
|
|
1937
|
+
"integrity": "sha512-adNaPCyTT+CiVM0ufDiO1Fe7nlRmJdI9Hcgj0M9S6zR7Dw70Ra5z8Lslkd7syAccYvZaqxLklGjPQH/7GNxwTA==",
|
|
1938
1938
|
"dev": true,
|
|
1939
1939
|
"license": "Apache-2.0",
|
|
1940
1940
|
"dependencies": {
|
|
@@ -4871,9 +4871,9 @@
|
|
|
4871
4871
|
}
|
|
4872
4872
|
},
|
|
4873
4873
|
"node_modules/@oclif/core": {
|
|
4874
|
-
"version": "4.0.
|
|
4875
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4876
|
-
"integrity": "sha512-
|
|
4874
|
+
"version": "4.0.34",
|
|
4875
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz",
|
|
4876
|
+
"integrity": "sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==",
|
|
4877
4877
|
"license": "MIT",
|
|
4878
4878
|
"dependencies": {
|
|
4879
4879
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6333,16 +6333,16 @@
|
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
6335
6335
|
"node_modules/@salesforce/plugin-org": {
|
|
6336
|
-
"version": "5.2.
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
6338
|
-
"integrity": "sha512-
|
|
6336
|
+
"version": "5.2.7",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.7.tgz",
|
|
6338
|
+
"integrity": "sha512-XLuDGU1KaLA+i+zUhGD/sKGTbnMzsUnYgtkbWbplyd6cYot0DhhPLdbZIKoldhWb005v5XvNEqXQChjMhzK2/A==",
|
|
6339
6339
|
"license": "BSD-3-Clause",
|
|
6340
6340
|
"dependencies": {
|
|
6341
6341
|
"@oclif/core": "^4.0.30",
|
|
6342
6342
|
"@oclif/multi-stage-output": "^0.7.15",
|
|
6343
6343
|
"@salesforce/core": "^8.6.4",
|
|
6344
6344
|
"@salesforce/kit": "^3.2.3",
|
|
6345
|
-
"@salesforce/sf-plugins-core": "^12.0
|
|
6345
|
+
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
6346
6346
|
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
|
6347
6347
|
"@salesforce/ts-types": "^2.0.12",
|
|
6348
6348
|
"ansis": "^3.2.0",
|
|
@@ -21078,14 +21078,14 @@
|
|
|
21078
21078
|
"license": "MIT"
|
|
21079
21079
|
},
|
|
21080
21080
|
"node_modules/oclif": {
|
|
21081
|
-
"version": "4.15.
|
|
21082
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.
|
|
21083
|
-
"integrity": "sha512-
|
|
21081
|
+
"version": "4.15.30",
|
|
21082
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.30.tgz",
|
|
21083
|
+
"integrity": "sha512-FL2vEfmglnNMLyOVNfemYG2KL534AlAi7cFBcD2TWtrQKoHTi7JHe4k9j8TPca6KCqDNvsuhuxP3AClZeHiCcg==",
|
|
21084
21084
|
"dev": true,
|
|
21085
21085
|
"license": "MIT",
|
|
21086
21086
|
"dependencies": {
|
|
21087
21087
|
"@aws-sdk/client-cloudfront": "^3.687.0",
|
|
21088
|
-
"@aws-sdk/client-s3": "^3.
|
|
21088
|
+
"@aws-sdk/client-s3": "^3.701.0",
|
|
21089
21089
|
"@inquirer/confirm": "^3.1.22",
|
|
21090
21090
|
"@inquirer/input": "^2.2.4",
|
|
21091
21091
|
"@inquirer/select": "^2.5.0",
|
package/oclif.lock
CHANGED
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"@smithy/util-waiter" "^3.1.7"
|
|
142
142
|
tslib "^2.6.2"
|
|
143
143
|
|
|
144
|
-
"@aws-sdk/client-s3@^3.
|
|
145
|
-
version "3.
|
|
146
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
147
|
-
integrity sha512-
|
|
144
|
+
"@aws-sdk/client-s3@^3.701.0":
|
|
145
|
+
version "3.703.0"
|
|
146
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.703.0.tgz"
|
|
147
|
+
integrity sha512-4TSrIamzASTeRPKXrTLcEwo+viPTuOSGcbXh4HC1R0m/rXwK0BHJ4btJ0Q34nZNF+WzvM+FiemXVjNc8qTAxog==
|
|
148
148
|
dependencies:
|
|
149
149
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
150
150
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@aws-sdk/credential-provider-node" "3.699.0"
|
|
156
156
|
"@aws-sdk/middleware-bucket-endpoint" "3.696.0"
|
|
157
157
|
"@aws-sdk/middleware-expect-continue" "3.696.0"
|
|
158
|
-
"@aws-sdk/middleware-flexible-checksums" "3.
|
|
158
|
+
"@aws-sdk/middleware-flexible-checksums" "3.701.0"
|
|
159
159
|
"@aws-sdk/middleware-host-header" "3.696.0"
|
|
160
160
|
"@aws-sdk/middleware-location-constraint" "3.696.0"
|
|
161
161
|
"@aws-sdk/middleware-logger" "3.696.0"
|
|
@@ -732,10 +732,10 @@
|
|
|
732
732
|
"@smithy/types" "^3.7.1"
|
|
733
733
|
tslib "^2.6.2"
|
|
734
734
|
|
|
735
|
-
"@aws-sdk/middleware-flexible-checksums@3.
|
|
736
|
-
version "3.
|
|
737
|
-
resolved "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
738
|
-
integrity sha512-
|
|
735
|
+
"@aws-sdk/middleware-flexible-checksums@3.701.0":
|
|
736
|
+
version "3.701.0"
|
|
737
|
+
resolved "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.701.0.tgz"
|
|
738
|
+
integrity sha512-adNaPCyTT+CiVM0ufDiO1Fe7nlRmJdI9Hcgj0M9S6zR7Dw70Ra5z8Lslkd7syAccYvZaqxLklGjPQH/7GNxwTA==
|
|
739
739
|
dependencies:
|
|
740
740
|
"@aws-crypto/crc32" "5.2.0"
|
|
741
741
|
"@aws-crypto/crc32c" "5.2.0"
|
|
@@ -2064,10 +2064,10 @@
|
|
|
2064
2064
|
proc-log "^5.0.0"
|
|
2065
2065
|
which "^5.0.0"
|
|
2066
2066
|
|
|
2067
|
-
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.30", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33", "@oclif/core@^4.0.6", "@oclif/core@4.0.
|
|
2068
|
-
version "4.0.
|
|
2069
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
2070
|
-
integrity sha512-
|
|
2067
|
+
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.30", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33", "@oclif/core@^4.0.6", "@oclif/core@4.0.34":
|
|
2068
|
+
version "4.0.34"
|
|
2069
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz"
|
|
2070
|
+
integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==
|
|
2071
2071
|
dependencies:
|
|
2072
2072
|
ansi-escapes "^4.3.2"
|
|
2073
2073
|
ansis "^3.3.2"
|
|
@@ -2648,16 +2648,16 @@
|
|
|
2648
2648
|
got "^13.0.0"
|
|
2649
2649
|
proxy-agent "^6.4.0"
|
|
2650
2650
|
|
|
2651
|
-
"@salesforce/plugin-org@5.2.
|
|
2652
|
-
version "5.2.
|
|
2653
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2654
|
-
integrity sha512-
|
|
2651
|
+
"@salesforce/plugin-org@5.2.7":
|
|
2652
|
+
version "5.2.7"
|
|
2653
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.7.tgz"
|
|
2654
|
+
integrity sha512-XLuDGU1KaLA+i+zUhGD/sKGTbnMzsUnYgtkbWbplyd6cYot0DhhPLdbZIKoldhWb005v5XvNEqXQChjMhzK2/A==
|
|
2655
2655
|
dependencies:
|
|
2656
2656
|
"@oclif/core" "^4.0.30"
|
|
2657
2657
|
"@oclif/multi-stage-output" "^0.7.15"
|
|
2658
2658
|
"@salesforce/core" "^8.6.4"
|
|
2659
2659
|
"@salesforce/kit" "^3.2.3"
|
|
2660
|
-
"@salesforce/sf-plugins-core" "^12.0
|
|
2660
|
+
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
2661
2661
|
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
|
2662
2662
|
"@salesforce/ts-types" "^2.0.12"
|
|
2663
2663
|
ansis "^3.2.0"
|
|
@@ -9223,13 +9223,13 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
9223
9223
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
9224
9224
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
9225
9225
|
|
|
9226
|
-
oclif@^4.15.
|
|
9227
|
-
version "4.15.
|
|
9228
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.
|
|
9229
|
-
integrity sha512-
|
|
9226
|
+
oclif@^4.15.30:
|
|
9227
|
+
version "4.15.30"
|
|
9228
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.30.tgz"
|
|
9229
|
+
integrity sha512-FL2vEfmglnNMLyOVNfemYG2KL534AlAi7cFBcD2TWtrQKoHTi7JHe4k9j8TPca6KCqDNvsuhuxP3AClZeHiCcg==
|
|
9230
9230
|
dependencies:
|
|
9231
9231
|
"@aws-sdk/client-cloudfront" "^3.687.0"
|
|
9232
|
-
"@aws-sdk/client-s3" "^3.
|
|
9232
|
+
"@aws-sdk/client-s3" "^3.701.0"
|
|
9233
9233
|
"@inquirer/confirm" "^3.1.22"
|
|
9234
9234
|
"@inquirer/input" "^2.2.4"
|
|
9235
9235
|
"@inquirer/select" "^2.5.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.69.
|
|
4
|
+
"version": "2.69.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
|
-
"@oclif/core": "4.0.
|
|
142
|
+
"@oclif/core": "4.0.34",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.2.11",
|
|
144
144
|
"@oclif/plugin-commands": "4.1.12",
|
|
145
145
|
"@oclif/plugin-help": "6.2.18",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@salesforce/plugin-info": "3.4.25",
|
|
161
161
|
"@salesforce/plugin-limits": "3.3.42",
|
|
162
162
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
163
|
-
"@salesforce/plugin-org": "5.2.
|
|
163
|
+
"@salesforce/plugin-org": "5.2.7",
|
|
164
164
|
"@salesforce/plugin-packaging": "2.9.5",
|
|
165
165
|
"@salesforce/plugin-schema": "3.3.43",
|
|
166
166
|
"@salesforce/plugin-settings": "2.4.8",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.10",
|
|
255
255
|
"aws-sdk": "^2.1692.0",
|
|
256
|
-
"oclif": "^4.15.
|
|
256
|
+
"oclif": "^4.15.30",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
258
|
"typescript": "^5.7.2"
|
|
259
259
|
},
|