@salesforce/cli 2.47.2 → 2.47.3
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 +10 -10
- package/npm-shrinkwrap.json +41 -44
- package/oclif.lock +61 -45
- package/oclif.manifest.json +127 -127
- package/package.json +8 -8
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.47.
|
|
27
|
+
@salesforce/cli/2.47.3 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -873,7 +873,7 @@ DESCRIPTION
|
|
|
873
873
|
List all sf commands.
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
876
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.4/src/commands/commands.ts)_
|
|
877
877
|
|
|
878
878
|
## `sf config get`
|
|
879
879
|
|
|
@@ -5457,7 +5457,7 @@ EXAMPLES
|
|
|
5457
5457
|
$ sf plugins
|
|
5458
5458
|
```
|
|
5459
5459
|
|
|
5460
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5460
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/index.ts)_
|
|
5461
5461
|
|
|
5462
5462
|
## `sf plugins discover`
|
|
5463
5463
|
|
|
@@ -5502,7 +5502,7 @@ EXAMPLES
|
|
|
5502
5502
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5503
5503
|
```
|
|
5504
5504
|
|
|
5505
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5505
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/inspect.ts)_
|
|
5506
5506
|
|
|
5507
5507
|
## `sf plugins install PLUGIN`
|
|
5508
5508
|
|
|
@@ -5551,7 +5551,7 @@ EXAMPLES
|
|
|
5551
5551
|
$ sf plugins install someuser/someplugin
|
|
5552
5552
|
```
|
|
5553
5553
|
|
|
5554
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5554
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/install.ts)_
|
|
5555
5555
|
|
|
5556
5556
|
## `sf plugins link PATH`
|
|
5557
5557
|
|
|
@@ -5581,7 +5581,7 @@ EXAMPLES
|
|
|
5581
5581
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5582
5582
|
```
|
|
5583
5583
|
|
|
5584
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5584
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/link.ts)_
|
|
5585
5585
|
|
|
5586
5586
|
## `sf plugins reset`
|
|
5587
5587
|
|
|
@@ -5596,7 +5596,7 @@ FLAGS
|
|
|
5596
5596
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5597
5597
|
```
|
|
5598
5598
|
|
|
5599
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5599
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/reset.ts)_
|
|
5600
5600
|
|
|
5601
5601
|
## `sf plugins trust verify`
|
|
5602
5602
|
|
|
@@ -5653,7 +5653,7 @@ EXAMPLES
|
|
|
5653
5653
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5654
5654
|
```
|
|
5655
5655
|
|
|
5656
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5656
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/uninstall.ts)_
|
|
5657
5657
|
|
|
5658
5658
|
## `sf plugins update`
|
|
5659
5659
|
|
|
@@ -5671,7 +5671,7 @@ DESCRIPTION
|
|
|
5671
5671
|
Update installed plugins.
|
|
5672
5672
|
```
|
|
5673
5673
|
|
|
5674
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5674
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/update.ts)_
|
|
5675
5675
|
|
|
5676
5676
|
## `sf project convert mdapi`
|
|
5677
5677
|
|
|
@@ -7817,7 +7817,7 @@ FLAG DESCRIPTIONS
|
|
|
7817
7817
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7818
7818
|
```
|
|
7819
7819
|
|
|
7820
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
7820
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.4/src/commands/version.ts)_
|
|
7821
7821
|
|
|
7822
7822
|
## `sf visualforce generate component`
|
|
7823
7823
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.47.
|
|
3
|
+
"version": "2.47.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.47.
|
|
9
|
+
"version": "2.47.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.6",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.3",
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
16
|
+
"@oclif/plugin-commands": "4.0.4",
|
|
17
17
|
"@oclif/plugin-help": "6.2.2",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.4",
|
|
19
|
-
"@oclif/plugin-plugins": "5.3.
|
|
19
|
+
"@oclif/plugin-plugins": "5.3.2",
|
|
20
20
|
"@oclif/plugin-search": "1.1.3",
|
|
21
21
|
"@oclif/plugin-update": "4.4.1",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.4",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.5",
|
|
24
24
|
"@oclif/plugin-which": "3.2.3",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.12",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.2",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.11",
|
|
39
|
-
"@salesforce/plugin-source": "3.4.
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.4.
|
|
39
|
+
"@salesforce/plugin-source": "3.4.5",
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.4.3",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.12",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.6",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.14",
|
|
@@ -4229,9 +4229,9 @@
|
|
|
4229
4229
|
}
|
|
4230
4230
|
},
|
|
4231
4231
|
"node_modules/@oclif/plugin-commands": {
|
|
4232
|
-
"version": "4.0.
|
|
4233
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
4234
|
-
"integrity": "sha512-
|
|
4232
|
+
"version": "4.0.4",
|
|
4233
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.4.tgz",
|
|
4234
|
+
"integrity": "sha512-diF+f4mNrFI6UgULE96MdKyrhTlUwxbKCeW5mZbAJzAmUJq/ILNvAf17pEdyhSqufNekLgPf4rnQjCrNmkRdPA==",
|
|
4235
4235
|
"license": "MIT",
|
|
4236
4236
|
"dependencies": {
|
|
4237
4237
|
"@oclif/core": "^4",
|
|
@@ -4280,9 +4280,9 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
},
|
|
4282
4282
|
"node_modules/@oclif/plugin-plugins": {
|
|
4283
|
-
"version": "5.3.
|
|
4284
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.
|
|
4285
|
-
"integrity": "sha512-
|
|
4283
|
+
"version": "5.3.2",
|
|
4284
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.2.tgz",
|
|
4285
|
+
"integrity": "sha512-jdaRfNBQmFgCP0xXWJqSntxnO3TJtIa0IRSLO1ZQsjzuclldH00/XG0ZdRUS24KNU78XBVkuQ4h3sTSlFHqBeQ==",
|
|
4286
4286
|
"license": "MIT",
|
|
4287
4287
|
"dependencies": {
|
|
4288
4288
|
"@oclif/core": "^4",
|
|
@@ -4371,9 +4371,9 @@
|
|
|
4371
4371
|
}
|
|
4372
4372
|
},
|
|
4373
4373
|
"node_modules/@oclif/plugin-version": {
|
|
4374
|
-
"version": "2.2.
|
|
4375
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4376
|
-
"integrity": "sha512-
|
|
4374
|
+
"version": "2.2.4",
|
|
4375
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.4.tgz",
|
|
4376
|
+
"integrity": "sha512-zOog2VyWyMJkldmtlwDw8pl/aK9Z4UrmLxGf9Erjo+71hRXv0ovMvikycE3+HMwrnbIibOBs8//8CGEtSz5bBw==",
|
|
4377
4377
|
"license": "MIT",
|
|
4378
4378
|
"dependencies": {
|
|
4379
4379
|
"@oclif/core": "^4",
|
|
@@ -4769,9 +4769,9 @@
|
|
|
4769
4769
|
}
|
|
4770
4770
|
},
|
|
4771
4771
|
"node_modules/@salesforce/core": {
|
|
4772
|
-
"version": "7.
|
|
4773
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
4774
|
-
"integrity": "sha512-
|
|
4772
|
+
"version": "7.4.1",
|
|
4773
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.4.1.tgz",
|
|
4774
|
+
"integrity": "sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==",
|
|
4775
4775
|
"license": "BSD-3-Clause",
|
|
4776
4776
|
"dependencies": {
|
|
4777
4777
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -4878,9 +4878,9 @@
|
|
|
4878
4878
|
}
|
|
4879
4879
|
},
|
|
4880
4880
|
"node_modules/@salesforce/kit": {
|
|
4881
|
-
"version": "3.1.
|
|
4882
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
4883
|
-
"integrity": "sha512-
|
|
4881
|
+
"version": "3.1.4",
|
|
4882
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.4.tgz",
|
|
4883
|
+
"integrity": "sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==",
|
|
4884
4884
|
"license": "BSD-3-Clause",
|
|
4885
4885
|
"dependencies": {
|
|
4886
4886
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7142,19 +7142,19 @@
|
|
|
7142
7142
|
}
|
|
7143
7143
|
},
|
|
7144
7144
|
"node_modules/@salesforce/plugin-source": {
|
|
7145
|
-
"version": "3.4.
|
|
7146
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.
|
|
7147
|
-
"integrity": "sha512-
|
|
7145
|
+
"version": "3.4.5",
|
|
7146
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.5.tgz",
|
|
7147
|
+
"integrity": "sha512-D8tq5oXRD+suDI2VIKxaZ57oT8lgJKPSOu7aR5buvnPxdAOyqL+X85uVQe7jvB+ns/Z4FdOBmra1+p4B7Go8Rg==",
|
|
7148
7148
|
"license": "BSD-3-Clause",
|
|
7149
7149
|
"dependencies": {
|
|
7150
7150
|
"@oclif/core": "^4",
|
|
7151
7151
|
"@salesforce/apex-node": "^6.0.0",
|
|
7152
7152
|
"@salesforce/core": "^7.3.9",
|
|
7153
7153
|
"@salesforce/kit": "^3.1.2",
|
|
7154
|
-
"@salesforce/sf-plugins-core": "^10.0.
|
|
7154
|
+
"@salesforce/sf-plugins-core": "^10.0.1",
|
|
7155
7155
|
"@salesforce/source-deploy-retrieve": "^11.6.2",
|
|
7156
7156
|
"@salesforce/source-tracking": "^6.5.0",
|
|
7157
|
-
"@salesforce/ts-types": "^2.0.
|
|
7157
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
7158
7158
|
"chalk": "^5.3.0",
|
|
7159
7159
|
"cli-progress": "^3.12.0",
|
|
7160
7160
|
"got": "^13.0.0",
|
|
@@ -7302,16 +7302,16 @@
|
|
|
7302
7302
|
}
|
|
7303
7303
|
},
|
|
7304
7304
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
7305
|
-
"version": "3.4.
|
|
7306
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.
|
|
7307
|
-
"integrity": "sha512-
|
|
7305
|
+
"version": "3.4.3",
|
|
7306
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.3.tgz",
|
|
7307
|
+
"integrity": "sha512-10vxUZG0tCx7/QyQeis1FQnLjkT9xkQV+KnBCPuKalCtDD+tgAgZ+kQ/JIGYHUVf3wdiCysL2m8bZD6/DER4bw==",
|
|
7308
7308
|
"license": "BSD-3-Clause",
|
|
7309
7309
|
"dependencies": {
|
|
7310
|
-
"@oclif/core": "^4.0.
|
|
7310
|
+
"@oclif/core": "^4.0.6",
|
|
7311
7311
|
"@salesforce/core": "^7.3.5",
|
|
7312
7312
|
"@salesforce/kit": "^3.1.2",
|
|
7313
7313
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
7314
|
-
"@salesforce/telemetry": "^6.0.
|
|
7314
|
+
"@salesforce/telemetry": "^6.0.11",
|
|
7315
7315
|
"@salesforce/ts-types": "^2.0.9",
|
|
7316
7316
|
"debug": "^4.3.4"
|
|
7317
7317
|
},
|
|
@@ -8184,13 +8184,13 @@
|
|
|
8184
8184
|
}
|
|
8185
8185
|
},
|
|
8186
8186
|
"node_modules/@salesforce/telemetry": {
|
|
8187
|
-
"version": "6.0.
|
|
8188
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.
|
|
8189
|
-
"integrity": "sha512-
|
|
8187
|
+
"version": "6.0.13",
|
|
8188
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.13.tgz",
|
|
8189
|
+
"integrity": "sha512-X5wZ8NPXrFuL7QrX+A0v34RQcQsCrpe8Gc9SmmVRSbz7vIETy4TovEuGUA59m48WughDIx1CgP3Sj7P75SrPag==",
|
|
8190
8190
|
"license": "BSD-3-Clause",
|
|
8191
8191
|
"dependencies": {
|
|
8192
|
-
"@salesforce/core": "^7.
|
|
8193
|
-
"@salesforce/kit": "^3.1.
|
|
8192
|
+
"@salesforce/core": "^7.4.1",
|
|
8193
|
+
"@salesforce/kit": "^3.1.4",
|
|
8194
8194
|
"applicationinsights": "^2.9.5",
|
|
8195
8195
|
"got": "^11",
|
|
8196
8196
|
"proxy-agent": "^6.4.0"
|
|
@@ -8508,15 +8508,12 @@
|
|
|
8508
8508
|
}
|
|
8509
8509
|
},
|
|
8510
8510
|
"node_modules/@salesforce/ts-types": {
|
|
8511
|
-
"version": "2.0.
|
|
8512
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.
|
|
8513
|
-
"integrity": "sha512-
|
|
8511
|
+
"version": "2.0.10",
|
|
8512
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.10.tgz",
|
|
8513
|
+
"integrity": "sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==",
|
|
8514
8514
|
"license": "BSD-3-Clause",
|
|
8515
|
-
"dependencies": {
|
|
8516
|
-
"tslib": "^2.6.2"
|
|
8517
|
-
},
|
|
8518
8515
|
"engines": {
|
|
8519
|
-
"node": ">=
|
|
8516
|
+
"node": ">=18.0.0"
|
|
8520
8517
|
}
|
|
8521
8518
|
},
|
|
8522
8519
|
"node_modules/@salesforce/types": {
|
package/oclif.lock
CHANGED
|
@@ -1971,7 +1971,7 @@
|
|
|
1971
1971
|
wordwrap "^1.0.0"
|
|
1972
1972
|
wrap-ansi "^7.0.0"
|
|
1973
1973
|
|
|
1974
|
-
"@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@4.0.6":
|
|
1974
|
+
"@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@4.0.6":
|
|
1975
1975
|
version "4.0.6"
|
|
1976
1976
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz"
|
|
1977
1977
|
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
|
|
@@ -2054,10 +2054,10 @@
|
|
|
2054
2054
|
semver "^7.6.0"
|
|
2055
2055
|
ts-json-schema-generator "^1.5.1"
|
|
2056
2056
|
|
|
2057
|
-
"@oclif/plugin-commands@4.0.
|
|
2058
|
-
version "4.0.
|
|
2059
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
2060
|
-
integrity sha512-
|
|
2057
|
+
"@oclif/plugin-commands@4.0.4":
|
|
2058
|
+
version "4.0.4"
|
|
2059
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.4.tgz"
|
|
2060
|
+
integrity sha512-diF+f4mNrFI6UgULE96MdKyrhTlUwxbKCeW5mZbAJzAmUJq/ILNvAf17pEdyhSqufNekLgPf4rnQjCrNmkRdPA==
|
|
2061
2061
|
dependencies:
|
|
2062
2062
|
"@oclif/core" "^4"
|
|
2063
2063
|
lodash "^4.17.21"
|
|
@@ -2081,10 +2081,10 @@
|
|
|
2081
2081
|
ansis "^3.2.0"
|
|
2082
2082
|
fast-levenshtein "^3.0.0"
|
|
2083
2083
|
|
|
2084
|
-
"@oclif/plugin-plugins@5.3.
|
|
2085
|
-
version "5.3.
|
|
2086
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.
|
|
2087
|
-
integrity sha512-
|
|
2084
|
+
"@oclif/plugin-plugins@5.3.2":
|
|
2085
|
+
version "5.3.2"
|
|
2086
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.2.tgz"
|
|
2087
|
+
integrity sha512-jdaRfNBQmFgCP0xXWJqSntxnO3TJtIa0IRSLO1ZQsjzuclldH00/XG0ZdRUS24KNU78XBVkuQ4h3sTSlFHqBeQ==
|
|
2088
2088
|
dependencies:
|
|
2089
2089
|
"@oclif/core" "^4"
|
|
2090
2090
|
ansis "^3.2.0"
|
|
@@ -2121,10 +2121,10 @@
|
|
|
2121
2121
|
tar-fs "^2.1.1"
|
|
2122
2122
|
tty-table "^4.2.3"
|
|
2123
2123
|
|
|
2124
|
-
"@oclif/plugin-version@2.2.
|
|
2125
|
-
version "2.2.
|
|
2126
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
2127
|
-
integrity sha512-
|
|
2124
|
+
"@oclif/plugin-version@2.2.4":
|
|
2125
|
+
version "2.2.4"
|
|
2126
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.4.tgz"
|
|
2127
|
+
integrity sha512-zOog2VyWyMJkldmtlwDw8pl/aK9Z4UrmLxGf9Erjo+71hRXv0ovMvikycE3+HMwrnbIibOBs8//8CGEtSz5bBw==
|
|
2128
2128
|
dependencies:
|
|
2129
2129
|
"@oclif/core" "^4"
|
|
2130
2130
|
ansis "^3.2.0"
|
|
@@ -2421,10 +2421,10 @@
|
|
|
2421
2421
|
strip-ansi "6.0.1"
|
|
2422
2422
|
ts-retry-promise "^0.8.1"
|
|
2423
2423
|
|
|
2424
|
-
"@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.11", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
|
|
2425
|
-
version "7.
|
|
2426
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
2427
|
-
integrity sha512-
|
|
2424
|
+
"@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.11", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9", "@salesforce/core@^7.4.1":
|
|
2425
|
+
version "7.4.1"
|
|
2426
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.4.1.tgz"
|
|
2427
|
+
integrity sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==
|
|
2428
2428
|
dependencies:
|
|
2429
2429
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2430
2430
|
"@salesforce/kit" "^3.1.2"
|
|
@@ -2482,10 +2482,10 @@
|
|
|
2482
2482
|
typescript "^5.4.3"
|
|
2483
2483
|
wireit "^0.14.4"
|
|
2484
2484
|
|
|
2485
|
-
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.3":
|
|
2486
|
-
version "3.1.
|
|
2487
|
-
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
2488
|
-
integrity sha512-
|
|
2485
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.3", "@salesforce/kit@^3.1.4":
|
|
2486
|
+
version "3.1.4"
|
|
2487
|
+
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.4.tgz"
|
|
2488
|
+
integrity sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==
|
|
2489
2489
|
dependencies:
|
|
2490
2490
|
"@salesforce/ts-types" "^2.0.9"
|
|
2491
2491
|
tslib "^2.6.3"
|
|
@@ -2716,34 +2716,34 @@
|
|
|
2716
2716
|
fast-xml-parser "^4.4.0"
|
|
2717
2717
|
js2xmlparser "^4.0.2"
|
|
2718
2718
|
|
|
2719
|
-
"@salesforce/plugin-source@3.4.
|
|
2720
|
-
version "3.4.
|
|
2721
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.
|
|
2722
|
-
integrity sha512-
|
|
2719
|
+
"@salesforce/plugin-source@3.4.5":
|
|
2720
|
+
version "3.4.5"
|
|
2721
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.5.tgz"
|
|
2722
|
+
integrity sha512-D8tq5oXRD+suDI2VIKxaZ57oT8lgJKPSOu7aR5buvnPxdAOyqL+X85uVQe7jvB+ns/Z4FdOBmra1+p4B7Go8Rg==
|
|
2723
2723
|
dependencies:
|
|
2724
2724
|
"@oclif/core" "^4"
|
|
2725
2725
|
"@salesforce/apex-node" "^6.0.0"
|
|
2726
2726
|
"@salesforce/core" "^7.3.9"
|
|
2727
2727
|
"@salesforce/kit" "^3.1.2"
|
|
2728
|
-
"@salesforce/sf-plugins-core" "^10.0.
|
|
2728
|
+
"@salesforce/sf-plugins-core" "^10.0.1"
|
|
2729
2729
|
"@salesforce/source-deploy-retrieve" "^11.6.2"
|
|
2730
2730
|
"@salesforce/source-tracking" "^6.5.0"
|
|
2731
|
-
"@salesforce/ts-types" "^2.0.
|
|
2731
|
+
"@salesforce/ts-types" "^2.0.10"
|
|
2732
2732
|
chalk "^5.3.0"
|
|
2733
2733
|
cli-progress "^3.12.0"
|
|
2734
2734
|
got "^13.0.0"
|
|
2735
2735
|
proxy-agent "^6.3.1"
|
|
2736
2736
|
|
|
2737
|
-
"@salesforce/plugin-telemetry@3.4.
|
|
2738
|
-
version "3.4.
|
|
2739
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.
|
|
2740
|
-
integrity sha512-
|
|
2737
|
+
"@salesforce/plugin-telemetry@3.4.3":
|
|
2738
|
+
version "3.4.3"
|
|
2739
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.3.tgz"
|
|
2740
|
+
integrity sha512-10vxUZG0tCx7/QyQeis1FQnLjkT9xkQV+KnBCPuKalCtDD+tgAgZ+kQ/JIGYHUVf3wdiCysL2m8bZD6/DER4bw==
|
|
2741
2741
|
dependencies:
|
|
2742
|
-
"@oclif/core" "^4.0.
|
|
2742
|
+
"@oclif/core" "^4.0.6"
|
|
2743
2743
|
"@salesforce/core" "^7.3.5"
|
|
2744
2744
|
"@salesforce/kit" "^3.1.2"
|
|
2745
2745
|
"@salesforce/sf-plugins-core" "^10.0.0"
|
|
2746
|
-
"@salesforce/telemetry" "^6.0.
|
|
2746
|
+
"@salesforce/telemetry" "^6.0.11"
|
|
2747
2747
|
"@salesforce/ts-types" "^2.0.9"
|
|
2748
2748
|
debug "^4.3.4"
|
|
2749
2749
|
|
|
@@ -2815,6 +2815,24 @@
|
|
|
2815
2815
|
string-width "^7.1.0"
|
|
2816
2816
|
terminal-link "^3.0.0"
|
|
2817
2817
|
|
|
2818
|
+
"@salesforce/sf-plugins-core@^10.0.1":
|
|
2819
|
+
version "10.0.1"
|
|
2820
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz"
|
|
2821
|
+
integrity sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==
|
|
2822
|
+
dependencies:
|
|
2823
|
+
"@inquirer/confirm" "^3.1.9"
|
|
2824
|
+
"@inquirer/password" "^2.1.9"
|
|
2825
|
+
"@oclif/core" "^4.0.3"
|
|
2826
|
+
"@salesforce/core" "^7.3.12"
|
|
2827
|
+
"@salesforce/kit" "^3.1.3"
|
|
2828
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
2829
|
+
ansis "^3.2.0"
|
|
2830
|
+
cli-progress "^3.12.0"
|
|
2831
|
+
natural-orderby "^3.0.2"
|
|
2832
|
+
slice-ansi "^7.1.0"
|
|
2833
|
+
string-width "^7.1.0"
|
|
2834
|
+
terminal-link "^3.0.0"
|
|
2835
|
+
|
|
2818
2836
|
"@salesforce/sf-plugins-core@^9.0.13":
|
|
2819
2837
|
version "9.1.1"
|
|
2820
2838
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz"
|
|
@@ -2892,13 +2910,13 @@
|
|
|
2892
2910
|
isomorphic-git "^1.25.10"
|
|
2893
2911
|
ts-retry-promise "^0.8.1"
|
|
2894
2912
|
|
|
2895
|
-
"@salesforce/telemetry@^6.0.
|
|
2896
|
-
version "6.0.
|
|
2897
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.
|
|
2898
|
-
integrity sha512-
|
|
2913
|
+
"@salesforce/telemetry@^6.0.11":
|
|
2914
|
+
version "6.0.13"
|
|
2915
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.13.tgz"
|
|
2916
|
+
integrity sha512-X5wZ8NPXrFuL7QrX+A0v34RQcQsCrpe8Gc9SmmVRSbz7vIETy4TovEuGUA59m48WughDIx1CgP3Sj7P75SrPag==
|
|
2899
2917
|
dependencies:
|
|
2900
|
-
"@salesforce/core" "^7.
|
|
2901
|
-
"@salesforce/kit" "^3.1.
|
|
2918
|
+
"@salesforce/core" "^7.4.1"
|
|
2919
|
+
"@salesforce/kit" "^3.1.4"
|
|
2902
2920
|
applicationinsights "^2.9.5"
|
|
2903
2921
|
got "^11"
|
|
2904
2922
|
proxy-agent "^6.4.0"
|
|
@@ -2928,12 +2946,10 @@
|
|
|
2928
2946
|
sinon "^5.1.1"
|
|
2929
2947
|
tslib "^2.6.1"
|
|
2930
2948
|
|
|
2931
|
-
"@salesforce/ts-types@^2.0.9":
|
|
2932
|
-
version "2.0.
|
|
2933
|
-
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.
|
|
2934
|
-
integrity sha512-
|
|
2935
|
-
dependencies:
|
|
2936
|
-
tslib "^2.6.2"
|
|
2949
|
+
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.9":
|
|
2950
|
+
version "2.0.10"
|
|
2951
|
+
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.10.tgz"
|
|
2952
|
+
integrity sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==
|
|
2937
2953
|
|
|
2938
2954
|
"@salesforce/types@^1.1.0":
|
|
2939
2955
|
version "1.1.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -3875,132 +3875,6 @@
|
|
|
3875
3875
|
"snapshot:create:org"
|
|
3876
3876
|
]
|
|
3877
3877
|
},
|
|
3878
|
-
"org:get:snapshot": {
|
|
3879
|
-
"aliases": [
|
|
3880
|
-
"force:org:snapshot:get"
|
|
3881
|
-
],
|
|
3882
|
-
"args": {},
|
|
3883
|
-
"deprecateAliases": true,
|
|
3884
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3885
|
-
"examples": [
|
|
3886
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3887
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3888
|
-
],
|
|
3889
|
-
"flags": {
|
|
3890
|
-
"json": {
|
|
3891
|
-
"description": "Format output as json.",
|
|
3892
|
-
"helpGroup": "GLOBAL",
|
|
3893
|
-
"name": "json",
|
|
3894
|
-
"allowNo": false,
|
|
3895
|
-
"type": "boolean"
|
|
3896
|
-
},
|
|
3897
|
-
"flags-dir": {
|
|
3898
|
-
"helpGroup": "GLOBAL",
|
|
3899
|
-
"name": "flags-dir",
|
|
3900
|
-
"summary": "Import flag values from a directory.",
|
|
3901
|
-
"hasDynamicHelp": false,
|
|
3902
|
-
"multiple": false,
|
|
3903
|
-
"type": "option"
|
|
3904
|
-
},
|
|
3905
|
-
"target-dev-hub": {
|
|
3906
|
-
"aliases": [
|
|
3907
|
-
"targetdevhubusername"
|
|
3908
|
-
],
|
|
3909
|
-
"char": "v",
|
|
3910
|
-
"deprecateAliases": true,
|
|
3911
|
-
"name": "target-dev-hub",
|
|
3912
|
-
"noCacheDefault": true,
|
|
3913
|
-
"required": true,
|
|
3914
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3915
|
-
"hasDynamicHelp": true,
|
|
3916
|
-
"multiple": false,
|
|
3917
|
-
"type": "option"
|
|
3918
|
-
},
|
|
3919
|
-
"api-version": {
|
|
3920
|
-
"aliases": [
|
|
3921
|
-
"apiversion"
|
|
3922
|
-
],
|
|
3923
|
-
"deprecateAliases": true,
|
|
3924
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3925
|
-
"name": "api-version",
|
|
3926
|
-
"hasDynamicHelp": false,
|
|
3927
|
-
"multiple": false,
|
|
3928
|
-
"type": "option"
|
|
3929
|
-
},
|
|
3930
|
-
"loglevel": {
|
|
3931
|
-
"deprecated": {
|
|
3932
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3933
|
-
},
|
|
3934
|
-
"hidden": true,
|
|
3935
|
-
"name": "loglevel",
|
|
3936
|
-
"hasDynamicHelp": false,
|
|
3937
|
-
"multiple": false,
|
|
3938
|
-
"type": "option"
|
|
3939
|
-
},
|
|
3940
|
-
"snapshot": {
|
|
3941
|
-
"char": "s",
|
|
3942
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3943
|
-
"name": "snapshot",
|
|
3944
|
-
"required": true,
|
|
3945
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3946
|
-
"hasDynamicHelp": false,
|
|
3947
|
-
"multiple": false,
|
|
3948
|
-
"type": "option"
|
|
3949
|
-
}
|
|
3950
|
-
},
|
|
3951
|
-
"hasDynamicHelp": true,
|
|
3952
|
-
"hiddenAliases": [],
|
|
3953
|
-
"id": "org:get:snapshot",
|
|
3954
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3955
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3956
|
-
"pluginType": "jit",
|
|
3957
|
-
"state": "beta",
|
|
3958
|
-
"strict": true,
|
|
3959
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3960
|
-
"enableJsonFlag": true,
|
|
3961
|
-
"isESM": true,
|
|
3962
|
-
"relativePath": [
|
|
3963
|
-
"lib",
|
|
3964
|
-
"commands",
|
|
3965
|
-
"org",
|
|
3966
|
-
"get",
|
|
3967
|
-
"snapshot.js"
|
|
3968
|
-
],
|
|
3969
|
-
"aliasPermutations": [
|
|
3970
|
-
"force:org:snapshot:get",
|
|
3971
|
-
"org:force:snapshot:get",
|
|
3972
|
-
"org:snapshot:force:get",
|
|
3973
|
-
"org:snapshot:get:force",
|
|
3974
|
-
"force:snapshot:org:get",
|
|
3975
|
-
"snapshot:force:org:get",
|
|
3976
|
-
"snapshot:org:force:get",
|
|
3977
|
-
"snapshot:org:get:force",
|
|
3978
|
-
"force:snapshot:get:org",
|
|
3979
|
-
"snapshot:force:get:org",
|
|
3980
|
-
"snapshot:get:force:org",
|
|
3981
|
-
"snapshot:get:org:force",
|
|
3982
|
-
"force:org:get:snapshot",
|
|
3983
|
-
"org:force:get:snapshot",
|
|
3984
|
-
"org:get:force:snapshot",
|
|
3985
|
-
"org:get:snapshot:force",
|
|
3986
|
-
"force:get:org:snapshot",
|
|
3987
|
-
"get:force:org:snapshot",
|
|
3988
|
-
"get:org:force:snapshot",
|
|
3989
|
-
"get:org:snapshot:force",
|
|
3990
|
-
"force:get:snapshot:org",
|
|
3991
|
-
"get:force:snapshot:org",
|
|
3992
|
-
"get:snapshot:force:org",
|
|
3993
|
-
"get:snapshot:org:force"
|
|
3994
|
-
],
|
|
3995
|
-
"permutations": [
|
|
3996
|
-
"org:get:snapshot",
|
|
3997
|
-
"get:org:snapshot",
|
|
3998
|
-
"get:snapshot:org",
|
|
3999
|
-
"org:snapshot:get",
|
|
4000
|
-
"snapshot:org:get",
|
|
4001
|
-
"snapshot:get:org"
|
|
4002
|
-
]
|
|
4003
|
-
},
|
|
4004
3878
|
"org:delete:shape": {
|
|
4005
3879
|
"aliases": [
|
|
4006
3880
|
"force:org:shape:delete"
|
|
@@ -4261,6 +4135,132 @@
|
|
|
4261
4135
|
"snapshot:delete:org"
|
|
4262
4136
|
]
|
|
4263
4137
|
},
|
|
4138
|
+
"org:get:snapshot": {
|
|
4139
|
+
"aliases": [
|
|
4140
|
+
"force:org:snapshot:get"
|
|
4141
|
+
],
|
|
4142
|
+
"args": {},
|
|
4143
|
+
"deprecateAliases": true,
|
|
4144
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
4145
|
+
"examples": [
|
|
4146
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4147
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
4148
|
+
],
|
|
4149
|
+
"flags": {
|
|
4150
|
+
"json": {
|
|
4151
|
+
"description": "Format output as json.",
|
|
4152
|
+
"helpGroup": "GLOBAL",
|
|
4153
|
+
"name": "json",
|
|
4154
|
+
"allowNo": false,
|
|
4155
|
+
"type": "boolean"
|
|
4156
|
+
},
|
|
4157
|
+
"flags-dir": {
|
|
4158
|
+
"helpGroup": "GLOBAL",
|
|
4159
|
+
"name": "flags-dir",
|
|
4160
|
+
"summary": "Import flag values from a directory.",
|
|
4161
|
+
"hasDynamicHelp": false,
|
|
4162
|
+
"multiple": false,
|
|
4163
|
+
"type": "option"
|
|
4164
|
+
},
|
|
4165
|
+
"target-dev-hub": {
|
|
4166
|
+
"aliases": [
|
|
4167
|
+
"targetdevhubusername"
|
|
4168
|
+
],
|
|
4169
|
+
"char": "v",
|
|
4170
|
+
"deprecateAliases": true,
|
|
4171
|
+
"name": "target-dev-hub",
|
|
4172
|
+
"noCacheDefault": true,
|
|
4173
|
+
"required": true,
|
|
4174
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4175
|
+
"hasDynamicHelp": true,
|
|
4176
|
+
"multiple": false,
|
|
4177
|
+
"type": "option"
|
|
4178
|
+
},
|
|
4179
|
+
"api-version": {
|
|
4180
|
+
"aliases": [
|
|
4181
|
+
"apiversion"
|
|
4182
|
+
],
|
|
4183
|
+
"deprecateAliases": true,
|
|
4184
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4185
|
+
"name": "api-version",
|
|
4186
|
+
"hasDynamicHelp": false,
|
|
4187
|
+
"multiple": false,
|
|
4188
|
+
"type": "option"
|
|
4189
|
+
},
|
|
4190
|
+
"loglevel": {
|
|
4191
|
+
"deprecated": {
|
|
4192
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4193
|
+
},
|
|
4194
|
+
"hidden": true,
|
|
4195
|
+
"name": "loglevel",
|
|
4196
|
+
"hasDynamicHelp": false,
|
|
4197
|
+
"multiple": false,
|
|
4198
|
+
"type": "option"
|
|
4199
|
+
},
|
|
4200
|
+
"snapshot": {
|
|
4201
|
+
"char": "s",
|
|
4202
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4203
|
+
"name": "snapshot",
|
|
4204
|
+
"required": true,
|
|
4205
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4206
|
+
"hasDynamicHelp": false,
|
|
4207
|
+
"multiple": false,
|
|
4208
|
+
"type": "option"
|
|
4209
|
+
}
|
|
4210
|
+
},
|
|
4211
|
+
"hasDynamicHelp": true,
|
|
4212
|
+
"hiddenAliases": [],
|
|
4213
|
+
"id": "org:get:snapshot",
|
|
4214
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4215
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4216
|
+
"pluginType": "jit",
|
|
4217
|
+
"state": "beta",
|
|
4218
|
+
"strict": true,
|
|
4219
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4220
|
+
"enableJsonFlag": true,
|
|
4221
|
+
"isESM": true,
|
|
4222
|
+
"relativePath": [
|
|
4223
|
+
"lib",
|
|
4224
|
+
"commands",
|
|
4225
|
+
"org",
|
|
4226
|
+
"get",
|
|
4227
|
+
"snapshot.js"
|
|
4228
|
+
],
|
|
4229
|
+
"aliasPermutations": [
|
|
4230
|
+
"force:org:snapshot:get",
|
|
4231
|
+
"org:force:snapshot:get",
|
|
4232
|
+
"org:snapshot:force:get",
|
|
4233
|
+
"org:snapshot:get:force",
|
|
4234
|
+
"force:snapshot:org:get",
|
|
4235
|
+
"snapshot:force:org:get",
|
|
4236
|
+
"snapshot:org:force:get",
|
|
4237
|
+
"snapshot:org:get:force",
|
|
4238
|
+
"force:snapshot:get:org",
|
|
4239
|
+
"snapshot:force:get:org",
|
|
4240
|
+
"snapshot:get:force:org",
|
|
4241
|
+
"snapshot:get:org:force",
|
|
4242
|
+
"force:org:get:snapshot",
|
|
4243
|
+
"org:force:get:snapshot",
|
|
4244
|
+
"org:get:force:snapshot",
|
|
4245
|
+
"org:get:snapshot:force",
|
|
4246
|
+
"force:get:org:snapshot",
|
|
4247
|
+
"get:force:org:snapshot",
|
|
4248
|
+
"get:org:force:snapshot",
|
|
4249
|
+
"get:org:snapshot:force",
|
|
4250
|
+
"force:get:snapshot:org",
|
|
4251
|
+
"get:force:snapshot:org",
|
|
4252
|
+
"get:snapshot:force:org",
|
|
4253
|
+
"get:snapshot:org:force"
|
|
4254
|
+
],
|
|
4255
|
+
"permutations": [
|
|
4256
|
+
"org:get:snapshot",
|
|
4257
|
+
"get:org:snapshot",
|
|
4258
|
+
"get:snapshot:org",
|
|
4259
|
+
"org:snapshot:get",
|
|
4260
|
+
"snapshot:org:get",
|
|
4261
|
+
"snapshot:get:org"
|
|
4262
|
+
]
|
|
4263
|
+
},
|
|
4264
4264
|
"org:list:shape": {
|
|
4265
4265
|
"aliases": [
|
|
4266
4266
|
"force:org:shape:list"
|
|
@@ -5379,5 +5379,5 @@
|
|
|
5379
5379
|
]
|
|
5380
5380
|
}
|
|
5381
5381
|
},
|
|
5382
|
-
"version": "2.47.
|
|
5382
|
+
"version": "2.47.3"
|
|
5383
5383
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.47.
|
|
4
|
+
"version": "2.47.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.12",
|
|
79
|
-
"@salesforce/plugin-community": "3.2.
|
|
79
|
+
"@salesforce/plugin-community": "3.2.19",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.4",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.14",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.3.
|
|
84
|
+
"@salesforce/plugin-signups": "2.3.12",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
86
|
"@salesforce/sfdx-scanner": "3.25.0"
|
|
87
87
|
},
|
|
@@ -141,13 +141,13 @@
|
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.6",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.3",
|
|
144
|
-
"@oclif/plugin-commands": "4.0.
|
|
144
|
+
"@oclif/plugin-commands": "4.0.4",
|
|
145
145
|
"@oclif/plugin-help": "6.2.2",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.4",
|
|
147
|
-
"@oclif/plugin-plugins": "5.3.
|
|
147
|
+
"@oclif/plugin-plugins": "5.3.2",
|
|
148
148
|
"@oclif/plugin-search": "1.1.3",
|
|
149
149
|
"@oclif/plugin-update": "4.4.1",
|
|
150
|
-
"@oclif/plugin-version": "2.2.
|
|
150
|
+
"@oclif/plugin-version": "2.2.4",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.5",
|
|
152
152
|
"@oclif/plugin-which": "3.2.3",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.12",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.2",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.11",
|
|
167
|
-
"@salesforce/plugin-source": "3.4.
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.4.
|
|
167
|
+
"@salesforce/plugin-source": "3.4.5",
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.4.3",
|
|
169
169
|
"@salesforce/plugin-templates": "56.2.12",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.6",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.14",
|