@salesforce/cli 2.19.2 → 2.19.4
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 +13 -16
- package/npm-shrinkwrap.json +55 -55
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.19.
|
|
27
|
+
@salesforce/cli/2.19.4 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -495,7 +495,7 @@ FLAG DESCRIPTIONS
|
|
|
495
495
|
directory.
|
|
496
496
|
```
|
|
497
497
|
|
|
498
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
498
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/get/log.ts)_
|
|
499
499
|
|
|
500
500
|
## `sf apex get test`
|
|
501
501
|
|
|
@@ -547,7 +547,7 @@ EXAMPLES
|
|
|
547
547
|
me@myorg',
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
550
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/get/test.ts)_
|
|
551
551
|
|
|
552
552
|
## `sf apex list log`
|
|
553
553
|
|
|
@@ -585,7 +585,7 @@ EXAMPLES
|
|
|
585
585
|
$ sf apex list log --target-org me@my.org
|
|
586
586
|
```
|
|
587
587
|
|
|
588
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
588
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/list/log.ts)_
|
|
589
589
|
|
|
590
590
|
## `sf apex run`
|
|
591
591
|
|
|
@@ -630,7 +630,7 @@ EXAMPLES
|
|
|
630
630
|
$ sf apex run
|
|
631
631
|
```
|
|
632
632
|
|
|
633
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
633
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/run.ts)_
|
|
634
634
|
|
|
635
635
|
## `sf apex run test`
|
|
636
636
|
|
|
@@ -736,7 +736,7 @@ FLAG DESCRIPTIONS
|
|
|
736
736
|
--tests Test1 --tests Test2
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
739
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/run/test.ts)_
|
|
740
740
|
|
|
741
741
|
## `sf apex tail log`
|
|
742
742
|
|
|
@@ -744,7 +744,7 @@ Activate debug logging and display logs in the terminal.
|
|
|
744
744
|
|
|
745
745
|
```
|
|
746
746
|
USAGE
|
|
747
|
-
$ sf apex tail log -o <value> [--
|
|
747
|
+
$ sf apex tail log -o <value> [--api-version <value>] [-c] [-d <value> | -s]
|
|
748
748
|
|
|
749
749
|
FLAGS
|
|
750
750
|
-c, --color Apply default colors to noteworthy log lines.
|
|
@@ -753,9 +753,6 @@ FLAGS
|
|
|
753
753
|
-s, --skip-trace-flag Skip trace flag setup. Assumes that a trace flag and debug level are fully set up.
|
|
754
754
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
755
755
|
|
|
756
|
-
GLOBAL FLAGS
|
|
757
|
-
--json Format output as json.
|
|
758
|
-
|
|
759
756
|
DESCRIPTION
|
|
760
757
|
Activate debug logging and display logs in the terminal.
|
|
761
758
|
|
|
@@ -778,7 +775,7 @@ EXAMPLES
|
|
|
778
775
|
$ sf apex tail log --color --skip-trace-flag
|
|
779
776
|
```
|
|
780
777
|
|
|
781
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
778
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.6/src/commands/apex/tail/log.ts)_
|
|
782
779
|
|
|
783
780
|
## `sf autocomplete [SHELL]`
|
|
784
781
|
|
|
@@ -841,7 +838,7 @@ DESCRIPTION
|
|
|
841
838
|
list all the commands
|
|
842
839
|
```
|
|
843
840
|
|
|
844
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.
|
|
841
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.7/src/commands/commands.ts)_
|
|
845
842
|
|
|
846
843
|
## `sf config get`
|
|
847
844
|
|
|
@@ -3129,7 +3126,7 @@ DESCRIPTION
|
|
|
3129
3126
|
Display help for sf.
|
|
3130
3127
|
```
|
|
3131
3128
|
|
|
3132
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
3129
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.7/src/commands/help.ts)_
|
|
3133
3130
|
|
|
3134
3131
|
## `sf info releasenotes display`
|
|
3135
3132
|
|
|
@@ -7053,7 +7050,7 @@ DESCRIPTION
|
|
|
7053
7050
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7054
7051
|
```
|
|
7055
7052
|
|
|
7056
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7053
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.8/src/commands/search.ts)_
|
|
7057
7054
|
|
|
7058
7055
|
## `sf sobject describe`
|
|
7059
7056
|
|
|
@@ -7252,7 +7249,7 @@ FLAG DESCRIPTIONS
|
|
|
7252
7249
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7253
7250
|
```
|
|
7254
7251
|
|
|
7255
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
7252
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.7/src/commands/version.ts)_
|
|
7256
7253
|
|
|
7257
7254
|
## `sf visualforce generate component`
|
|
7258
7255
|
|
|
@@ -7374,6 +7371,6 @@ EXAMPLES
|
|
|
7374
7371
|
$ sf which help
|
|
7375
7372
|
```
|
|
7376
7373
|
|
|
7377
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.
|
|
7374
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.10/src/commands/which.ts)_
|
|
7378
7375
|
|
|
7379
7376
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.19.
|
|
9
|
+
"version": "2.19.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.11.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
|
-
"@oclif/plugin-commands": "3.0.
|
|
16
|
-
"@oclif/plugin-help": "6.0.
|
|
15
|
+
"@oclif/plugin-commands": "3.0.7",
|
|
16
|
+
"@oclif/plugin-help": "6.0.7",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.4",
|
|
18
18
|
"@oclif/plugin-plugins": "4.1.8",
|
|
19
|
-
"@oclif/plugin-search": "1.0.
|
|
19
|
+
"@oclif/plugin-search": "1.0.8",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
|
-
"@oclif/plugin-version": "2.0.
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
21
|
+
"@oclif/plugin-version": "2.0.7",
|
|
22
|
+
"@oclif/plugin-warn-if-update-available": "3.0.3",
|
|
23
|
+
"@oclif/plugin-which": "3.0.10",
|
|
24
24
|
"@salesforce/core": "^6.1.3",
|
|
25
|
-
"@salesforce/plugin-apex": "3.0.
|
|
25
|
+
"@salesforce/plugin-apex": "3.0.6",
|
|
26
26
|
"@salesforce/plugin-auth": "3.0.6",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.1",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "2.1.2",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-templates": "56.0.1",
|
|
40
40
|
"@salesforce/plugin-trust": "3.0.4",
|
|
41
41
|
"@salesforce/plugin-user": "3.0.4",
|
|
42
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
42
|
+
"@salesforce/sf-plugins-core": "5.0.2",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
45
45
|
"bin": {
|
|
@@ -2391,12 +2391,12 @@
|
|
|
2391
2391
|
}
|
|
2392
2392
|
},
|
|
2393
2393
|
"node_modules/@oclif/plugin-commands": {
|
|
2394
|
-
"version": "3.0.
|
|
2395
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.
|
|
2396
|
-
"integrity": "sha512-
|
|
2394
|
+
"version": "3.0.7",
|
|
2395
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.7.tgz",
|
|
2396
|
+
"integrity": "sha512-xVJCLxlrPrYbGaUyjqyHlnSXOAyyxy/zLiyiZXuzwr/K4/qXDXk18COkh/Ump5aVyagSgFR2QMp8nakkQmbxEg==",
|
|
2397
2397
|
"license": "MIT",
|
|
2398
2398
|
"dependencies": {
|
|
2399
|
-
"@oclif/core": "^3.
|
|
2399
|
+
"@oclif/core": "^3.11.0",
|
|
2400
2400
|
"lodash.pickby": "^4.6.0",
|
|
2401
2401
|
"lodash.sortby": "^4.7.0",
|
|
2402
2402
|
"lodash.template": "^4.5.0",
|
|
@@ -2407,12 +2407,12 @@
|
|
|
2407
2407
|
}
|
|
2408
2408
|
},
|
|
2409
2409
|
"node_modules/@oclif/plugin-help": {
|
|
2410
|
-
"version": "6.0.
|
|
2411
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2412
|
-
"integrity": "sha512
|
|
2410
|
+
"version": "6.0.7",
|
|
2411
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.7.tgz",
|
|
2412
|
+
"integrity": "sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==",
|
|
2413
2413
|
"license": "MIT",
|
|
2414
2414
|
"dependencies": {
|
|
2415
|
-
"@oclif/core": "^3.
|
|
2415
|
+
"@oclif/core": "^3.11.0"
|
|
2416
2416
|
},
|
|
2417
2417
|
"engines": {
|
|
2418
2418
|
"node": ">=18.0.0"
|
|
@@ -5991,12 +5991,12 @@
|
|
|
5991
5991
|
}
|
|
5992
5992
|
},
|
|
5993
5993
|
"node_modules/@oclif/plugin-search": {
|
|
5994
|
-
"version": "1.0.
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.
|
|
5996
|
-
"integrity": "sha512-
|
|
5994
|
+
"version": "1.0.8",
|
|
5995
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.8.tgz",
|
|
5996
|
+
"integrity": "sha512-InaXCpMAugjLOkaZ2eioxi9HmTx3jD4Q4GTg6OA4ialu+Hs5xF8LUt4tWYM4hNLX0Tmsu6/Uu8kIVE3/B40dQQ==",
|
|
5997
5997
|
"license": "MIT",
|
|
5998
5998
|
"dependencies": {
|
|
5999
|
-
"@oclif/core": "^3.
|
|
5999
|
+
"@oclif/core": "^3.11.0",
|
|
6000
6000
|
"inquirer-autocomplete-standalone": "^0.8.1"
|
|
6001
6001
|
},
|
|
6002
6002
|
"engines": {
|
|
@@ -6121,24 +6121,24 @@
|
|
|
6121
6121
|
}
|
|
6122
6122
|
},
|
|
6123
6123
|
"node_modules/@oclif/plugin-version": {
|
|
6124
|
-
"version": "2.0.
|
|
6125
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
6126
|
-
"integrity": "sha512-
|
|
6124
|
+
"version": "2.0.7",
|
|
6125
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.7.tgz",
|
|
6126
|
+
"integrity": "sha512-K4+86C9d4SngkmWGSxpCQzjgo5sjD0btXLZOaPwru2oNltpLSrSb3AYKop8ZVM3r4XWANPrIUAO7Be3IdAcLNQ==",
|
|
6127
6127
|
"license": "MIT",
|
|
6128
6128
|
"dependencies": {
|
|
6129
|
-
"@oclif/core": "^3.
|
|
6129
|
+
"@oclif/core": "^3.11.0"
|
|
6130
6130
|
},
|
|
6131
6131
|
"engines": {
|
|
6132
6132
|
"node": ">=18.0.0"
|
|
6133
6133
|
}
|
|
6134
6134
|
},
|
|
6135
6135
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
6136
|
-
"version": "3.0.
|
|
6137
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
6138
|
-
"integrity": "sha512-
|
|
6136
|
+
"version": "3.0.3",
|
|
6137
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.3.tgz",
|
|
6138
|
+
"integrity": "sha512-p9Ai5olqj52NTndtntFbVreRCtJg9dgnfAl5Zi6hmIpgzVtPYDxLwa3PnMufKFc3fUkno5xnJ0TsKfxt0QruDw==",
|
|
6139
6139
|
"license": "MIT",
|
|
6140
6140
|
"dependencies": {
|
|
6141
|
-
"@oclif/core": "^3.
|
|
6141
|
+
"@oclif/core": "^3.11.0",
|
|
6142
6142
|
"chalk": "^5.3.0",
|
|
6143
6143
|
"debug": "^4.1.0",
|
|
6144
6144
|
"http-call": "^5.2.2",
|
|
@@ -6161,12 +6161,12 @@
|
|
|
6161
6161
|
}
|
|
6162
6162
|
},
|
|
6163
6163
|
"node_modules/@oclif/plugin-which": {
|
|
6164
|
-
"version": "3.0.
|
|
6165
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
6166
|
-
"integrity": "sha512
|
|
6164
|
+
"version": "3.0.10",
|
|
6165
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.10.tgz",
|
|
6166
|
+
"integrity": "sha512-/szaFxrcjQVDJfsoQK9kAGdssa2PoB+Vbye6k6m2EzBSCC0CEqTYoCL4MEwf6Mf51CgVS2eA9IEM75nQHwP2fA==",
|
|
6167
6167
|
"license": "MIT",
|
|
6168
6168
|
"dependencies": {
|
|
6169
|
-
"@oclif/core": "^3.
|
|
6169
|
+
"@oclif/core": "^3.11.0"
|
|
6170
6170
|
},
|
|
6171
6171
|
"engines": {
|
|
6172
6172
|
"node": ">=18.0.0"
|
|
@@ -7052,15 +7052,15 @@
|
|
|
7052
7052
|
}
|
|
7053
7053
|
},
|
|
7054
7054
|
"node_modules/@salesforce/plugin-apex": {
|
|
7055
|
-
"version": "3.0.
|
|
7056
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.
|
|
7057
|
-
"integrity": "sha512-
|
|
7055
|
+
"version": "3.0.6",
|
|
7056
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.6.tgz",
|
|
7057
|
+
"integrity": "sha512-cuJ8phh7XIQlEyVfcwrOuWZ5PlHqnpJDdNF0telqPGmNvRrKJv4ROomesZxzAYoJmUqFEuAVrGnO5k2atYZTgg==",
|
|
7058
7058
|
"license": "BSD-3-Clause",
|
|
7059
7059
|
"dependencies": {
|
|
7060
|
-
"@oclif/core": "^3.
|
|
7060
|
+
"@oclif/core": "^3.11.0",
|
|
7061
7061
|
"@salesforce/apex-node": "^2.1.2",
|
|
7062
7062
|
"@salesforce/core": "^5.3.20",
|
|
7063
|
-
"@salesforce/sf-plugins-core": "^4.1.
|
|
7063
|
+
"@salesforce/sf-plugins-core": "^4.1.2",
|
|
7064
7064
|
"chalk": "^5.3.0",
|
|
7065
7065
|
"color-convert": "^2.0.1",
|
|
7066
7066
|
"color-name": "^2.0.0"
|
|
@@ -8491,13 +8491,13 @@
|
|
|
8491
8491
|
"license": "ISC"
|
|
8492
8492
|
},
|
|
8493
8493
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8494
|
-
"version": "5.0.
|
|
8495
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
8496
|
-
"integrity": "sha512-
|
|
8494
|
+
"version": "5.0.2",
|
|
8495
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.2.tgz",
|
|
8496
|
+
"integrity": "sha512-76mARkIufJJ4HAW5p2UVrF17g1Fqy5Gc5NuXt/GOsxROqj281o3x4DBSrEhJE3zrD9cqfboiMa8OB9CGpMJ74Q==",
|
|
8497
8497
|
"license": "BSD-3-Clause",
|
|
8498
8498
|
"dependencies": {
|
|
8499
8499
|
"@oclif/core": "^3.11.0",
|
|
8500
|
-
"@salesforce/core": "^6.1.
|
|
8500
|
+
"@salesforce/core": "^6.1.3",
|
|
8501
8501
|
"@salesforce/kit": "^3.0.15",
|
|
8502
8502
|
"@salesforce/ts-types": "^2.0.9",
|
|
8503
8503
|
"@types/inquirer": "^8.2.3",
|
|
@@ -8509,19 +8509,19 @@
|
|
|
8509
8509
|
}
|
|
8510
8510
|
},
|
|
8511
8511
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
8512
|
-
"version": "10.0.
|
|
8513
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.
|
|
8514
|
-
"integrity": "sha512-
|
|
8512
|
+
"version": "10.0.2",
|
|
8513
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.2.tgz",
|
|
8514
|
+
"integrity": "sha512-Lj9QXoRBZANW4PNZpGwRA5CDztnczwrJyETcDADRFVzQG/HmCJKlRMVEKck+rs4ZB2PE891raNR2v5zo6vtvvg==",
|
|
8515
8515
|
"license": "BSD-3-Clause",
|
|
8516
8516
|
"dependencies": {
|
|
8517
|
-
"@salesforce/core": "^6.1.
|
|
8517
|
+
"@salesforce/core": "^6.1.3",
|
|
8518
8518
|
"@salesforce/kit": "^3.0.15",
|
|
8519
8519
|
"@salesforce/ts-types": "^2.0.9",
|
|
8520
8520
|
"fast-levenshtein": "^3.0.0",
|
|
8521
8521
|
"fast-xml-parser": "^4.3.2",
|
|
8522
8522
|
"got": "^11.8.6",
|
|
8523
8523
|
"graceful-fs": "^4.2.11",
|
|
8524
|
-
"ignore": "^5.
|
|
8524
|
+
"ignore": "^5.3.0",
|
|
8525
8525
|
"jszip": "^3.10.1",
|
|
8526
8526
|
"mime": "2.6.0",
|
|
8527
8527
|
"minimatch": "^5.1.6",
|
|
@@ -8544,13 +8544,13 @@
|
|
|
8544
8544
|
}
|
|
8545
8545
|
},
|
|
8546
8546
|
"node_modules/@salesforce/source-tracking": {
|
|
8547
|
-
"version": "5.0.
|
|
8548
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.0.
|
|
8549
|
-
"integrity": "sha512-
|
|
8547
|
+
"version": "5.0.1",
|
|
8548
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.0.1.tgz",
|
|
8549
|
+
"integrity": "sha512-9ckOvid03/J5Lvq83aW7GIlLm9HtJ9NMLwalppDMvSd4T/lyWe8y4bxh4LKbqTC7fhzHMxet8yYTpzub0t+DPA==",
|
|
8550
8550
|
"license": "BSD-3-Clause",
|
|
8551
8551
|
"dependencies": {
|
|
8552
8552
|
"@oclif/core": "^3.10.8",
|
|
8553
|
-
"@salesforce/core": "^6.1.
|
|
8553
|
+
"@salesforce/core": "^6.1.3",
|
|
8554
8554
|
"@salesforce/kit": "^3.0.15",
|
|
8555
8555
|
"@salesforce/source-deploy-retrieve": "^10.0.0",
|
|
8556
8556
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -15216,9 +15216,9 @@
|
|
|
15216
15216
|
"license": "BSD-3-Clause"
|
|
15217
15217
|
},
|
|
15218
15218
|
"node_modules/ignore": {
|
|
15219
|
-
"version": "5.
|
|
15220
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.
|
|
15221
|
-
"integrity": "sha512-
|
|
15219
|
+
"version": "5.3.0",
|
|
15220
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz",
|
|
15221
|
+
"integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
|
|
15222
15222
|
"license": "MIT",
|
|
15223
15223
|
"engines": {
|
|
15224
15224
|
"node": ">= 4"
|
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.19.
|
|
4
|
+
"version": "2.19.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@salesforce/plugin-env": "3.0.6",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.9",
|
|
80
80
|
"@salesforce/plugin-packaging": "1.27.2",
|
|
81
|
-
"@salesforce/plugin-signups": "2.0.
|
|
81
|
+
"@salesforce/plugin-signups": "2.0.4",
|
|
82
82
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
83
83
|
"@salesforce/sfdx-scanner": "3.18.0"
|
|
84
84
|
},
|
|
@@ -127,17 +127,17 @@
|
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@oclif/core": "3.11.0",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
|
-
"@oclif/plugin-commands": "3.0.
|
|
131
|
-
"@oclif/plugin-help": "6.0.
|
|
130
|
+
"@oclif/plugin-commands": "3.0.7",
|
|
131
|
+
"@oclif/plugin-help": "6.0.7",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.4",
|
|
133
133
|
"@oclif/plugin-plugins": "4.1.8",
|
|
134
|
-
"@oclif/plugin-search": "1.0.
|
|
134
|
+
"@oclif/plugin-search": "1.0.8",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
|
-
"@oclif/plugin-version": "2.0.
|
|
137
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
138
|
-
"@oclif/plugin-which": "3.0.
|
|
136
|
+
"@oclif/plugin-version": "2.0.7",
|
|
137
|
+
"@oclif/plugin-warn-if-update-available": "3.0.3",
|
|
138
|
+
"@oclif/plugin-which": "3.0.10",
|
|
139
139
|
"@salesforce/core": "^6.1.3",
|
|
140
|
-
"@salesforce/plugin-apex": "3.0.
|
|
140
|
+
"@salesforce/plugin-apex": "3.0.6",
|
|
141
141
|
"@salesforce/plugin-auth": "3.0.6",
|
|
142
142
|
"@salesforce/plugin-data": "3.0.1",
|
|
143
143
|
"@salesforce/plugin-deploy-retrieve": "2.1.2",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@salesforce/plugin-templates": "56.0.1",
|
|
155
155
|
"@salesforce/plugin-trust": "3.0.4",
|
|
156
156
|
"@salesforce/plugin-user": "3.0.4",
|
|
157
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
157
|
+
"@salesforce/sf-plugins-core": "5.0.2",
|
|
158
158
|
"debug": "^4.3.4"
|
|
159
159
|
},
|
|
160
160
|
"pinnedDependencies": [
|
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
"resolutions": {
|
|
192
192
|
"@salesforce/schemas": "1.6.1",
|
|
193
193
|
"@salesforce/templates": "59.0.2",
|
|
194
|
-
"@salesforce/source-deploy-retrieve": "10.0.
|
|
195
|
-
"@salesforce/source-tracking": "5.0.
|
|
194
|
+
"@salesforce/source-deploy-retrieve": "10.0.2",
|
|
195
|
+
"@salesforce/source-tracking": "5.0.1"
|
|
196
196
|
},
|
|
197
197
|
"repository": "salesforcecli/cli",
|
|
198
198
|
"scripts": {
|