@salesforce/cli 2.20.2 → 2.20.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.
@@ -209,7 +209,7 @@
209
209
  "name": "target-org",
210
210
  "noCacheDefault": true,
211
211
  "required": true,
212
- "summary": "Username or alias of the target org.",
212
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
213
213
  "hasDynamicHelp": true,
214
214
  "multiple": false,
215
215
  "type": "option"
@@ -885,7 +885,7 @@
885
885
  "name": "target-org",
886
886
  "noCacheDefault": true,
887
887
  "required": true,
888
- "summary": "Username or alias of the target org.",
888
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
889
889
  "hasDynamicHelp": true,
890
890
  "multiple": false,
891
891
  "type": "option"
@@ -979,7 +979,7 @@
979
979
  "name": "target-org",
980
980
  "noCacheDefault": true,
981
981
  "required": true,
982
- "summary": "Username or alias of the target org.",
982
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
983
983
  "hasDynamicHelp": true,
984
984
  "multiple": false,
985
985
  "type": "option"
@@ -1064,7 +1064,7 @@
1064
1064
  "name": "target-org",
1065
1065
  "noCacheDefault": true,
1066
1066
  "required": true,
1067
- "summary": "Username or alias of the target org.",
1067
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1068
1068
  "hasDynamicHelp": true,
1069
1069
  "multiple": false,
1070
1070
  "type": "option"
@@ -1226,6 +1226,142 @@
1226
1226
  "messages:audit:dev"
1227
1227
  ]
1228
1228
  },
1229
+ "dev:configure:repo": {
1230
+ "aliases": [],
1231
+ "args": {},
1232
+ "description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
1233
+ "examples": [
1234
+ "Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1235
+ ],
1236
+ "flags": {
1237
+ "json": {
1238
+ "description": "Format output as json.",
1239
+ "helpGroup": "GLOBAL",
1240
+ "name": "json",
1241
+ "allowNo": false,
1242
+ "type": "boolean"
1243
+ },
1244
+ "repository": {
1245
+ "char": "r",
1246
+ "name": "repository",
1247
+ "required": true,
1248
+ "summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
1249
+ "hasDynamicHelp": false,
1250
+ "multiple": false,
1251
+ "type": "option"
1252
+ },
1253
+ "dry-run": {
1254
+ "aliases": [
1255
+ "dryrun"
1256
+ ],
1257
+ "char": "d",
1258
+ "name": "dry-run",
1259
+ "summary": "Make no changes.",
1260
+ "allowNo": false,
1261
+ "type": "boolean"
1262
+ },
1263
+ "bot": {
1264
+ "char": "b",
1265
+ "name": "bot",
1266
+ "summary": "GitHub login/username for the bot.",
1267
+ "default": "SF-CLI-BOT",
1268
+ "hasDynamicHelp": false,
1269
+ "multiple": false,
1270
+ "type": "option"
1271
+ }
1272
+ },
1273
+ "hasDynamicHelp": false,
1274
+ "hiddenAliases": [],
1275
+ "id": "dev:configure:repo",
1276
+ "pluginAlias": "@salesforce/plugin-dev",
1277
+ "pluginName": "@salesforce/plugin-dev",
1278
+ "pluginType": "jit",
1279
+ "strict": true,
1280
+ "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1281
+ "enableJsonFlag": true,
1282
+ "SF_ENV": "SF_ENV",
1283
+ "isESM": true,
1284
+ "relativePath": [
1285
+ "lib",
1286
+ "commands",
1287
+ "dev",
1288
+ "configure",
1289
+ "repo.js"
1290
+ ],
1291
+ "aliasPermutations": [],
1292
+ "permutations": [
1293
+ "dev:configure:repo",
1294
+ "configure:dev:repo",
1295
+ "configure:repo:dev",
1296
+ "dev:repo:configure",
1297
+ "repo:dev:configure",
1298
+ "repo:configure:dev"
1299
+ ]
1300
+ },
1301
+ "dev:configure:secrets": {
1302
+ "aliases": [],
1303
+ "args": {},
1304
+ "description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
1305
+ "examples": [
1306
+ "Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
1307
+ "<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1308
+ ],
1309
+ "flags": {
1310
+ "json": {
1311
+ "description": "Format output as json.",
1312
+ "helpGroup": "GLOBAL",
1313
+ "name": "json",
1314
+ "allowNo": false,
1315
+ "type": "boolean"
1316
+ },
1317
+ "repository": {
1318
+ "char": "r",
1319
+ "name": "repository",
1320
+ "required": true,
1321
+ "summary": "Github owner/repo.",
1322
+ "hasDynamicHelp": false,
1323
+ "multiple": false,
1324
+ "type": "option"
1325
+ },
1326
+ "dry-run": {
1327
+ "aliases": [
1328
+ "dryrun"
1329
+ ],
1330
+ "char": "d",
1331
+ "name": "dry-run",
1332
+ "summary": "Make no changes.",
1333
+ "allowNo": false,
1334
+ "type": "boolean"
1335
+ }
1336
+ },
1337
+ "hasDynamicHelp": false,
1338
+ "hiddenAliases": [],
1339
+ "id": "dev:configure:secrets",
1340
+ "pluginAlias": "@salesforce/plugin-dev",
1341
+ "pluginName": "@salesforce/plugin-dev",
1342
+ "pluginType": "jit",
1343
+ "strict": true,
1344
+ "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
1345
+ "enableJsonFlag": true,
1346
+ "SF_ENV": "SF_ENV",
1347
+ "isESM": true,
1348
+ "relativePath": [
1349
+ "lib",
1350
+ "commands",
1351
+ "dev",
1352
+ "configure",
1353
+ "secrets.js"
1354
+ ],
1355
+ "aliasPermutations": [],
1356
+ "permutations": [
1357
+ "dev:configure:secrets",
1358
+ "configure:dev:secrets",
1359
+ "configure:secrets:dev",
1360
+ "dev:secrets:configure",
1361
+ "secrets:dev:configure",
1362
+ "secrets:configure:dev"
1363
+ ]
1364
+ },
1229
1365
  "dev:convert:messages": {
1230
1366
  "aliases": [],
1231
1367
  "args": {},
@@ -1546,142 +1682,6 @@
1546
1682
  "plugin:generate:dev"
1547
1683
  ]
1548
1684
  },
1549
- "dev:configure:repo": {
1550
- "aliases": [],
1551
- "args": {},
1552
- "description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
1553
- "examples": [
1554
- "Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1555
- ],
1556
- "flags": {
1557
- "json": {
1558
- "description": "Format output as json.",
1559
- "helpGroup": "GLOBAL",
1560
- "name": "json",
1561
- "allowNo": false,
1562
- "type": "boolean"
1563
- },
1564
- "repository": {
1565
- "char": "r",
1566
- "name": "repository",
1567
- "required": true,
1568
- "summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
1569
- "hasDynamicHelp": false,
1570
- "multiple": false,
1571
- "type": "option"
1572
- },
1573
- "dry-run": {
1574
- "aliases": [
1575
- "dryrun"
1576
- ],
1577
- "char": "d",
1578
- "name": "dry-run",
1579
- "summary": "Make no changes.",
1580
- "allowNo": false,
1581
- "type": "boolean"
1582
- },
1583
- "bot": {
1584
- "char": "b",
1585
- "name": "bot",
1586
- "summary": "GitHub login/username for the bot.",
1587
- "default": "SF-CLI-BOT",
1588
- "hasDynamicHelp": false,
1589
- "multiple": false,
1590
- "type": "option"
1591
- }
1592
- },
1593
- "hasDynamicHelp": false,
1594
- "hiddenAliases": [],
1595
- "id": "dev:configure:repo",
1596
- "pluginAlias": "@salesforce/plugin-dev",
1597
- "pluginName": "@salesforce/plugin-dev",
1598
- "pluginType": "jit",
1599
- "strict": true,
1600
- "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1601
- "enableJsonFlag": true,
1602
- "SF_ENV": "SF_ENV",
1603
- "isESM": true,
1604
- "relativePath": [
1605
- "lib",
1606
- "commands",
1607
- "dev",
1608
- "configure",
1609
- "repo.js"
1610
- ],
1611
- "aliasPermutations": [],
1612
- "permutations": [
1613
- "dev:configure:repo",
1614
- "configure:dev:repo",
1615
- "configure:repo:dev",
1616
- "dev:repo:configure",
1617
- "repo:dev:configure",
1618
- "repo:configure:dev"
1619
- ]
1620
- },
1621
- "dev:configure:secrets": {
1622
- "aliases": [],
1623
- "args": {},
1624
- "description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
1625
- "examples": [
1626
- "Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
1627
- "<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1628
- ],
1629
- "flags": {
1630
- "json": {
1631
- "description": "Format output as json.",
1632
- "helpGroup": "GLOBAL",
1633
- "name": "json",
1634
- "allowNo": false,
1635
- "type": "boolean"
1636
- },
1637
- "repository": {
1638
- "char": "r",
1639
- "name": "repository",
1640
- "required": true,
1641
- "summary": "Github owner/repo.",
1642
- "hasDynamicHelp": false,
1643
- "multiple": false,
1644
- "type": "option"
1645
- },
1646
- "dry-run": {
1647
- "aliases": [
1648
- "dryrun"
1649
- ],
1650
- "char": "d",
1651
- "name": "dry-run",
1652
- "summary": "Make no changes.",
1653
- "allowNo": false,
1654
- "type": "boolean"
1655
- }
1656
- },
1657
- "hasDynamicHelp": false,
1658
- "hiddenAliases": [],
1659
- "id": "dev:configure:secrets",
1660
- "pluginAlias": "@salesforce/plugin-dev",
1661
- "pluginName": "@salesforce/plugin-dev",
1662
- "pluginType": "jit",
1663
- "strict": true,
1664
- "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
1665
- "enableJsonFlag": true,
1666
- "SF_ENV": "SF_ENV",
1667
- "isESM": true,
1668
- "relativePath": [
1669
- "lib",
1670
- "commands",
1671
- "dev",
1672
- "configure",
1673
- "secrets.js"
1674
- ],
1675
- "aliasPermutations": [],
1676
- "permutations": [
1677
- "dev:configure:secrets",
1678
- "configure:dev:secrets",
1679
- "configure:secrets:dev",
1680
- "dev:secrets:configure",
1681
- "secrets:dev:configure",
1682
- "secrets:configure:dev"
1683
- ]
1684
- },
1685
1685
  "project:deploy:pipeline:quick": {
1686
1686
  "id": "project:deploy:pipeline:quick",
1687
1687
  "summary": "Quickly deploy a validated deployment to an org.",
@@ -5240,5 +5240,5 @@
5240
5240
  ]
5241
5241
  }
5242
5242
  },
5243
- "version": "2.20.2"
5243
+ "version": "2.20.4"
5244
5244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.20.2",
4
+ "version": "2.20.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -71,11 +71,11 @@
71
71
  "@salesforce/plugin-user"
72
72
  ],
73
73
  "jitPlugins": {
74
- "@salesforce/plugin-custom-metadata": "3.0.3",
75
- "@salesforce/plugin-community": "3.0.2",
76
- "@salesforce/plugin-dev": "2.0.2",
74
+ "@salesforce/plugin-custom-metadata": "3.0.5",
75
+ "@salesforce/plugin-community": "3.0.4",
76
+ "@salesforce/plugin-dev": "2.0.4",
77
77
  "@salesforce/plugin-devops-center": "1.2.4",
78
- "@salesforce/plugin-env": "3.0.6",
78
+ "@salesforce/plugin-env": "3.0.7",
79
79
  "@salesforce/plugin-functions": "1.22.9",
80
80
  "@salesforce/plugin-signups": "2.0.4",
81
81
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
@@ -131,29 +131,29 @@
131
131
  "@oclif/plugin-not-found": "3.0.4",
132
132
  "@oclif/plugin-plugins": "4.1.8",
133
133
  "@oclif/plugin-search": "1.0.8",
134
- "@oclif/plugin-update": "4.1.3",
135
- "@oclif/plugin-version": "2.0.7",
136
- "@oclif/plugin-warn-if-update-available": "3.0.3",
137
- "@oclif/plugin-which": "3.0.10",
134
+ "@oclif/plugin-update": "4.1.4",
135
+ "@oclif/plugin-version": "2.0.8",
136
+ "@oclif/plugin-warn-if-update-available": "3.0.4",
137
+ "@oclif/plugin-which": "3.0.11",
138
138
  "@salesforce/core": "^6.1.4",
139
- "@salesforce/plugin-apex": "3.0.6",
140
- "@salesforce/plugin-auth": "3.0.7",
141
- "@salesforce/plugin-data": "3.0.1",
139
+ "@salesforce/plugin-apex": "3.0.7",
140
+ "@salesforce/plugin-auth": "3.0.8",
141
+ "@salesforce/plugin-data": "3.0.2",
142
142
  "@salesforce/plugin-deploy-retrieve": "2.1.3",
143
- "@salesforce/plugin-info": "3.0.3",
144
- "@salesforce/plugin-limits": "3.0.2",
145
- "@salesforce/plugin-marketplace": "1.0.6",
146
- "@salesforce/plugin-org": "3.0.7",
147
- "@salesforce/plugin-packaging": "1.27.2",
148
- "@salesforce/plugin-schema": "3.0.4",
149
- "@salesforce/plugin-settings": "2.0.6",
143
+ "@salesforce/plugin-info": "3.0.5",
144
+ "@salesforce/plugin-limits": "3.0.4",
145
+ "@salesforce/plugin-marketplace": "1.0.7",
146
+ "@salesforce/plugin-org": "3.0.9",
147
+ "@salesforce/plugin-packaging": "1.27.3",
148
+ "@salesforce/plugin-schema": "3.0.6",
149
+ "@salesforce/plugin-settings": "2.0.9",
150
150
  "@salesforce/plugin-sobject": "1.0.2",
151
- "@salesforce/plugin-source": "2.11.4",
152
- "@salesforce/plugin-telemetry": "3.1.2",
153
- "@salesforce/plugin-templates": "56.0.2",
154
- "@salesforce/plugin-trust": "3.0.4",
155
- "@salesforce/plugin-user": "3.0.4",
156
- "@salesforce/sf-plugins-core": "5.0.3",
151
+ "@salesforce/plugin-source": "3.0.1",
152
+ "@salesforce/plugin-telemetry": "3.1.3",
153
+ "@salesforce/plugin-templates": "56.0.3",
154
+ "@salesforce/plugin-trust": "3.0.6",
155
+ "@salesforce/plugin-user": "3.0.6",
156
+ "@salesforce/sf-plugins-core": "5.0.4",
157
157
  "debug": "^4.3.4"
158
158
  },
159
159
  "pinnedDependencies": [
@@ -190,7 +190,7 @@
190
190
  "resolutions": {
191
191
  "@salesforce/schemas": "1.6.1",
192
192
  "@salesforce/templates": "59.0.2",
193
- "@salesforce/source-deploy-retrieve": "10.0.2",
193
+ "@salesforce/source-deploy-retrieve": "10.0.3",
194
194
  "@salesforce/source-tracking": "5.0.1"
195
195
  },
196
196
  "repository": "salesforcecli/cli",