@salesforce/cli 2.23.14 → 2.23.15

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 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.23.14 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.23.15 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.23.14",
3
+ "version": "2.23.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.23.14",
9
+ "version": "2.23.15",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -1226,142 +1226,6 @@
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
- },
1365
1229
  "dev:convert:messages": {
1366
1230
  "aliases": [],
1367
1231
  "args": {},
@@ -1682,6 +1546,142 @@
1682
1546
  "plugin:generate:dev"
1683
1547
  ]
1684
1548
  },
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.23.14"
5243
+ "version": "2.23.15"
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.23.14",
4
+ "version": "2.23.15",
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.0.11",
75
75
  "@salesforce/plugin-community": "3.0.9",
76
- "@salesforce/plugin-dev": "2.1.1",
76
+ "@salesforce/plugin-dev": "2.1.2",
77
77
  "@salesforce/plugin-devops-center": "1.2.5",
78
78
  "@salesforce/plugin-env": "3.0.12",
79
79
  "@salesforce/plugin-functions": "1.22.11",