@salesforce/cli 2.25.5 → 2.25.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 +40 -39
- package/npm-shrinkwrap.json +15968 -16272
- package/oclif.manifest.json +4 -11
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
|
@@ -1204,7 +1204,6 @@
|
|
|
1204
1204
|
"strict": true,
|
|
1205
1205
|
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1206
1206
|
"enableJsonFlag": true,
|
|
1207
|
-
"SF_ENV": "SF_ENV",
|
|
1208
1207
|
"isESM": true,
|
|
1209
1208
|
"relativePath": [
|
|
1210
1209
|
"lib",
|
|
@@ -1268,6 +1267,7 @@
|
|
|
1268
1267
|
}
|
|
1269
1268
|
},
|
|
1270
1269
|
"hasDynamicHelp": false,
|
|
1270
|
+
"hidden": true,
|
|
1271
1271
|
"hiddenAliases": [],
|
|
1272
1272
|
"id": "dev:configure:repo",
|
|
1273
1273
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
@@ -1276,7 +1276,6 @@
|
|
|
1276
1276
|
"strict": true,
|
|
1277
1277
|
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1278
1278
|
"enableJsonFlag": true,
|
|
1279
|
-
"SF_ENV": "SF_ENV",
|
|
1280
1279
|
"isESM": true,
|
|
1281
1280
|
"relativePath": [
|
|
1282
1281
|
"lib",
|
|
@@ -1332,6 +1331,7 @@
|
|
|
1332
1331
|
}
|
|
1333
1332
|
},
|
|
1334
1333
|
"hasDynamicHelp": false,
|
|
1334
|
+
"hidden": true,
|
|
1335
1335
|
"hiddenAliases": [],
|
|
1336
1336
|
"id": "dev:configure:secrets",
|
|
1337
1337
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
@@ -1340,7 +1340,6 @@
|
|
|
1340
1340
|
"strict": true,
|
|
1341
1341
|
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1342
1342
|
"enableJsonFlag": true,
|
|
1343
|
-
"SF_ENV": "SF_ENV",
|
|
1344
1343
|
"isESM": true,
|
|
1345
1344
|
"relativePath": [
|
|
1346
1345
|
"lib",
|
|
@@ -1410,7 +1409,6 @@
|
|
|
1410
1409
|
"strict": true,
|
|
1411
1410
|
"summary": "Convert a .json messages file into Markdown.",
|
|
1412
1411
|
"enableJsonFlag": true,
|
|
1413
|
-
"SF_ENV": "SF_ENV",
|
|
1414
1412
|
"isESM": true,
|
|
1415
1413
|
"relativePath": [
|
|
1416
1414
|
"lib",
|
|
@@ -1470,7 +1468,6 @@
|
|
|
1470
1468
|
"strict": true,
|
|
1471
1469
|
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1472
1470
|
"enableJsonFlag": true,
|
|
1473
|
-
"SF_ENV": "SF_ENV",
|
|
1474
1471
|
"isESM": true,
|
|
1475
1472
|
"relativePath": [
|
|
1476
1473
|
"lib",
|
|
@@ -1534,7 +1531,6 @@
|
|
|
1534
1531
|
"strict": true,
|
|
1535
1532
|
"summary": "Generate a new sf command.",
|
|
1536
1533
|
"enableJsonFlag": false,
|
|
1537
|
-
"SF_ENV": "SF_ENV",
|
|
1538
1534
|
"isESM": true,
|
|
1539
1535
|
"relativePath": [
|
|
1540
1536
|
"lib",
|
|
@@ -1556,7 +1552,7 @@
|
|
|
1556
1552
|
"dev:generate:flag": {
|
|
1557
1553
|
"aliases": [],
|
|
1558
1554
|
"args": {},
|
|
1559
|
-
"description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThis command is interactive. It first discovers all the commands currently implemented in the plugin, and asks you which you want to create a new flag for. It then prompts for other flag properties, such as its long name, optional short name, type, whether it's required, and so on. Long flag names must be kebab-case and not camelCase. The command doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the command is updated with the code for the new flag.\n\nUse the --dry-run flag to review new code for the command file without actually
|
|
1555
|
+
"description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThis command is interactive. It first discovers all the commands currently implemented in the plugin, and asks you which you want to create a new flag for. It then prompts for other flag properties, such as its long name, optional short name, type, whether it's required, and so on. Long flag names must be kebab-case and not camelCase. The command doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the command is updated with the code for the new flag.\n\nUse the --dry-run flag to review new code for the command file without actually updating it.",
|
|
1560
1556
|
"examples": [
|
|
1561
1557
|
"Generate a new flag and update the command file:\n<%= config.bin %> <%= command.id %>",
|
|
1562
1558
|
"Don't actually update the command file, just view the generated code:\n<%= config.bin %> <%= command.id %> --dry-run"
|
|
@@ -1582,7 +1578,6 @@
|
|
|
1582
1578
|
"strict": true,
|
|
1583
1579
|
"summary": "Generate a flag for an existing command.",
|
|
1584
1580
|
"enableJsonFlag": false,
|
|
1585
|
-
"SF_ENV": "SF_ENV",
|
|
1586
1581
|
"isESM": true,
|
|
1587
1582
|
"relativePath": [
|
|
1588
1583
|
"lib",
|
|
@@ -1618,7 +1613,6 @@
|
|
|
1618
1613
|
"strict": true,
|
|
1619
1614
|
"summary": "Generate a new library.",
|
|
1620
1615
|
"enableJsonFlag": false,
|
|
1621
|
-
"SF_ENV": "SF_ENV",
|
|
1622
1616
|
"isESM": true,
|
|
1623
1617
|
"relativePath": [
|
|
1624
1618
|
"lib",
|
|
@@ -1657,7 +1651,6 @@
|
|
|
1657
1651
|
"strict": true,
|
|
1658
1652
|
"summary": "Generate a new sf plugin.",
|
|
1659
1653
|
"enableJsonFlag": false,
|
|
1660
|
-
"SF_ENV": "SF_ENV",
|
|
1661
1654
|
"isESM": true,
|
|
1662
1655
|
"relativePath": [
|
|
1663
1656
|
"lib",
|
|
@@ -5058,5 +5051,5 @@
|
|
|
5058
5051
|
]
|
|
5059
5052
|
}
|
|
5060
5053
|
},
|
|
5061
|
-
"version": "2.25.
|
|
5054
|
+
"version": "2.25.7"
|
|
5062
5055
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.25.
|
|
4
|
+
"version": "2.25.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"jitPlugins": {
|
|
74
74
|
"@salesforce/plugin-custom-metadata": "3.1.4",
|
|
75
75
|
"@salesforce/plugin-community": "3.0.13",
|
|
76
|
-
"@salesforce/plugin-dev": "2.1.
|
|
76
|
+
"@salesforce/plugin-dev": "2.1.6",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
78
78
|
"@salesforce/plugin-env": "3.0.15",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.11",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@oclif/plugin-commands": "3.1.1",
|
|
140
140
|
"@oclif/plugin-help": "6.0.12",
|
|
141
141
|
"@oclif/plugin-not-found": "3.0.9",
|
|
142
|
-
"@oclif/plugin-plugins": "4.1.
|
|
142
|
+
"@oclif/plugin-plugins": "4.1.17",
|
|
143
143
|
"@oclif/plugin-search": "1.0.12",
|
|
144
144
|
"@oclif/plugin-update": "4.1.8",
|
|
145
145
|
"@oclif/plugin-version": "2.0.11",
|
|
@@ -149,11 +149,11 @@
|
|
|
149
149
|
"@salesforce/plugin-apex": "3.0.18",
|
|
150
150
|
"@salesforce/plugin-auth": "3.3.2",
|
|
151
151
|
"@salesforce/plugin-data": "3.0.16",
|
|
152
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
152
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.0",
|
|
153
153
|
"@salesforce/plugin-info": "3.0.17",
|
|
154
154
|
"@salesforce/plugin-limits": "3.1.4",
|
|
155
155
|
"@salesforce/plugin-marketplace": "1.0.16",
|
|
156
|
-
"@salesforce/plugin-org": "3.3.
|
|
156
|
+
"@salesforce/plugin-org": "3.3.5",
|
|
157
157
|
"@salesforce/plugin-packaging": "2.1.1",
|
|
158
158
|
"@salesforce/plugin-schema": "3.1.0",
|
|
159
159
|
"@salesforce/plugin-settings": "2.0.17",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"@salesforce/schemas": "1.6.1",
|
|
202
202
|
"@salesforce/templates": "60.1.0",
|
|
203
203
|
"@salesforce/source-deploy-retrieve": "10.2.11",
|
|
204
|
-
"@salesforce/source-tracking": "5.1.
|
|
204
|
+
"@salesforce/source-tracking": "5.1.4"
|
|
205
205
|
},
|
|
206
206
|
"repository": "salesforcecli/cli",
|
|
207
207
|
"scripts": {
|
|
@@ -247,11 +247,11 @@
|
|
|
247
247
|
"devDependencies": {
|
|
248
248
|
"@oclif/plugin-command-snapshot": "^4.0.2",
|
|
249
249
|
"@salesforce/dev-scripts": "^8.1.0",
|
|
250
|
-
"@salesforce/plugin-release-management": "^4.5.
|
|
250
|
+
"@salesforce/plugin-release-management": "^4.5.27",
|
|
251
251
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
252
252
|
"@types/debug": "^4.1.12",
|
|
253
|
-
"aws-sdk": "^2.
|
|
254
|
-
"oclif": "^4.
|
|
253
|
+
"aws-sdk": "^2.1536.0",
|
|
254
|
+
"oclif": "^4.3.4",
|
|
255
255
|
"ts-node": "^10.9.1",
|
|
256
256
|
"typescript": "^5"
|
|
257
257
|
},
|