@salesforce/analytics 1.4.57 → 1.4.59
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/npm-shrinkwrap.json +688 -1388
- package/oclif.lock +264 -537
- package/oclif.manifest.json +169 -169
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1064,12 +1064,12 @@
|
|
|
1064
1064
|
"list.js"
|
|
1065
1065
|
]
|
|
1066
1066
|
},
|
|
1067
|
-
"analytics:
|
|
1067
|
+
"analytics:dataflow:list": {
|
|
1068
1068
|
"aliases": [],
|
|
1069
1069
|
"args": {},
|
|
1070
|
-
"description": "Lists Analytics
|
|
1070
|
+
"description": "Lists Analytics dataflows in the specified target org.",
|
|
1071
1071
|
"examples": [
|
|
1072
|
-
"$ sfdx analytics:
|
|
1072
|
+
"$ sfdx analytics:dataflow:list"
|
|
1073
1073
|
],
|
|
1074
1074
|
"flags": {
|
|
1075
1075
|
"json": {
|
|
@@ -1118,29 +1118,28 @@
|
|
|
1118
1118
|
},
|
|
1119
1119
|
"hasDynamicHelp": true,
|
|
1120
1120
|
"hiddenAliases": [],
|
|
1121
|
-
"id": "analytics:
|
|
1121
|
+
"id": "analytics:dataflow:list",
|
|
1122
1122
|
"pluginAlias": "@salesforce/analytics",
|
|
1123
1123
|
"pluginName": "@salesforce/analytics",
|
|
1124
1124
|
"pluginType": "core",
|
|
1125
1125
|
"strict": true,
|
|
1126
|
-
"summary": "list Analytics
|
|
1126
|
+
"summary": "list Analytics dataflows",
|
|
1127
1127
|
"enableJsonFlag": true,
|
|
1128
1128
|
"isESM": true,
|
|
1129
1129
|
"relativePath": [
|
|
1130
1130
|
"lib",
|
|
1131
1131
|
"commands",
|
|
1132
1132
|
"analytics",
|
|
1133
|
-
"
|
|
1133
|
+
"dataflow",
|
|
1134
1134
|
"list.js"
|
|
1135
1135
|
]
|
|
1136
1136
|
},
|
|
1137
|
-
"analytics:
|
|
1137
|
+
"analytics:dataflow:start": {
|
|
1138
1138
|
"aliases": [],
|
|
1139
1139
|
"args": {},
|
|
1140
|
-
"description": "
|
|
1140
|
+
"description": "Start an Analytics dataflow in the specified target org.",
|
|
1141
1141
|
"examples": [
|
|
1142
|
-
"$ sfdx analytics:
|
|
1143
|
-
"$ sfdx analytics:dashboard:update -i dashboardId -r"
|
|
1142
|
+
"$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
|
|
1144
1143
|
],
|
|
1145
1144
|
"flags": {
|
|
1146
1145
|
"json": {
|
|
@@ -1186,58 +1185,41 @@
|
|
|
1186
1185
|
"multiple": false,
|
|
1187
1186
|
"type": "option"
|
|
1188
1187
|
},
|
|
1189
|
-
"
|
|
1188
|
+
"dataflowid": {
|
|
1190
1189
|
"char": "i",
|
|
1191
|
-
"description": "
|
|
1192
|
-
"name": "
|
|
1190
|
+
"description": "The ID of the dataflow to update.",
|
|
1191
|
+
"name": "dataflowid",
|
|
1193
1192
|
"required": true,
|
|
1194
|
-
"summary": "
|
|
1195
|
-
"hasDynamicHelp": false,
|
|
1196
|
-
"multiple": false,
|
|
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",
|
|
1193
|
+
"summary": "dataflow ID",
|
|
1204
1194
|
"hasDynamicHelp": false,
|
|
1205
1195
|
"multiple": false,
|
|
1206
1196
|
"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"
|
|
1215
1197
|
}
|
|
1216
1198
|
},
|
|
1217
1199
|
"hasDynamicHelp": true,
|
|
1218
1200
|
"hiddenAliases": [],
|
|
1219
|
-
"id": "analytics:
|
|
1201
|
+
"id": "analytics:dataflow:start",
|
|
1220
1202
|
"pluginAlias": "@salesforce/analytics",
|
|
1221
1203
|
"pluginName": "@salesforce/analytics",
|
|
1222
1204
|
"pluginType": "core",
|
|
1223
1205
|
"strict": true,
|
|
1224
|
-
"summary": "
|
|
1206
|
+
"summary": "start Analytics dataflows",
|
|
1225
1207
|
"enableJsonFlag": true,
|
|
1226
1208
|
"isESM": true,
|
|
1227
1209
|
"relativePath": [
|
|
1228
1210
|
"lib",
|
|
1229
1211
|
"commands",
|
|
1230
1212
|
"analytics",
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1213
|
+
"dataflow",
|
|
1214
|
+
"start.js"
|
|
1233
1215
|
]
|
|
1234
1216
|
},
|
|
1235
|
-
"analytics:dataflow:
|
|
1217
|
+
"analytics:dataflow:update": {
|
|
1236
1218
|
"aliases": [],
|
|
1237
1219
|
"args": {},
|
|
1238
|
-
"description": "
|
|
1220
|
+
"description": "Update an Analytics dataflow in the specified target org.",
|
|
1239
1221
|
"examples": [
|
|
1240
|
-
"$ sfdx analytics:dataflow:
|
|
1222
|
+
"$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
|
|
1241
1223
|
],
|
|
1242
1224
|
"flags": {
|
|
1243
1225
|
"json": {
|
|
@@ -1282,16 +1264,44 @@
|
|
|
1282
1264
|
"hasDynamicHelp": false,
|
|
1283
1265
|
"multiple": false,
|
|
1284
1266
|
"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"
|
|
1285
1295
|
}
|
|
1286
1296
|
},
|
|
1287
1297
|
"hasDynamicHelp": true,
|
|
1288
1298
|
"hiddenAliases": [],
|
|
1289
|
-
"id": "analytics:dataflow:
|
|
1299
|
+
"id": "analytics:dataflow:update",
|
|
1290
1300
|
"pluginAlias": "@salesforce/analytics",
|
|
1291
1301
|
"pluginName": "@salesforce/analytics",
|
|
1292
1302
|
"pluginType": "core",
|
|
1293
1303
|
"strict": true,
|
|
1294
|
-
"summary": "
|
|
1304
|
+
"summary": "update Analytics dataflow",
|
|
1295
1305
|
"enableJsonFlag": true,
|
|
1296
1306
|
"isESM": true,
|
|
1297
1307
|
"relativePath": [
|
|
@@ -1299,15 +1309,15 @@
|
|
|
1299
1309
|
"commands",
|
|
1300
1310
|
"analytics",
|
|
1301
1311
|
"dataflow",
|
|
1302
|
-
"
|
|
1312
|
+
"update.js"
|
|
1303
1313
|
]
|
|
1304
1314
|
},
|
|
1305
|
-
"analytics:
|
|
1315
|
+
"analytics:dashboard:list": {
|
|
1306
1316
|
"aliases": [],
|
|
1307
1317
|
"args": {},
|
|
1308
|
-
"description": "
|
|
1318
|
+
"description": "Lists Analytics dashboards in the specified target org.",
|
|
1309
1319
|
"examples": [
|
|
1310
|
-
"$ sfdx analytics:
|
|
1320
|
+
"$ sfdx analytics:dashboard:list"
|
|
1311
1321
|
],
|
|
1312
1322
|
"flags": {
|
|
1313
1323
|
"json": {
|
|
@@ -1352,42 +1362,33 @@
|
|
|
1352
1362
|
"hasDynamicHelp": false,
|
|
1353
1363
|
"multiple": false,
|
|
1354
1364
|
"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:
|
|
1369
|
+
"id": "analytics:dashboard:list",
|
|
1370
1370
|
"pluginAlias": "@salesforce/analytics",
|
|
1371
1371
|
"pluginName": "@salesforce/analytics",
|
|
1372
1372
|
"pluginType": "core",
|
|
1373
1373
|
"strict": true,
|
|
1374
|
-
"summary": "
|
|
1374
|
+
"summary": "list Analytics dashboards",
|
|
1375
1375
|
"enableJsonFlag": true,
|
|
1376
1376
|
"isESM": true,
|
|
1377
1377
|
"relativePath": [
|
|
1378
1378
|
"lib",
|
|
1379
1379
|
"commands",
|
|
1380
1380
|
"analytics",
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1381
|
+
"dashboard",
|
|
1382
|
+
"list.js"
|
|
1383
1383
|
]
|
|
1384
1384
|
},
|
|
1385
|
-
"analytics:
|
|
1385
|
+
"analytics:dashboard:update": {
|
|
1386
1386
|
"aliases": [],
|
|
1387
1387
|
"args": {},
|
|
1388
|
-
"description": "
|
|
1388
|
+
"description": "Updates a Analytics dashboard.",
|
|
1389
1389
|
"examples": [
|
|
1390
|
-
"$ sfdx analytics:
|
|
1390
|
+
"$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId",
|
|
1391
|
+
"$ sfdx analytics:dashboard:update -i dashboardId -r"
|
|
1391
1392
|
],
|
|
1392
1393
|
"flags": {
|
|
1393
1394
|
"json": {
|
|
@@ -1433,50 +1434,49 @@
|
|
|
1433
1434
|
"multiple": false,
|
|
1434
1435
|
"type": "option"
|
|
1435
1436
|
},
|
|
1436
|
-
"
|
|
1437
|
+
"dashboardid": {
|
|
1437
1438
|
"char": "i",
|
|
1438
|
-
"description": "
|
|
1439
|
-
"name": "
|
|
1439
|
+
"description": "Dashboard ID.",
|
|
1440
|
+
"name": "dashboardid",
|
|
1440
1441
|
"required": true,
|
|
1441
|
-
"summary": "
|
|
1442
|
+
"summary": "Dashboard ID",
|
|
1442
1443
|
"hasDynamicHelp": false,
|
|
1443
1444
|
"multiple": false,
|
|
1444
1445
|
"type": "option"
|
|
1445
1446
|
},
|
|
1446
|
-
"
|
|
1447
|
-
"char": "
|
|
1448
|
-
"description": "
|
|
1449
|
-
"name": "
|
|
1450
|
-
"summary": "
|
|
1447
|
+
"currenthistoryid": {
|
|
1448
|
+
"char": "y",
|
|
1449
|
+
"description": "Current History ID to display.",
|
|
1450
|
+
"name": "currenthistoryid",
|
|
1451
|
+
"summary": "Current History ID to display",
|
|
1451
1452
|
"hasDynamicHelp": false,
|
|
1452
1453
|
"multiple": false,
|
|
1453
1454
|
"type": "option"
|
|
1454
1455
|
},
|
|
1455
|
-
"
|
|
1456
|
-
"char": "
|
|
1457
|
-
"description": "
|
|
1458
|
-
"name": "
|
|
1459
|
-
"summary": "
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1462
|
-
"type": "option"
|
|
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"
|
|
1463
1463
|
}
|
|
1464
1464
|
},
|
|
1465
1465
|
"hasDynamicHelp": true,
|
|
1466
1466
|
"hiddenAliases": [],
|
|
1467
|
-
"id": "analytics:
|
|
1467
|
+
"id": "analytics:dashboard:update",
|
|
1468
1468
|
"pluginAlias": "@salesforce/analytics",
|
|
1469
1469
|
"pluginName": "@salesforce/analytics",
|
|
1470
1470
|
"pluginType": "core",
|
|
1471
1471
|
"strict": true,
|
|
1472
|
-
"summary": "
|
|
1472
|
+
"summary": "updates a Analytics dashboard",
|
|
1473
1473
|
"enableJsonFlag": true,
|
|
1474
1474
|
"isESM": true,
|
|
1475
1475
|
"relativePath": [
|
|
1476
1476
|
"lib",
|
|
1477
1477
|
"commands",
|
|
1478
1478
|
"analytics",
|
|
1479
|
-
"
|
|
1479
|
+
"dashboard",
|
|
1480
1480
|
"update.js"
|
|
1481
1481
|
]
|
|
1482
1482
|
},
|
|
@@ -3449,12 +3449,12 @@
|
|
|
3449
3449
|
"update.js"
|
|
3450
3450
|
]
|
|
3451
3451
|
},
|
|
3452
|
-
"analytics:
|
|
3452
|
+
"analytics:dataflow:history:list": {
|
|
3453
3453
|
"aliases": [],
|
|
3454
3454
|
"args": {},
|
|
3455
|
-
"description": "Lists history records for Analytics
|
|
3455
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3456
3456
|
"examples": [
|
|
3457
|
-
"$ sfdx analytics:
|
|
3457
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3458
3458
|
],
|
|
3459
3459
|
"flags": {
|
|
3460
3460
|
"json": {
|
|
@@ -3500,12 +3500,12 @@
|
|
|
3500
3500
|
"multiple": false,
|
|
3501
3501
|
"type": "option"
|
|
3502
3502
|
},
|
|
3503
|
-
"
|
|
3503
|
+
"dataflowid": {
|
|
3504
3504
|
"char": "i",
|
|
3505
|
-
"description": "The ID of the
|
|
3506
|
-
"name": "
|
|
3505
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3506
|
+
"name": "dataflowid",
|
|
3507
3507
|
"required": true,
|
|
3508
|
-
"summary": "
|
|
3508
|
+
"summary": "dataflow 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:
|
|
3516
|
+
"id": "analytics:dataflow: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
|
|
3521
|
+
"summary": "list history records for Analytics dataflows",
|
|
3522
3522
|
"enableJsonFlag": true,
|
|
3523
3523
|
"isESM": true,
|
|
3524
3524
|
"relativePath": [
|
|
3525
3525
|
"lib",
|
|
3526
3526
|
"commands",
|
|
3527
3527
|
"analytics",
|
|
3528
|
-
"
|
|
3528
|
+
"dataflow",
|
|
3529
3529
|
"history",
|
|
3530
3530
|
"list.js"
|
|
3531
3531
|
]
|
|
3532
3532
|
},
|
|
3533
|
-
"analytics:
|
|
3533
|
+
"analytics:dataflow:history:revert": {
|
|
3534
3534
|
"aliases": [],
|
|
3535
3535
|
"args": {},
|
|
3536
3536
|
"description": "Revert to a specified history record.",
|
|
3537
3537
|
"examples": [
|
|
3538
|
-
"$ sfdx analytics:
|
|
3538
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -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
|
-
"
|
|
3584
|
+
"dataflowid": {
|
|
3585
3585
|
"char": "i",
|
|
3586
|
-
"description": "The ID of the
|
|
3587
|
-
"name": "
|
|
3586
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3587
|
+
"name": "dataflowid",
|
|
3588
3588
|
"required": true,
|
|
3589
|
-
"summary": "
|
|
3589
|
+
"summary": "dataflow 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
|
|
3596
|
+
"description": "The ID of the dataflow history record.",
|
|
3597
3597
|
"name": "historyid",
|
|
3598
3598
|
"required": true,
|
|
3599
|
-
"summary": "
|
|
3599
|
+
"summary": "dataflow 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:
|
|
3616
|
+
"id": "analytics:dataflow: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
|
-
"
|
|
3628
|
+
"dataflow",
|
|
3629
3629
|
"history",
|
|
3630
3630
|
"revert.js"
|
|
3631
3631
|
]
|
|
3632
3632
|
},
|
|
3633
|
-
"analytics:dataflow:
|
|
3633
|
+
"analytics:dataflow:job:display": {
|
|
3634
3634
|
"aliases": [],
|
|
3635
3635
|
"args": {},
|
|
3636
|
-
"description": "
|
|
3636
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3637
3637
|
"examples": [
|
|
3638
|
-
"$ sfdx analytics:dataflow:
|
|
3638
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3639
3639
|
],
|
|
3640
3640
|
"flags": {
|
|
3641
3641
|
"json": {
|
|
@@ -3681,12 +3681,12 @@
|
|
|
3681
3681
|
"multiple": false,
|
|
3682
3682
|
"type": "option"
|
|
3683
3683
|
},
|
|
3684
|
-
"
|
|
3684
|
+
"dataflowjobid": {
|
|
3685
3685
|
"char": "i",
|
|
3686
|
-
"description": "The ID of the dataflow to
|
|
3687
|
-
"name": "
|
|
3686
|
+
"description": "The ID of the dataflow job to update.",
|
|
3687
|
+
"name": "dataflowjobid",
|
|
3688
3688
|
"required": true,
|
|
3689
|
-
"summary": "dataflow ID",
|
|
3689
|
+
"summary": "dataflow Job 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:
|
|
3697
|
+
"id": "analytics:dataflow:job:display",
|
|
3698
3698
|
"pluginAlias": "@salesforce/analytics",
|
|
3699
3699
|
"pluginName": "@salesforce/analytics",
|
|
3700
3700
|
"pluginType": "core",
|
|
3701
3701
|
"strict": true,
|
|
3702
|
-
"summary": "
|
|
3702
|
+
"summary": "display status of Analytics dataflow",
|
|
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
|
-
"
|
|
3711
|
-
"
|
|
3710
|
+
"job",
|
|
3711
|
+
"display.js"
|
|
3712
3712
|
]
|
|
3713
3713
|
},
|
|
3714
|
-
"analytics:dataflow:
|
|
3714
|
+
"analytics:dataflow:job:list": {
|
|
3715
3715
|
"aliases": [],
|
|
3716
3716
|
"args": {},
|
|
3717
|
-
"description": "
|
|
3717
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3718
3718
|
"examples": [
|
|
3719
|
-
"$ sfdx analytics:dataflow:
|
|
3719
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3720
3720
|
],
|
|
3721
3721
|
"flags": {
|
|
3722
3722
|
"json": {
|
|
@@ -3764,42 +3764,23 @@
|
|
|
3764
3764
|
},
|
|
3765
3765
|
"dataflowid": {
|
|
3766
3766
|
"char": "i",
|
|
3767
|
-
"description": "The ID of the dataflow to
|
|
3767
|
+
"description": "The ID of the dataflow to update.",
|
|
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"
|
|
3793
3774
|
}
|
|
3794
3775
|
},
|
|
3795
3776
|
"hasDynamicHelp": true,
|
|
3796
3777
|
"hiddenAliases": [],
|
|
3797
|
-
"id": "analytics:dataflow:
|
|
3778
|
+
"id": "analytics:dataflow:job:list",
|
|
3798
3779
|
"pluginAlias": "@salesforce/analytics",
|
|
3799
3780
|
"pluginName": "@salesforce/analytics",
|
|
3800
3781
|
"pluginType": "core",
|
|
3801
3782
|
"strict": true,
|
|
3802
|
-
"summary": "
|
|
3783
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3803
3784
|
"enableJsonFlag": true,
|
|
3804
3785
|
"isESM": true,
|
|
3805
3786
|
"relativePath": [
|
|
@@ -3807,16 +3788,16 @@
|
|
|
3807
3788
|
"commands",
|
|
3808
3789
|
"analytics",
|
|
3809
3790
|
"dataflow",
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3791
|
+
"job",
|
|
3792
|
+
"list.js"
|
|
3812
3793
|
]
|
|
3813
3794
|
},
|
|
3814
|
-
"analytics:dataflow:job:
|
|
3795
|
+
"analytics:dataflow:job:stop": {
|
|
3815
3796
|
"aliases": [],
|
|
3816
3797
|
"args": {},
|
|
3817
|
-
"description": "
|
|
3798
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3818
3799
|
"examples": [
|
|
3819
|
-
"$ sfdx analytics:dataflow:job:
|
|
3800
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3820
3801
|
],
|
|
3821
3802
|
"flags": {
|
|
3822
3803
|
"json": {
|
|
@@ -3875,12 +3856,12 @@
|
|
|
3875
3856
|
},
|
|
3876
3857
|
"hasDynamicHelp": true,
|
|
3877
3858
|
"hiddenAliases": [],
|
|
3878
|
-
"id": "analytics:dataflow:job:
|
|
3859
|
+
"id": "analytics:dataflow:job:stop",
|
|
3879
3860
|
"pluginAlias": "@salesforce/analytics",
|
|
3880
3861
|
"pluginName": "@salesforce/analytics",
|
|
3881
3862
|
"pluginType": "core",
|
|
3882
3863
|
"strict": true,
|
|
3883
|
-
"summary": "
|
|
3864
|
+
"summary": "stop Analytics dataflows",
|
|
3884
3865
|
"enableJsonFlag": true,
|
|
3885
3866
|
"isESM": true,
|
|
3886
3867
|
"relativePath": [
|
|
@@ -3889,15 +3870,15 @@
|
|
|
3889
3870
|
"analytics",
|
|
3890
3871
|
"dataflow",
|
|
3891
3872
|
"job",
|
|
3892
|
-
"
|
|
3873
|
+
"stop.js"
|
|
3893
3874
|
]
|
|
3894
3875
|
},
|
|
3895
|
-
"analytics:
|
|
3876
|
+
"analytics:dashboard:history:list": {
|
|
3896
3877
|
"aliases": [],
|
|
3897
3878
|
"args": {},
|
|
3898
|
-
"description": "
|
|
3879
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3899
3880
|
"examples": [
|
|
3900
|
-
"$ sfdx analytics:
|
|
3881
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3901
3882
|
],
|
|
3902
3883
|
"flags": {
|
|
3903
3884
|
"json": {
|
|
@@ -3943,12 +3924,12 @@
|
|
|
3943
3924
|
"multiple": false,
|
|
3944
3925
|
"type": "option"
|
|
3945
3926
|
},
|
|
3946
|
-
"
|
|
3927
|
+
"dashboardid": {
|
|
3947
3928
|
"char": "i",
|
|
3948
|
-
"description": "The ID of the
|
|
3949
|
-
"name": "
|
|
3929
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3930
|
+
"name": "dashboardid",
|
|
3950
3931
|
"required": true,
|
|
3951
|
-
"summary": "
|
|
3932
|
+
"summary": "dashboard ID",
|
|
3952
3933
|
"hasDynamicHelp": false,
|
|
3953
3934
|
"multiple": false,
|
|
3954
3935
|
"type": "option"
|
|
@@ -3956,29 +3937,29 @@
|
|
|
3956
3937
|
},
|
|
3957
3938
|
"hasDynamicHelp": true,
|
|
3958
3939
|
"hiddenAliases": [],
|
|
3959
|
-
"id": "analytics:
|
|
3940
|
+
"id": "analytics:dashboard:history:list",
|
|
3960
3941
|
"pluginAlias": "@salesforce/analytics",
|
|
3961
3942
|
"pluginName": "@salesforce/analytics",
|
|
3962
3943
|
"pluginType": "core",
|
|
3963
3944
|
"strict": true,
|
|
3964
|
-
"summary": "list
|
|
3945
|
+
"summary": "list history records for Analytics dashboards",
|
|
3965
3946
|
"enableJsonFlag": true,
|
|
3966
3947
|
"isESM": true,
|
|
3967
3948
|
"relativePath": [
|
|
3968
3949
|
"lib",
|
|
3969
3950
|
"commands",
|
|
3970
3951
|
"analytics",
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3952
|
+
"dashboard",
|
|
3953
|
+
"history",
|
|
3973
3954
|
"list.js"
|
|
3974
3955
|
]
|
|
3975
3956
|
},
|
|
3976
|
-
"analytics:
|
|
3957
|
+
"analytics:dashboard:history:revert": {
|
|
3977
3958
|
"aliases": [],
|
|
3978
3959
|
"args": {},
|
|
3979
|
-
"description": "
|
|
3960
|
+
"description": "Revert to a specified history record.",
|
|
3980
3961
|
"examples": [
|
|
3981
|
-
"$ sfdx analytics:
|
|
3962
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3982
3963
|
],
|
|
3983
3964
|
"flags": {
|
|
3984
3965
|
"json": {
|
|
@@ -4024,12 +4005,31 @@
|
|
|
4024
4005
|
"multiple": false,
|
|
4025
4006
|
"type": "option"
|
|
4026
4007
|
},
|
|
4027
|
-
"
|
|
4008
|
+
"dashboardid": {
|
|
4028
4009
|
"char": "i",
|
|
4029
|
-
"description": "The ID of the
|
|
4030
|
-
"name": "
|
|
4010
|
+
"description": "The ID of the dashboard to show history records.",
|
|
4011
|
+
"name": "dashboardid",
|
|
4031
4012
|
"required": true,
|
|
4032
|
-
"summary": "
|
|
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",
|
|
4022
|
+
"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",
|
|
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:
|
|
4040
|
+
"id": "analytics:dashboard:history:revert",
|
|
4041
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
4042
4042
|
"pluginName": "@salesforce/analytics",
|
|
4043
4043
|
"pluginType": "core",
|
|
4044
4044
|
"strict": true,
|
|
4045
|
-
"summary": "
|
|
4045
|
+
"summary": "revert to specified history record",
|
|
4046
4046
|
"enableJsonFlag": true,
|
|
4047
4047
|
"isESM": true,
|
|
4048
4048
|
"relativePath": [
|
|
4049
4049
|
"lib",
|
|
4050
4050
|
"commands",
|
|
4051
4051
|
"analytics",
|
|
4052
|
-
"
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4052
|
+
"dashboard",
|
|
4053
|
+
"history",
|
|
4054
|
+
"revert.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.
|
|
4365
|
+
"version": "1.4.59"
|
|
4366
4366
|
}
|