@salesforce/analytics 1.4.59 → 1.4.60

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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
- "version": "1.4.59",
3
+ "version": "1.4.60",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/analytics",
9
- "version": "1.4.59",
9
+ "version": "1.4.60",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.27.0",
13
13
  "@oclif/plugin-help": "^6.2.39",
14
14
  "@salesforce/core": "^6.7.1",
15
- "@salesforce/kit": "^3.2.4",
15
+ "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^7.1.16",
17
17
  "@salesforce/ts-types": "^2.0.9",
18
18
  "chalk": "^5.6.2",
@@ -5270,9 +5270,9 @@
5270
5270
  }
5271
5271
  },
5272
5272
  "node_modules/@salesforce/kit": {
5273
- "version": "3.2.4",
5274
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz",
5275
- "integrity": "sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==",
5273
+ "version": "3.2.6",
5274
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
5275
+ "integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
5276
5276
  "license": "Apache-2.0",
5277
5277
  "dependencies": {
5278
5278
  "@salesforce/ts-types": "^2.0.12"
package/oclif.lock CHANGED
@@ -1782,10 +1782,10 @@
1782
1782
  typescript "^5.4.3"
1783
1783
  wireit "^0.14.4"
1784
1784
 
1785
- "@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
1786
- version "3.2.4"
1787
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
1788
- integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
1785
+ "@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4", "@salesforce/kit@^3.2.6":
1786
+ version "3.2.6"
1787
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
1788
+ integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
1789
1789
  dependencies:
1790
1790
  "@salesforce/ts-types" "^2.0.12"
1791
1791
 
@@ -1064,12 +1064,12 @@
1064
1064
  "list.js"
1065
1065
  ]
1066
1066
  },
1067
- "analytics:dataflow:list": {
1067
+ "analytics:dashboard:list": {
1068
1068
  "aliases": [],
1069
1069
  "args": {},
1070
- "description": "Lists Analytics dataflows in the specified target org.",
1070
+ "description": "Lists Analytics dashboards in the specified target org.",
1071
1071
  "examples": [
1072
- "$ sfdx analytics:dataflow:list"
1072
+ "$ sfdx analytics:dashboard:list"
1073
1073
  ],
1074
1074
  "flags": {
1075
1075
  "json": {
@@ -1118,28 +1118,29 @@
1118
1118
  },
1119
1119
  "hasDynamicHelp": true,
1120
1120
  "hiddenAliases": [],
1121
- "id": "analytics:dataflow:list",
1121
+ "id": "analytics:dashboard:list",
1122
1122
  "pluginAlias": "@salesforce/analytics",
1123
1123
  "pluginName": "@salesforce/analytics",
1124
1124
  "pluginType": "core",
1125
1125
  "strict": true,
1126
- "summary": "list Analytics dataflows",
1126
+ "summary": "list Analytics dashboards",
1127
1127
  "enableJsonFlag": true,
1128
1128
  "isESM": true,
1129
1129
  "relativePath": [
1130
1130
  "lib",
1131
1131
  "commands",
1132
1132
  "analytics",
1133
- "dataflow",
1133
+ "dashboard",
1134
1134
  "list.js"
1135
1135
  ]
1136
1136
  },
1137
- "analytics:dataflow:start": {
1137
+ "analytics:dashboard:update": {
1138
1138
  "aliases": [],
1139
1139
  "args": {},
1140
- "description": "Start an Analytics dataflow in the specified target org.",
1140
+ "description": "Updates a Analytics dashboard.",
1141
1141
  "examples": [
1142
- "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1142
+ "$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId",
1143
+ "$ sfdx analytics:dashboard:update -i dashboardId -r"
1143
1144
  ],
1144
1145
  "flags": {
1145
1146
  "json": {
@@ -1185,41 +1186,58 @@
1185
1186
  "multiple": false,
1186
1187
  "type": "option"
1187
1188
  },
1188
- "dataflowid": {
1189
+ "dashboardid": {
1189
1190
  "char": "i",
1190
- "description": "The ID of the dataflow to update.",
1191
- "name": "dataflowid",
1191
+ "description": "Dashboard ID.",
1192
+ "name": "dashboardid",
1192
1193
  "required": true,
1193
- "summary": "dataflow ID",
1194
+ "summary": "Dashboard ID",
1194
1195
  "hasDynamicHelp": false,
1195
1196
  "multiple": false,
1196
1197
  "type": "option"
1198
+ },
1199
+ "currenthistoryid": {
1200
+ "char": "y",
1201
+ "description": "Current History ID to display.",
1202
+ "name": "currenthistoryid",
1203
+ "summary": "Current History ID to display",
1204
+ "hasDynamicHelp": false,
1205
+ "multiple": false,
1206
+ "type": "option"
1207
+ },
1208
+ "removecurrenthistory": {
1209
+ "char": "r",
1210
+ "description": "Remove Current History ID from dashboard.",
1211
+ "name": "removecurrenthistory",
1212
+ "summary": "Remove Current History ID from dashboard",
1213
+ "allowNo": false,
1214
+ "type": "boolean"
1197
1215
  }
1198
1216
  },
1199
1217
  "hasDynamicHelp": true,
1200
1218
  "hiddenAliases": [],
1201
- "id": "analytics:dataflow:start",
1219
+ "id": "analytics:dashboard:update",
1202
1220
  "pluginAlias": "@salesforce/analytics",
1203
1221
  "pluginName": "@salesforce/analytics",
1204
1222
  "pluginType": "core",
1205
1223
  "strict": true,
1206
- "summary": "start Analytics dataflows",
1224
+ "summary": "updates a Analytics dashboard",
1207
1225
  "enableJsonFlag": true,
1208
1226
  "isESM": true,
1209
1227
  "relativePath": [
1210
1228
  "lib",
1211
1229
  "commands",
1212
1230
  "analytics",
1213
- "dataflow",
1214
- "start.js"
1231
+ "dashboard",
1232
+ "update.js"
1215
1233
  ]
1216
1234
  },
1217
- "analytics:dataflow:update": {
1235
+ "analytics:dataflow:list": {
1218
1236
  "aliases": [],
1219
1237
  "args": {},
1220
- "description": "Update an Analytics dataflow in the specified target org.",
1238
+ "description": "Lists Analytics dataflows in the specified target org.",
1221
1239
  "examples": [
1222
- "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1240
+ "$ sfdx analytics:dataflow:list"
1223
1241
  ],
1224
1242
  "flags": {
1225
1243
  "json": {
@@ -1264,44 +1282,16 @@
1264
1282
  "hasDynamicHelp": false,
1265
1283
  "multiple": false,
1266
1284
  "type": "option"
1267
- },
1268
- "dataflowid": {
1269
- "char": "i",
1270
- "description": "The ID of the dataflow to update.",
1271
- "name": "dataflowid",
1272
- "required": true,
1273
- "summary": "dataflow ID",
1274
- "hasDynamicHelp": false,
1275
- "multiple": false,
1276
- "type": "option"
1277
- },
1278
- "dataflowfile": {
1279
- "char": "f",
1280
- "description": "The JSON of the dataflow to update.",
1281
- "name": "dataflowfile",
1282
- "summary": "dataflow JSON file",
1283
- "hasDynamicHelp": false,
1284
- "multiple": false,
1285
- "type": "option"
1286
- },
1287
- "dataflowstr": {
1288
- "char": "s",
1289
- "description": "The JSON string of the dataflow to update.",
1290
- "name": "dataflowstr",
1291
- "summary": "dataflow JSON string",
1292
- "hasDynamicHelp": false,
1293
- "multiple": false,
1294
- "type": "option"
1295
1285
  }
1296
1286
  },
1297
1287
  "hasDynamicHelp": true,
1298
1288
  "hiddenAliases": [],
1299
- "id": "analytics:dataflow:update",
1289
+ "id": "analytics:dataflow:list",
1300
1290
  "pluginAlias": "@salesforce/analytics",
1301
1291
  "pluginName": "@salesforce/analytics",
1302
1292
  "pluginType": "core",
1303
1293
  "strict": true,
1304
- "summary": "update Analytics dataflow",
1294
+ "summary": "list Analytics dataflows",
1305
1295
  "enableJsonFlag": true,
1306
1296
  "isESM": true,
1307
1297
  "relativePath": [
@@ -1309,15 +1299,15 @@
1309
1299
  "commands",
1310
1300
  "analytics",
1311
1301
  "dataflow",
1312
- "update.js"
1302
+ "list.js"
1313
1303
  ]
1314
1304
  },
1315
- "analytics:dashboard:list": {
1305
+ "analytics:dataflow:start": {
1316
1306
  "aliases": [],
1317
1307
  "args": {},
1318
- "description": "Lists Analytics dashboards in the specified target org.",
1308
+ "description": "Start an Analytics dataflow in the specified target org.",
1319
1309
  "examples": [
1320
- "$ sfdx analytics:dashboard:list"
1310
+ "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1321
1311
  ],
1322
1312
  "flags": {
1323
1313
  "json": {
@@ -1362,33 +1352,42 @@
1362
1352
  "hasDynamicHelp": false,
1363
1353
  "multiple": false,
1364
1354
  "type": "option"
1355
+ },
1356
+ "dataflowid": {
1357
+ "char": "i",
1358
+ "description": "The ID of the dataflow to update.",
1359
+ "name": "dataflowid",
1360
+ "required": true,
1361
+ "summary": "dataflow ID",
1362
+ "hasDynamicHelp": false,
1363
+ "multiple": false,
1364
+ "type": "option"
1365
1365
  }
1366
1366
  },
1367
1367
  "hasDynamicHelp": true,
1368
1368
  "hiddenAliases": [],
1369
- "id": "analytics:dashboard:list",
1369
+ "id": "analytics:dataflow:start",
1370
1370
  "pluginAlias": "@salesforce/analytics",
1371
1371
  "pluginName": "@salesforce/analytics",
1372
1372
  "pluginType": "core",
1373
1373
  "strict": true,
1374
- "summary": "list Analytics dashboards",
1374
+ "summary": "start Analytics dataflows",
1375
1375
  "enableJsonFlag": true,
1376
1376
  "isESM": true,
1377
1377
  "relativePath": [
1378
1378
  "lib",
1379
1379
  "commands",
1380
1380
  "analytics",
1381
- "dashboard",
1382
- "list.js"
1381
+ "dataflow",
1382
+ "start.js"
1383
1383
  ]
1384
1384
  },
1385
- "analytics:dashboard:update": {
1385
+ "analytics:dataflow:update": {
1386
1386
  "aliases": [],
1387
1387
  "args": {},
1388
- "description": "Updates a Analytics dashboard.",
1388
+ "description": "Update an Analytics dataflow in the specified target org.",
1389
1389
  "examples": [
1390
- "$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId",
1391
- "$ sfdx analytics:dashboard:update -i dashboardId -r"
1390
+ "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1392
1391
  ],
1393
1392
  "flags": {
1394
1393
  "json": {
@@ -1434,49 +1433,50 @@
1434
1433
  "multiple": false,
1435
1434
  "type": "option"
1436
1435
  },
1437
- "dashboardid": {
1436
+ "dataflowid": {
1438
1437
  "char": "i",
1439
- "description": "Dashboard ID.",
1440
- "name": "dashboardid",
1438
+ "description": "The ID of the dataflow to update.",
1439
+ "name": "dataflowid",
1441
1440
  "required": true,
1442
- "summary": "Dashboard ID",
1441
+ "summary": "dataflow ID",
1443
1442
  "hasDynamicHelp": false,
1444
1443
  "multiple": false,
1445
1444
  "type": "option"
1446
1445
  },
1447
- "currenthistoryid": {
1448
- "char": "y",
1449
- "description": "Current History ID to display.",
1450
- "name": "currenthistoryid",
1451
- "summary": "Current History ID to display",
1446
+ "dataflowfile": {
1447
+ "char": "f",
1448
+ "description": "The JSON of the dataflow to update.",
1449
+ "name": "dataflowfile",
1450
+ "summary": "dataflow JSON file",
1452
1451
  "hasDynamicHelp": false,
1453
1452
  "multiple": false,
1454
1453
  "type": "option"
1455
1454
  },
1456
- "removecurrenthistory": {
1457
- "char": "r",
1458
- "description": "Remove Current History ID from dashboard.",
1459
- "name": "removecurrenthistory",
1460
- "summary": "Remove Current History ID from dashboard",
1461
- "allowNo": false,
1462
- "type": "boolean"
1455
+ "dataflowstr": {
1456
+ "char": "s",
1457
+ "description": "The JSON string of the dataflow to update.",
1458
+ "name": "dataflowstr",
1459
+ "summary": "dataflow JSON string",
1460
+ "hasDynamicHelp": false,
1461
+ "multiple": false,
1462
+ "type": "option"
1463
1463
  }
1464
1464
  },
1465
1465
  "hasDynamicHelp": true,
1466
1466
  "hiddenAliases": [],
1467
- "id": "analytics:dashboard:update",
1467
+ "id": "analytics:dataflow:update",
1468
1468
  "pluginAlias": "@salesforce/analytics",
1469
1469
  "pluginName": "@salesforce/analytics",
1470
1470
  "pluginType": "core",
1471
1471
  "strict": true,
1472
- "summary": "updates a Analytics dashboard",
1472
+ "summary": "update Analytics dataflow",
1473
1473
  "enableJsonFlag": true,
1474
1474
  "isESM": true,
1475
1475
  "relativePath": [
1476
1476
  "lib",
1477
1477
  "commands",
1478
1478
  "analytics",
1479
- "dashboard",
1479
+ "dataflow",
1480
1480
  "update.js"
1481
1481
  ]
1482
1482
  },
@@ -3449,12 +3449,12 @@
3449
3449
  "update.js"
3450
3450
  ]
3451
3451
  },
3452
- "analytics:dataflow:history:list": {
3452
+ "analytics:dashboard:history:list": {
3453
3453
  "aliases": [],
3454
3454
  "args": {},
3455
- "description": "Lists history records for Analytics dataflows in the specified target org.",
3455
+ "description": "Lists history records for Analytics dashboards in the specified target org.",
3456
3456
  "examples": [
3457
- "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
3457
+ "$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
3458
3458
  ],
3459
3459
  "flags": {
3460
3460
  "json": {
@@ -3500,12 +3500,12 @@
3500
3500
  "multiple": false,
3501
3501
  "type": "option"
3502
3502
  },
3503
- "dataflowid": {
3503
+ "dashboardid": {
3504
3504
  "char": "i",
3505
- "description": "The ID of the dataflow to show history records.",
3506
- "name": "dataflowid",
3505
+ "description": "The ID of the dashboard to show history records.",
3506
+ "name": "dashboardid",
3507
3507
  "required": true,
3508
- "summary": "dataflow ID",
3508
+ "summary": "dashboard ID",
3509
3509
  "hasDynamicHelp": false,
3510
3510
  "multiple": false,
3511
3511
  "type": "option"
@@ -3513,29 +3513,29 @@
3513
3513
  },
3514
3514
  "hasDynamicHelp": true,
3515
3515
  "hiddenAliases": [],
3516
- "id": "analytics:dataflow:history:list",
3516
+ "id": "analytics:dashboard:history:list",
3517
3517
  "pluginAlias": "@salesforce/analytics",
3518
3518
  "pluginName": "@salesforce/analytics",
3519
3519
  "pluginType": "core",
3520
3520
  "strict": true,
3521
- "summary": "list history records for Analytics dataflows",
3521
+ "summary": "list history records for Analytics dashboards",
3522
3522
  "enableJsonFlag": true,
3523
3523
  "isESM": true,
3524
3524
  "relativePath": [
3525
3525
  "lib",
3526
3526
  "commands",
3527
3527
  "analytics",
3528
- "dataflow",
3528
+ "dashboard",
3529
3529
  "history",
3530
3530
  "list.js"
3531
3531
  ]
3532
3532
  },
3533
- "analytics:dataflow:history:revert": {
3533
+ "analytics:dashboard:history:revert": {
3534
3534
  "aliases": [],
3535
3535
  "args": {},
3536
3536
  "description": "Revert to a specified history record.",
3537
3537
  "examples": [
3538
- "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
3538
+ "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
3539
3539
  ],
3540
3540
  "flags": {
3541
3541
  "json": {
@@ -3581,22 +3581,22 @@
3581
3581
  "multiple": false,
3582
3582
  "type": "option"
3583
3583
  },
3584
- "dataflowid": {
3584
+ "dashboardid": {
3585
3585
  "char": "i",
3586
- "description": "The ID of the dataflow to show history records.",
3587
- "name": "dataflowid",
3586
+ "description": "The ID of the dashboard to show history records.",
3587
+ "name": "dashboardid",
3588
3588
  "required": true,
3589
- "summary": "dataflow ID",
3589
+ "summary": "dashboard ID",
3590
3590
  "hasDynamicHelp": false,
3591
3591
  "multiple": false,
3592
3592
  "type": "option"
3593
3593
  },
3594
3594
  "historyid": {
3595
3595
  "char": "y",
3596
- "description": "The ID of the dataflow history record.",
3596
+ "description": "The ID of the dashboard history records.",
3597
3597
  "name": "historyid",
3598
3598
  "required": true,
3599
- "summary": "dataflow history ID",
3599
+ "summary": "dashboard history ID",
3600
3600
  "hasDynamicHelp": false,
3601
3601
  "multiple": false,
3602
3602
  "type": "option"
@@ -3613,7 +3613,7 @@
3613
3613
  },
3614
3614
  "hasDynamicHelp": true,
3615
3615
  "hiddenAliases": [],
3616
- "id": "analytics:dataflow:history:revert",
3616
+ "id": "analytics:dashboard:history:revert",
3617
3617
  "pluginAlias": "@salesforce/analytics",
3618
3618
  "pluginName": "@salesforce/analytics",
3619
3619
  "pluginType": "core",
@@ -3625,17 +3625,17 @@
3625
3625
  "lib",
3626
3626
  "commands",
3627
3627
  "analytics",
3628
- "dataflow",
3628
+ "dashboard",
3629
3629
  "history",
3630
3630
  "revert.js"
3631
3631
  ]
3632
3632
  },
3633
- "analytics:dataflow:job:display": {
3633
+ "analytics:dataflow:history:list": {
3634
3634
  "aliases": [],
3635
3635
  "args": {},
3636
- "description": "Display status of Analytics dataflow in the specified target org.",
3636
+ "description": "Lists history records for Analytics dataflows in the specified target org.",
3637
3637
  "examples": [
3638
- "$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
3638
+ "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
3639
3639
  ],
3640
3640
  "flags": {
3641
3641
  "json": {
@@ -3681,12 +3681,12 @@
3681
3681
  "multiple": false,
3682
3682
  "type": "option"
3683
3683
  },
3684
- "dataflowjobid": {
3684
+ "dataflowid": {
3685
3685
  "char": "i",
3686
- "description": "The ID of the dataflow job to update.",
3687
- "name": "dataflowjobid",
3686
+ "description": "The ID of the dataflow to show history records.",
3687
+ "name": "dataflowid",
3688
3688
  "required": true,
3689
- "summary": "dataflow Job ID",
3689
+ "summary": "dataflow ID",
3690
3690
  "hasDynamicHelp": false,
3691
3691
  "multiple": false,
3692
3692
  "type": "option"
@@ -3694,12 +3694,12 @@
3694
3694
  },
3695
3695
  "hasDynamicHelp": true,
3696
3696
  "hiddenAliases": [],
3697
- "id": "analytics:dataflow:job:display",
3697
+ "id": "analytics:dataflow:history:list",
3698
3698
  "pluginAlias": "@salesforce/analytics",
3699
3699
  "pluginName": "@salesforce/analytics",
3700
3700
  "pluginType": "core",
3701
3701
  "strict": true,
3702
- "summary": "display status of Analytics dataflow",
3702
+ "summary": "list history records for Analytics dataflows",
3703
3703
  "enableJsonFlag": true,
3704
3704
  "isESM": true,
3705
3705
  "relativePath": [
@@ -3707,16 +3707,16 @@
3707
3707
  "commands",
3708
3708
  "analytics",
3709
3709
  "dataflow",
3710
- "job",
3711
- "display.js"
3710
+ "history",
3711
+ "list.js"
3712
3712
  ]
3713
3713
  },
3714
- "analytics:dataflow:job:list": {
3714
+ "analytics:dataflow:history:revert": {
3715
3715
  "aliases": [],
3716
3716
  "args": {},
3717
- "description": "List jobs of an Analytics dataflow in the specified target org.",
3717
+ "description": "Revert to a specified history record.",
3718
3718
  "examples": [
3719
- "$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
3719
+ "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
3720
3720
  ],
3721
3721
  "flags": {
3722
3722
  "json": {
@@ -3764,23 +3764,42 @@
3764
3764
  },
3765
3765
  "dataflowid": {
3766
3766
  "char": "i",
3767
- "description": "The ID of the dataflow to update.",
3767
+ "description": "The ID of the dataflow to show history records.",
3768
3768
  "name": "dataflowid",
3769
3769
  "required": true,
3770
3770
  "summary": "dataflow ID",
3771
3771
  "hasDynamicHelp": false,
3772
3772
  "multiple": false,
3773
3773
  "type": "option"
3774
+ },
3775
+ "historyid": {
3776
+ "char": "y",
3777
+ "description": "The ID of the dataflow history record.",
3778
+ "name": "historyid",
3779
+ "required": true,
3780
+ "summary": "dataflow history ID",
3781
+ "hasDynamicHelp": false,
3782
+ "multiple": false,
3783
+ "type": "option"
3784
+ },
3785
+ "label": {
3786
+ "char": "l",
3787
+ "description": "Label for new reverted history record.",
3788
+ "name": "label",
3789
+ "summary": "label for new reverted history record",
3790
+ "hasDynamicHelp": false,
3791
+ "multiple": false,
3792
+ "type": "option"
3774
3793
  }
3775
3794
  },
3776
3795
  "hasDynamicHelp": true,
3777
3796
  "hiddenAliases": [],
3778
- "id": "analytics:dataflow:job:list",
3797
+ "id": "analytics:dataflow:history:revert",
3779
3798
  "pluginAlias": "@salesforce/analytics",
3780
3799
  "pluginName": "@salesforce/analytics",
3781
3800
  "pluginType": "core",
3782
3801
  "strict": true,
3783
- "summary": "list jobs of Analytics dataflow",
3802
+ "summary": "revert to specified history record",
3784
3803
  "enableJsonFlag": true,
3785
3804
  "isESM": true,
3786
3805
  "relativePath": [
@@ -3788,16 +3807,16 @@
3788
3807
  "commands",
3789
3808
  "analytics",
3790
3809
  "dataflow",
3791
- "job",
3792
- "list.js"
3810
+ "history",
3811
+ "revert.js"
3793
3812
  ]
3794
3813
  },
3795
- "analytics:dataflow:job:stop": {
3814
+ "analytics:dataflow:job:display": {
3796
3815
  "aliases": [],
3797
3816
  "args": {},
3798
- "description": "Stop an Analytics dataflow in the specified target org.",
3817
+ "description": "Display status of Analytics dataflow in the specified target org.",
3799
3818
  "examples": [
3800
- "$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
3819
+ "$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
3801
3820
  ],
3802
3821
  "flags": {
3803
3822
  "json": {
@@ -3856,12 +3875,12 @@
3856
3875
  },
3857
3876
  "hasDynamicHelp": true,
3858
3877
  "hiddenAliases": [],
3859
- "id": "analytics:dataflow:job:stop",
3878
+ "id": "analytics:dataflow:job:display",
3860
3879
  "pluginAlias": "@salesforce/analytics",
3861
3880
  "pluginName": "@salesforce/analytics",
3862
3881
  "pluginType": "core",
3863
3882
  "strict": true,
3864
- "summary": "stop Analytics dataflows",
3883
+ "summary": "display status of Analytics dataflow",
3865
3884
  "enableJsonFlag": true,
3866
3885
  "isESM": true,
3867
3886
  "relativePath": [
@@ -3870,15 +3889,15 @@
3870
3889
  "analytics",
3871
3890
  "dataflow",
3872
3891
  "job",
3873
- "stop.js"
3892
+ "display.js"
3874
3893
  ]
3875
3894
  },
3876
- "analytics:dashboard:history:list": {
3895
+ "analytics:dataflow:job:list": {
3877
3896
  "aliases": [],
3878
3897
  "args": {},
3879
- "description": "Lists history records for Analytics dashboards in the specified target org.",
3898
+ "description": "List jobs of an Analytics dataflow in the specified target org.",
3880
3899
  "examples": [
3881
- "$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
3900
+ "$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
3882
3901
  ],
3883
3902
  "flags": {
3884
3903
  "json": {
@@ -3924,12 +3943,12 @@
3924
3943
  "multiple": false,
3925
3944
  "type": "option"
3926
3945
  },
3927
- "dashboardid": {
3946
+ "dataflowid": {
3928
3947
  "char": "i",
3929
- "description": "The ID of the dashboard to show history records.",
3930
- "name": "dashboardid",
3948
+ "description": "The ID of the dataflow to update.",
3949
+ "name": "dataflowid",
3931
3950
  "required": true,
3932
- "summary": "dashboard ID",
3951
+ "summary": "dataflow ID",
3933
3952
  "hasDynamicHelp": false,
3934
3953
  "multiple": false,
3935
3954
  "type": "option"
@@ -3937,29 +3956,29 @@
3937
3956
  },
3938
3957
  "hasDynamicHelp": true,
3939
3958
  "hiddenAliases": [],
3940
- "id": "analytics:dashboard:history:list",
3959
+ "id": "analytics:dataflow:job:list",
3941
3960
  "pluginAlias": "@salesforce/analytics",
3942
3961
  "pluginName": "@salesforce/analytics",
3943
3962
  "pluginType": "core",
3944
3963
  "strict": true,
3945
- "summary": "list history records for Analytics dashboards",
3964
+ "summary": "list jobs of Analytics dataflow",
3946
3965
  "enableJsonFlag": true,
3947
3966
  "isESM": true,
3948
3967
  "relativePath": [
3949
3968
  "lib",
3950
3969
  "commands",
3951
3970
  "analytics",
3952
- "dashboard",
3953
- "history",
3971
+ "dataflow",
3972
+ "job",
3954
3973
  "list.js"
3955
3974
  ]
3956
3975
  },
3957
- "analytics:dashboard:history:revert": {
3976
+ "analytics:dataflow:job:stop": {
3958
3977
  "aliases": [],
3959
3978
  "args": {},
3960
- "description": "Revert to a specified history record.",
3979
+ "description": "Stop an Analytics dataflow in the specified target org.",
3961
3980
  "examples": [
3962
- "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
3981
+ "$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
3963
3982
  ],
3964
3983
  "flags": {
3965
3984
  "json": {
@@ -4005,31 +4024,12 @@
4005
4024
  "multiple": false,
4006
4025
  "type": "option"
4007
4026
  },
4008
- "dashboardid": {
4027
+ "dataflowjobid": {
4009
4028
  "char": "i",
4010
- "description": "The ID of the dashboard to show history records.",
4011
- "name": "dashboardid",
4012
- "required": true,
4013
- "summary": "dashboard ID",
4014
- "hasDynamicHelp": false,
4015
- "multiple": false,
4016
- "type": "option"
4017
- },
4018
- "historyid": {
4019
- "char": "y",
4020
- "description": "The ID of the dashboard history records.",
4021
- "name": "historyid",
4029
+ "description": "The ID of the dataflow job to update.",
4030
+ "name": "dataflowjobid",
4022
4031
  "required": true,
4023
- "summary": "dashboard history ID",
4024
- "hasDynamicHelp": false,
4025
- "multiple": false,
4026
- "type": "option"
4027
- },
4028
- "label": {
4029
- "char": "l",
4030
- "description": "Label for new reverted history record.",
4031
- "name": "label",
4032
- "summary": "label for new reverted history record",
4032
+ "summary": "dataflow Job ID",
4033
4033
  "hasDynamicHelp": false,
4034
4034
  "multiple": false,
4035
4035
  "type": "option"
@@ -4037,21 +4037,21 @@
4037
4037
  },
4038
4038
  "hasDynamicHelp": true,
4039
4039
  "hiddenAliases": [],
4040
- "id": "analytics:dashboard:history:revert",
4040
+ "id": "analytics:dataflow:job:stop",
4041
4041
  "pluginAlias": "@salesforce/analytics",
4042
4042
  "pluginName": "@salesforce/analytics",
4043
4043
  "pluginType": "core",
4044
4044
  "strict": true,
4045
- "summary": "revert to specified history record",
4045
+ "summary": "stop Analytics dataflows",
4046
4046
  "enableJsonFlag": true,
4047
4047
  "isESM": true,
4048
4048
  "relativePath": [
4049
4049
  "lib",
4050
4050
  "commands",
4051
4051
  "analytics",
4052
- "dashboard",
4053
- "history",
4054
- "revert.js"
4052
+ "dataflow",
4053
+ "job",
4054
+ "stop.js"
4055
4055
  ]
4056
4056
  },
4057
4057
  "analytics:dataset:rows:fetch": {
@@ -4362,5 +4362,5 @@
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.59"
4365
+ "version": "1.4.60"
4366
4366
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
3
  "description": "Commands for working with Salesforce Analytics applications, assets, and services",
4
- "version": "1.4.59",
4
+ "version": "1.4.60",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.27.0",
9
9
  "@oclif/plugin-help": "^6.2.39",
10
10
  "@salesforce/core": "^6.7.1",
11
- "@salesforce/kit": "^3.2.4",
11
+ "@salesforce/kit": "^3.2.6",
12
12
  "@salesforce/sf-plugins-core": "^7.1.16",
13
13
  "@salesforce/ts-types": "^2.0.9",
14
14
  "chalk": "^5.6.2",
@@ -276,7 +276,7 @@
276
276
  },
277
277
  "type": "module",
278
278
  "sfdx": {
279
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.59.crt",
280
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.59.sig"
279
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.60.crt",
280
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.60.sig"
281
281
  }
282
282
  }