@salesforce/analytics 1.4.40 → 1.4.41
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 +338 -303
- package/oclif.lock +86 -66
- package/oclif.manifest.json +295 -295
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -1232,13 +1232,12 @@
|
|
|
1232
1232
|
"update.js"
|
|
1233
1233
|
]
|
|
1234
1234
|
},
|
|
1235
|
-
"analytics:
|
|
1235
|
+
"analytics:dataflow:list": {
|
|
1236
1236
|
"aliases": [],
|
|
1237
1237
|
"args": {},
|
|
1238
|
-
"description": "
|
|
1238
|
+
"description": "Lists Analytics dataflows in the specified target org.",
|
|
1239
1239
|
"examples": [
|
|
1240
|
-
"$ sfdx analytics:
|
|
1241
|
-
"$ sfdx analytics:dataset:display -n datasetApiName"
|
|
1240
|
+
"$ sfdx analytics:dataflow:list"
|
|
1242
1241
|
],
|
|
1243
1242
|
"flags": {
|
|
1244
1243
|
"json": {
|
|
@@ -1283,56 +1282,32 @@
|
|
|
1283
1282
|
"hasDynamicHelp": false,
|
|
1284
1283
|
"multiple": false,
|
|
1285
1284
|
"type": "option"
|
|
1286
|
-
},
|
|
1287
|
-
"datasetid": {
|
|
1288
|
-
"char": "i",
|
|
1289
|
-
"description": "Dataset ID.",
|
|
1290
|
-
"exclusive": [
|
|
1291
|
-
"datasetname"
|
|
1292
|
-
],
|
|
1293
|
-
"name": "datasetid",
|
|
1294
|
-
"summary": "dataset ID",
|
|
1295
|
-
"hasDynamicHelp": false,
|
|
1296
|
-
"multiple": false,
|
|
1297
|
-
"type": "option"
|
|
1298
|
-
},
|
|
1299
|
-
"datasetname": {
|
|
1300
|
-
"char": "n",
|
|
1301
|
-
"description": "Dataset api name.",
|
|
1302
|
-
"exclusive": [
|
|
1303
|
-
"datasetid"
|
|
1304
|
-
],
|
|
1305
|
-
"name": "datasetname",
|
|
1306
|
-
"summary": "dataset api name",
|
|
1307
|
-
"hasDynamicHelp": false,
|
|
1308
|
-
"multiple": false,
|
|
1309
|
-
"type": "option"
|
|
1310
1285
|
}
|
|
1311
1286
|
},
|
|
1312
1287
|
"hasDynamicHelp": true,
|
|
1313
1288
|
"hiddenAliases": [],
|
|
1314
|
-
"id": "analytics:
|
|
1289
|
+
"id": "analytics:dataflow:list",
|
|
1315
1290
|
"pluginAlias": "@salesforce/analytics",
|
|
1316
1291
|
"pluginName": "@salesforce/analytics",
|
|
1317
1292
|
"pluginType": "core",
|
|
1318
1293
|
"strict": true,
|
|
1319
|
-
"summary": "
|
|
1294
|
+
"summary": "list Analytics dataflows",
|
|
1320
1295
|
"enableJsonFlag": true,
|
|
1321
1296
|
"isESM": true,
|
|
1322
1297
|
"relativePath": [
|
|
1323
1298
|
"lib",
|
|
1324
1299
|
"commands",
|
|
1325
1300
|
"analytics",
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1301
|
+
"dataflow",
|
|
1302
|
+
"list.js"
|
|
1328
1303
|
]
|
|
1329
1304
|
},
|
|
1330
|
-
"analytics:
|
|
1305
|
+
"analytics:dataflow:start": {
|
|
1331
1306
|
"aliases": [],
|
|
1332
1307
|
"args": {},
|
|
1333
|
-
"description": "
|
|
1308
|
+
"description": "Start an Analytics dataflow in the specified target org.",
|
|
1334
1309
|
"examples": [
|
|
1335
|
-
"$ sfdx analytics:
|
|
1310
|
+
"$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
|
|
1336
1311
|
],
|
|
1337
1312
|
"flags": {
|
|
1338
1313
|
"json": {
|
|
@@ -1377,32 +1352,42 @@
|
|
|
1377
1352
|
"hasDynamicHelp": false,
|
|
1378
1353
|
"multiple": false,
|
|
1379
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"
|
|
1380
1365
|
}
|
|
1381
1366
|
},
|
|
1382
1367
|
"hasDynamicHelp": true,
|
|
1383
1368
|
"hiddenAliases": [],
|
|
1384
|
-
"id": "analytics:
|
|
1369
|
+
"id": "analytics:dataflow:start",
|
|
1385
1370
|
"pluginAlias": "@salesforce/analytics",
|
|
1386
1371
|
"pluginName": "@salesforce/analytics",
|
|
1387
1372
|
"pluginType": "core",
|
|
1388
1373
|
"strict": true,
|
|
1389
|
-
"summary": "
|
|
1374
|
+
"summary": "start Analytics dataflows",
|
|
1390
1375
|
"enableJsonFlag": true,
|
|
1391
1376
|
"isESM": true,
|
|
1392
1377
|
"relativePath": [
|
|
1393
1378
|
"lib",
|
|
1394
1379
|
"commands",
|
|
1395
1380
|
"analytics",
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1381
|
+
"dataflow",
|
|
1382
|
+
"start.js"
|
|
1398
1383
|
]
|
|
1399
1384
|
},
|
|
1400
|
-
"analytics:
|
|
1385
|
+
"analytics:dataflow:update": {
|
|
1401
1386
|
"aliases": [],
|
|
1402
1387
|
"args": {},
|
|
1403
|
-
"description": "
|
|
1388
|
+
"description": "Update an Analytics dataflow in the specified target org.",
|
|
1404
1389
|
"examples": [
|
|
1405
|
-
"$ sfdx analytics:
|
|
1390
|
+
"$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
|
|
1406
1391
|
],
|
|
1407
1392
|
"flags": {
|
|
1408
1393
|
"json": {
|
|
@@ -1447,32 +1432,61 @@
|
|
|
1447
1432
|
"hasDynamicHelp": false,
|
|
1448
1433
|
"multiple": false,
|
|
1449
1434
|
"type": "option"
|
|
1435
|
+
},
|
|
1436
|
+
"dataflowid": {
|
|
1437
|
+
"char": "i",
|
|
1438
|
+
"description": "The ID of the dataflow to update.",
|
|
1439
|
+
"name": "dataflowid",
|
|
1440
|
+
"required": true,
|
|
1441
|
+
"summary": "dataflow ID",
|
|
1442
|
+
"hasDynamicHelp": false,
|
|
1443
|
+
"multiple": false,
|
|
1444
|
+
"type": "option"
|
|
1445
|
+
},
|
|
1446
|
+
"dataflowfile": {
|
|
1447
|
+
"char": "f",
|
|
1448
|
+
"description": "The JSON of the dataflow to update.",
|
|
1449
|
+
"name": "dataflowfile",
|
|
1450
|
+
"summary": "dataflow JSON file",
|
|
1451
|
+
"hasDynamicHelp": false,
|
|
1452
|
+
"multiple": false,
|
|
1453
|
+
"type": "option"
|
|
1454
|
+
},
|
|
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"
|
|
1450
1463
|
}
|
|
1451
1464
|
},
|
|
1452
1465
|
"hasDynamicHelp": true,
|
|
1453
1466
|
"hiddenAliases": [],
|
|
1454
|
-
"id": "analytics:
|
|
1467
|
+
"id": "analytics:dataflow:update",
|
|
1455
1468
|
"pluginAlias": "@salesforce/analytics",
|
|
1456
1469
|
"pluginName": "@salesforce/analytics",
|
|
1457
1470
|
"pluginType": "core",
|
|
1458
1471
|
"strict": true,
|
|
1459
|
-
"summary": "
|
|
1472
|
+
"summary": "update Analytics dataflow",
|
|
1460
1473
|
"enableJsonFlag": true,
|
|
1461
1474
|
"isESM": true,
|
|
1462
1475
|
"relativePath": [
|
|
1463
1476
|
"lib",
|
|
1464
1477
|
"commands",
|
|
1465
1478
|
"analytics",
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1479
|
+
"dataflow",
|
|
1480
|
+
"update.js"
|
|
1468
1481
|
]
|
|
1469
1482
|
},
|
|
1470
|
-
"analytics:
|
|
1483
|
+
"analytics:dataset:display": {
|
|
1471
1484
|
"aliases": [],
|
|
1472
1485
|
"args": {},
|
|
1473
|
-
"description": "
|
|
1486
|
+
"description": "Displays a Analytics dataset's details.",
|
|
1474
1487
|
"examples": [
|
|
1475
|
-
"$ sfdx analytics:
|
|
1488
|
+
"$ sfdx analytics:dataset:display -i datasetId",
|
|
1489
|
+
"$ sfdx analytics:dataset:display -n datasetApiName"
|
|
1476
1490
|
],
|
|
1477
1491
|
"flags": {
|
|
1478
1492
|
"json": {
|
|
@@ -1517,32 +1531,56 @@
|
|
|
1517
1531
|
"hasDynamicHelp": false,
|
|
1518
1532
|
"multiple": false,
|
|
1519
1533
|
"type": "option"
|
|
1534
|
+
},
|
|
1535
|
+
"datasetid": {
|
|
1536
|
+
"char": "i",
|
|
1537
|
+
"description": "Dataset ID.",
|
|
1538
|
+
"exclusive": [
|
|
1539
|
+
"datasetname"
|
|
1540
|
+
],
|
|
1541
|
+
"name": "datasetid",
|
|
1542
|
+
"summary": "dataset ID",
|
|
1543
|
+
"hasDynamicHelp": false,
|
|
1544
|
+
"multiple": false,
|
|
1545
|
+
"type": "option"
|
|
1546
|
+
},
|
|
1547
|
+
"datasetname": {
|
|
1548
|
+
"char": "n",
|
|
1549
|
+
"description": "Dataset api name.",
|
|
1550
|
+
"exclusive": [
|
|
1551
|
+
"datasetid"
|
|
1552
|
+
],
|
|
1553
|
+
"name": "datasetname",
|
|
1554
|
+
"summary": "dataset api name",
|
|
1555
|
+
"hasDynamicHelp": false,
|
|
1556
|
+
"multiple": false,
|
|
1557
|
+
"type": "option"
|
|
1520
1558
|
}
|
|
1521
1559
|
},
|
|
1522
1560
|
"hasDynamicHelp": true,
|
|
1523
1561
|
"hiddenAliases": [],
|
|
1524
|
-
"id": "analytics:
|
|
1562
|
+
"id": "analytics:dataset:display",
|
|
1525
1563
|
"pluginAlias": "@salesforce/analytics",
|
|
1526
1564
|
"pluginName": "@salesforce/analytics",
|
|
1527
1565
|
"pluginType": "core",
|
|
1528
1566
|
"strict": true,
|
|
1529
|
-
"summary": "
|
|
1567
|
+
"summary": "displays a Analytics dataset's details",
|
|
1530
1568
|
"enableJsonFlag": true,
|
|
1531
1569
|
"isESM": true,
|
|
1532
1570
|
"relativePath": [
|
|
1533
1571
|
"lib",
|
|
1534
1572
|
"commands",
|
|
1535
1573
|
"analytics",
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1574
|
+
"dataset",
|
|
1575
|
+
"display.js"
|
|
1538
1576
|
]
|
|
1539
1577
|
},
|
|
1540
|
-
"analytics:
|
|
1578
|
+
"analytics:dataset:list": {
|
|
1541
1579
|
"aliases": [],
|
|
1542
1580
|
"args": {},
|
|
1543
|
-
"description": "
|
|
1581
|
+
"description": "Lists Analytics datasets in the specified target org.",
|
|
1544
1582
|
"examples": [
|
|
1545
|
-
"$ sfdx analytics:
|
|
1583
|
+
"$ sfdx analytics:dataset:list"
|
|
1546
1584
|
],
|
|
1547
1585
|
"flags": {
|
|
1548
1586
|
"json": {
|
|
@@ -1587,42 +1625,32 @@
|
|
|
1587
1625
|
"hasDynamicHelp": false,
|
|
1588
1626
|
"multiple": false,
|
|
1589
1627
|
"type": "option"
|
|
1590
|
-
},
|
|
1591
|
-
"recipeid": {
|
|
1592
|
-
"char": "i",
|
|
1593
|
-
"description": "The ID of the recipe to update.",
|
|
1594
|
-
"name": "recipeid",
|
|
1595
|
-
"required": true,
|
|
1596
|
-
"summary": "recipe ID",
|
|
1597
|
-
"hasDynamicHelp": false,
|
|
1598
|
-
"multiple": false,
|
|
1599
|
-
"type": "option"
|
|
1600
1628
|
}
|
|
1601
1629
|
},
|
|
1602
1630
|
"hasDynamicHelp": true,
|
|
1603
1631
|
"hiddenAliases": [],
|
|
1604
|
-
"id": "analytics:
|
|
1632
|
+
"id": "analytics:dataset:list",
|
|
1605
1633
|
"pluginAlias": "@salesforce/analytics",
|
|
1606
1634
|
"pluginName": "@salesforce/analytics",
|
|
1607
1635
|
"pluginType": "core",
|
|
1608
1636
|
"strict": true,
|
|
1609
|
-
"summary": "
|
|
1637
|
+
"summary": "list Analytics datasets",
|
|
1610
1638
|
"enableJsonFlag": true,
|
|
1611
1639
|
"isESM": true,
|
|
1612
1640
|
"relativePath": [
|
|
1613
1641
|
"lib",
|
|
1614
1642
|
"commands",
|
|
1615
1643
|
"analytics",
|
|
1616
|
-
"
|
|
1617
|
-
"
|
|
1644
|
+
"dataset",
|
|
1645
|
+
"list.js"
|
|
1618
1646
|
]
|
|
1619
1647
|
},
|
|
1620
|
-
"analytics:
|
|
1648
|
+
"analytics:lens:list": {
|
|
1621
1649
|
"aliases": [],
|
|
1622
1650
|
"args": {},
|
|
1623
|
-
"description": "Lists Analytics
|
|
1651
|
+
"description": "Lists Analytics lenses in the specified target org.",
|
|
1624
1652
|
"examples": [
|
|
1625
|
-
"$ sfdx analytics:
|
|
1653
|
+
"$ sfdx analytics:lens:list"
|
|
1626
1654
|
],
|
|
1627
1655
|
"flags": {
|
|
1628
1656
|
"json": {
|
|
@@ -1671,28 +1699,28 @@
|
|
|
1671
1699
|
},
|
|
1672
1700
|
"hasDynamicHelp": true,
|
|
1673
1701
|
"hiddenAliases": [],
|
|
1674
|
-
"id": "analytics:
|
|
1702
|
+
"id": "analytics:lens:list",
|
|
1675
1703
|
"pluginAlias": "@salesforce/analytics",
|
|
1676
1704
|
"pluginName": "@salesforce/analytics",
|
|
1677
1705
|
"pluginType": "core",
|
|
1678
1706
|
"strict": true,
|
|
1679
|
-
"summary": "list Analytics
|
|
1707
|
+
"summary": "list Analytics lenses",
|
|
1680
1708
|
"enableJsonFlag": true,
|
|
1681
1709
|
"isESM": true,
|
|
1682
1710
|
"relativePath": [
|
|
1683
1711
|
"lib",
|
|
1684
1712
|
"commands",
|
|
1685
1713
|
"analytics",
|
|
1686
|
-
"
|
|
1714
|
+
"lens",
|
|
1687
1715
|
"list.js"
|
|
1688
1716
|
]
|
|
1689
1717
|
},
|
|
1690
|
-
"analytics:
|
|
1718
|
+
"analytics:recipe:list": {
|
|
1691
1719
|
"aliases": [],
|
|
1692
1720
|
"args": {},
|
|
1693
|
-
"description": "
|
|
1721
|
+
"description": "Lists Data Prep recipes in the specified target org.",
|
|
1694
1722
|
"examples": [
|
|
1695
|
-
"$ sfdx analytics:
|
|
1723
|
+
"$ sfdx analytics:recipe:list"
|
|
1696
1724
|
],
|
|
1697
1725
|
"flags": {
|
|
1698
1726
|
"json": {
|
|
@@ -1737,42 +1765,32 @@
|
|
|
1737
1765
|
"hasDynamicHelp": false,
|
|
1738
1766
|
"multiple": false,
|
|
1739
1767
|
"type": "option"
|
|
1740
|
-
},
|
|
1741
|
-
"dataflowid": {
|
|
1742
|
-
"char": "i",
|
|
1743
|
-
"description": "The ID of the dataflow to update.",
|
|
1744
|
-
"name": "dataflowid",
|
|
1745
|
-
"required": true,
|
|
1746
|
-
"summary": "dataflow ID",
|
|
1747
|
-
"hasDynamicHelp": false,
|
|
1748
|
-
"multiple": false,
|
|
1749
|
-
"type": "option"
|
|
1750
1768
|
}
|
|
1751
1769
|
},
|
|
1752
1770
|
"hasDynamicHelp": true,
|
|
1753
1771
|
"hiddenAliases": [],
|
|
1754
|
-
"id": "analytics:
|
|
1772
|
+
"id": "analytics:recipe:list",
|
|
1755
1773
|
"pluginAlias": "@salesforce/analytics",
|
|
1756
1774
|
"pluginName": "@salesforce/analytics",
|
|
1757
1775
|
"pluginType": "core",
|
|
1758
1776
|
"strict": true,
|
|
1759
|
-
"summary": "
|
|
1777
|
+
"summary": "list Data Prep recipes",
|
|
1760
1778
|
"enableJsonFlag": true,
|
|
1761
1779
|
"isESM": true,
|
|
1762
1780
|
"relativePath": [
|
|
1763
1781
|
"lib",
|
|
1764
1782
|
"commands",
|
|
1765
1783
|
"analytics",
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
1784
|
+
"recipe",
|
|
1785
|
+
"list.js"
|
|
1768
1786
|
]
|
|
1769
1787
|
},
|
|
1770
|
-
"analytics:
|
|
1788
|
+
"analytics:recipe:start": {
|
|
1771
1789
|
"aliases": [],
|
|
1772
1790
|
"args": {},
|
|
1773
|
-
"description": "
|
|
1791
|
+
"description": "Start a Data Prep recipe in the specified target org.",
|
|
1774
1792
|
"examples": [
|
|
1775
|
-
"$ sfdx analytics:
|
|
1793
|
+
"$ sfdx analytics:recipe:start --recipeid <recipeid>"
|
|
1776
1794
|
],
|
|
1777
1795
|
"flags": {
|
|
1778
1796
|
"json": {
|
|
@@ -1818,30 +1836,12 @@
|
|
|
1818
1836
|
"multiple": false,
|
|
1819
1837
|
"type": "option"
|
|
1820
1838
|
},
|
|
1821
|
-
"
|
|
1839
|
+
"recipeid": {
|
|
1822
1840
|
"char": "i",
|
|
1823
|
-
"description": "The ID of the
|
|
1824
|
-
"name": "
|
|
1841
|
+
"description": "The ID of the recipe to update.",
|
|
1842
|
+
"name": "recipeid",
|
|
1825
1843
|
"required": true,
|
|
1826
|
-
"summary": "
|
|
1827
|
-
"hasDynamicHelp": false,
|
|
1828
|
-
"multiple": false,
|
|
1829
|
-
"type": "option"
|
|
1830
|
-
},
|
|
1831
|
-
"dataflowfile": {
|
|
1832
|
-
"char": "f",
|
|
1833
|
-
"description": "The JSON of the dataflow to update.",
|
|
1834
|
-
"name": "dataflowfile",
|
|
1835
|
-
"summary": "dataflow JSON file",
|
|
1836
|
-
"hasDynamicHelp": false,
|
|
1837
|
-
"multiple": false,
|
|
1838
|
-
"type": "option"
|
|
1839
|
-
},
|
|
1840
|
-
"dataflowstr": {
|
|
1841
|
-
"char": "s",
|
|
1842
|
-
"description": "The JSON string of the dataflow to update.",
|
|
1843
|
-
"name": "dataflowstr",
|
|
1844
|
-
"summary": "dataflow JSON string",
|
|
1844
|
+
"summary": "recipe ID",
|
|
1845
1845
|
"hasDynamicHelp": false,
|
|
1846
1846
|
"multiple": false,
|
|
1847
1847
|
"type": "option"
|
|
@@ -1849,20 +1849,20 @@
|
|
|
1849
1849
|
},
|
|
1850
1850
|
"hasDynamicHelp": true,
|
|
1851
1851
|
"hiddenAliases": [],
|
|
1852
|
-
"id": "analytics:
|
|
1852
|
+
"id": "analytics:recipe:start",
|
|
1853
1853
|
"pluginAlias": "@salesforce/analytics",
|
|
1854
1854
|
"pluginName": "@salesforce/analytics",
|
|
1855
1855
|
"pluginType": "core",
|
|
1856
1856
|
"strict": true,
|
|
1857
|
-
"summary": "
|
|
1857
|
+
"summary": "start Data Prep recipes",
|
|
1858
1858
|
"enableJsonFlag": true,
|
|
1859
1859
|
"isESM": true,
|
|
1860
1860
|
"relativePath": [
|
|
1861
1861
|
"lib",
|
|
1862
1862
|
"commands",
|
|
1863
1863
|
"analytics",
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
1864
|
+
"recipe",
|
|
1865
|
+
"start.js"
|
|
1866
1866
|
]
|
|
1867
1867
|
},
|
|
1868
1868
|
"analytics:template:create": {
|
|
@@ -3630,13 +3630,12 @@
|
|
|
3630
3630
|
"revert.js"
|
|
3631
3631
|
]
|
|
3632
3632
|
},
|
|
3633
|
-
"analytics:
|
|
3633
|
+
"analytics:dataflow:history:list": {
|
|
3634
3634
|
"aliases": [],
|
|
3635
3635
|
"args": {},
|
|
3636
|
-
"description": "
|
|
3636
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3637
3637
|
"examples": [
|
|
3638
|
-
"$ sfdx analytics:
|
|
3639
|
-
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
3638
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3640
3639
|
],
|
|
3641
3640
|
"flags": {
|
|
3642
3641
|
"json": {
|
|
@@ -3682,86 +3681,42 @@
|
|
|
3682
3681
|
"multiple": false,
|
|
3683
3682
|
"type": "option"
|
|
3684
3683
|
},
|
|
3685
|
-
"
|
|
3684
|
+
"dataflowid": {
|
|
3686
3685
|
"char": "i",
|
|
3687
|
-
"description": "
|
|
3688
|
-
"
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
"name": "datasetid",
|
|
3692
|
-
"summary": "dataset ID",
|
|
3693
|
-
"hasDynamicHelp": false,
|
|
3694
|
-
"multiple": false,
|
|
3695
|
-
"type": "option"
|
|
3696
|
-
},
|
|
3697
|
-
"datasetname": {
|
|
3698
|
-
"char": "n",
|
|
3699
|
-
"description": "Dataset api name.",
|
|
3700
|
-
"exclusive": [
|
|
3701
|
-
"datasetid"
|
|
3702
|
-
],
|
|
3703
|
-
"name": "datasetname",
|
|
3704
|
-
"summary": "dataset api name",
|
|
3705
|
-
"hasDynamicHelp": false,
|
|
3706
|
-
"multiple": false,
|
|
3707
|
-
"type": "option"
|
|
3708
|
-
},
|
|
3709
|
-
"limit": {
|
|
3710
|
-
"description": "The maximum number of rows to include.",
|
|
3711
|
-
"name": "limit",
|
|
3712
|
-
"summary": "maximum number of rows to include",
|
|
3713
|
-
"hasDynamicHelp": false,
|
|
3714
|
-
"multiple": false,
|
|
3715
|
-
"type": "option"
|
|
3716
|
-
},
|
|
3717
|
-
"resultformat": {
|
|
3718
|
-
"char": "r",
|
|
3719
|
-
"description": "Result format emitted to stdout.",
|
|
3720
|
-
"name": "resultformat",
|
|
3721
|
-
"summary": "result format emitted to stdout",
|
|
3722
|
-
"default": "human",
|
|
3686
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3687
|
+
"name": "dataflowid",
|
|
3688
|
+
"required": true,
|
|
3689
|
+
"summary": "dataflow ID",
|
|
3723
3690
|
"hasDynamicHelp": false,
|
|
3724
3691
|
"multiple": false,
|
|
3725
|
-
"options": [
|
|
3726
|
-
"human",
|
|
3727
|
-
"csv",
|
|
3728
|
-
"json"
|
|
3729
|
-
],
|
|
3730
3692
|
"type": "option"
|
|
3731
|
-
},
|
|
3732
|
-
"dryrun": {
|
|
3733
|
-
"description": "Show the resulting query that would be executed, but don't run it",
|
|
3734
|
-
"hidden": true,
|
|
3735
|
-
"name": "dryrun",
|
|
3736
|
-
"allowNo": false,
|
|
3737
|
-
"type": "boolean"
|
|
3738
3693
|
}
|
|
3739
3694
|
},
|
|
3740
3695
|
"hasDynamicHelp": true,
|
|
3741
3696
|
"hiddenAliases": [],
|
|
3742
|
-
"id": "analytics:
|
|
3697
|
+
"id": "analytics:dataflow:history:list",
|
|
3743
3698
|
"pluginAlias": "@salesforce/analytics",
|
|
3744
3699
|
"pluginName": "@salesforce/analytics",
|
|
3745
3700
|
"pluginType": "core",
|
|
3746
3701
|
"strict": true,
|
|
3747
|
-
"summary": "
|
|
3702
|
+
"summary": "list history records for Analytics dataflows",
|
|
3748
3703
|
"enableJsonFlag": true,
|
|
3749
3704
|
"isESM": true,
|
|
3750
3705
|
"relativePath": [
|
|
3751
3706
|
"lib",
|
|
3752
3707
|
"commands",
|
|
3753
3708
|
"analytics",
|
|
3754
|
-
"
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3709
|
+
"dataflow",
|
|
3710
|
+
"history",
|
|
3711
|
+
"list.js"
|
|
3757
3712
|
]
|
|
3758
3713
|
},
|
|
3759
|
-
"analytics:dataflow:history:
|
|
3714
|
+
"analytics:dataflow:history:revert": {
|
|
3760
3715
|
"aliases": [],
|
|
3761
3716
|
"args": {},
|
|
3762
|
-
"description": "
|
|
3717
|
+
"description": "Revert to a specified history record.",
|
|
3763
3718
|
"examples": [
|
|
3764
|
-
"$ sfdx analytics:dataflow:history:
|
|
3719
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3765
3720
|
],
|
|
3766
3721
|
"flags": {
|
|
3767
3722
|
"json": {
|
|
@@ -3816,16 +3771,35 @@
|
|
|
3816
3771
|
"hasDynamicHelp": false,
|
|
3817
3772
|
"multiple": false,
|
|
3818
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"
|
|
3819
3793
|
}
|
|
3820
3794
|
},
|
|
3821
3795
|
"hasDynamicHelp": true,
|
|
3822
3796
|
"hiddenAliases": [],
|
|
3823
|
-
"id": "analytics:dataflow:history:
|
|
3797
|
+
"id": "analytics:dataflow:history:revert",
|
|
3824
3798
|
"pluginAlias": "@salesforce/analytics",
|
|
3825
3799
|
"pluginName": "@salesforce/analytics",
|
|
3826
3800
|
"pluginType": "core",
|
|
3827
3801
|
"strict": true,
|
|
3828
|
-
"summary": "
|
|
3802
|
+
"summary": "revert to specified history record",
|
|
3829
3803
|
"enableJsonFlag": true,
|
|
3830
3804
|
"isESM": true,
|
|
3831
3805
|
"relativePath": [
|
|
@@ -3834,15 +3808,15 @@
|
|
|
3834
3808
|
"analytics",
|
|
3835
3809
|
"dataflow",
|
|
3836
3810
|
"history",
|
|
3837
|
-
"
|
|
3811
|
+
"revert.js"
|
|
3838
3812
|
]
|
|
3839
3813
|
},
|
|
3840
|
-
"analytics:dataflow:
|
|
3814
|
+
"analytics:dataflow:job:display": {
|
|
3841
3815
|
"aliases": [],
|
|
3842
3816
|
"args": {},
|
|
3843
|
-
"description": "
|
|
3817
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3844
3818
|
"examples": [
|
|
3845
|
-
"$ sfdx analytics:dataflow:
|
|
3819
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3846
3820
|
],
|
|
3847
3821
|
"flags": {
|
|
3848
3822
|
"json": {
|
|
@@ -3888,31 +3862,12 @@
|
|
|
3888
3862
|
"multiple": false,
|
|
3889
3863
|
"type": "option"
|
|
3890
3864
|
},
|
|
3891
|
-
"
|
|
3865
|
+
"dataflowjobid": {
|
|
3892
3866
|
"char": "i",
|
|
3893
|
-
"description": "The ID of the dataflow to
|
|
3894
|
-
"name": "
|
|
3895
|
-
"required": true,
|
|
3896
|
-
"summary": "dataflow ID",
|
|
3897
|
-
"hasDynamicHelp": false,
|
|
3898
|
-
"multiple": false,
|
|
3899
|
-
"type": "option"
|
|
3900
|
-
},
|
|
3901
|
-
"historyid": {
|
|
3902
|
-
"char": "y",
|
|
3903
|
-
"description": "The ID of the dataflow history record.",
|
|
3904
|
-
"name": "historyid",
|
|
3867
|
+
"description": "The ID of the dataflow job to update.",
|
|
3868
|
+
"name": "dataflowjobid",
|
|
3905
3869
|
"required": true,
|
|
3906
|
-
"summary": "dataflow
|
|
3907
|
-
"hasDynamicHelp": false,
|
|
3908
|
-
"multiple": false,
|
|
3909
|
-
"type": "option"
|
|
3910
|
-
},
|
|
3911
|
-
"label": {
|
|
3912
|
-
"char": "l",
|
|
3913
|
-
"description": "Label for new reverted history record.",
|
|
3914
|
-
"name": "label",
|
|
3915
|
-
"summary": "label for new reverted history record",
|
|
3870
|
+
"summary": "dataflow Job ID",
|
|
3916
3871
|
"hasDynamicHelp": false,
|
|
3917
3872
|
"multiple": false,
|
|
3918
3873
|
"type": "option"
|
|
@@ -3920,12 +3875,12 @@
|
|
|
3920
3875
|
},
|
|
3921
3876
|
"hasDynamicHelp": true,
|
|
3922
3877
|
"hiddenAliases": [],
|
|
3923
|
-
"id": "analytics:dataflow:
|
|
3878
|
+
"id": "analytics:dataflow:job:display",
|
|
3924
3879
|
"pluginAlias": "@salesforce/analytics",
|
|
3925
3880
|
"pluginName": "@salesforce/analytics",
|
|
3926
3881
|
"pluginType": "core",
|
|
3927
3882
|
"strict": true,
|
|
3928
|
-
"summary": "
|
|
3883
|
+
"summary": "display status of Analytics dataflow",
|
|
3929
3884
|
"enableJsonFlag": true,
|
|
3930
3885
|
"isESM": true,
|
|
3931
3886
|
"relativePath": [
|
|
@@ -3933,16 +3888,16 @@
|
|
|
3933
3888
|
"commands",
|
|
3934
3889
|
"analytics",
|
|
3935
3890
|
"dataflow",
|
|
3936
|
-
"
|
|
3937
|
-
"
|
|
3891
|
+
"job",
|
|
3892
|
+
"display.js"
|
|
3938
3893
|
]
|
|
3939
3894
|
},
|
|
3940
|
-
"analytics:
|
|
3895
|
+
"analytics:dataflow:job:list": {
|
|
3941
3896
|
"aliases": [],
|
|
3942
3897
|
"args": {},
|
|
3943
|
-
"description": "
|
|
3898
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3944
3899
|
"examples": [
|
|
3945
|
-
"$ sfdx analytics:
|
|
3900
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3946
3901
|
],
|
|
3947
3902
|
"flags": {
|
|
3948
3903
|
"json": {
|
|
@@ -3988,12 +3943,12 @@
|
|
|
3988
3943
|
"multiple": false,
|
|
3989
3944
|
"type": "option"
|
|
3990
3945
|
},
|
|
3991
|
-
"
|
|
3946
|
+
"dataflowid": {
|
|
3992
3947
|
"char": "i",
|
|
3993
|
-
"description": "The ID of the
|
|
3994
|
-
"name": "
|
|
3948
|
+
"description": "The ID of the dataflow to update.",
|
|
3949
|
+
"name": "dataflowid",
|
|
3995
3950
|
"required": true,
|
|
3996
|
-
"summary": "
|
|
3951
|
+
"summary": "dataflow ID",
|
|
3997
3952
|
"hasDynamicHelp": false,
|
|
3998
3953
|
"multiple": false,
|
|
3999
3954
|
"type": "option"
|
|
@@ -4001,29 +3956,29 @@
|
|
|
4001
3956
|
},
|
|
4002
3957
|
"hasDynamicHelp": true,
|
|
4003
3958
|
"hiddenAliases": [],
|
|
4004
|
-
"id": "analytics:
|
|
3959
|
+
"id": "analytics:dataflow:job:list",
|
|
4005
3960
|
"pluginAlias": "@salesforce/analytics",
|
|
4006
3961
|
"pluginName": "@salesforce/analytics",
|
|
4007
3962
|
"pluginType": "core",
|
|
4008
3963
|
"strict": true,
|
|
4009
|
-
"summary": "list
|
|
3964
|
+
"summary": "list jobs of Analytics dataflow",
|
|
4010
3965
|
"enableJsonFlag": true,
|
|
4011
3966
|
"isESM": true,
|
|
4012
3967
|
"relativePath": [
|
|
4013
3968
|
"lib",
|
|
4014
3969
|
"commands",
|
|
4015
3970
|
"analytics",
|
|
4016
|
-
"
|
|
4017
|
-
"
|
|
3971
|
+
"dataflow",
|
|
3972
|
+
"job",
|
|
4018
3973
|
"list.js"
|
|
4019
3974
|
]
|
|
4020
3975
|
},
|
|
4021
|
-
"analytics:
|
|
3976
|
+
"analytics:dataflow:job:stop": {
|
|
4022
3977
|
"aliases": [],
|
|
4023
3978
|
"args": {},
|
|
4024
|
-
"description": "
|
|
3979
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
4025
3980
|
"examples": [
|
|
4026
|
-
"$ sfdx analytics:
|
|
3981
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
4027
3982
|
],
|
|
4028
3983
|
"flags": {
|
|
4029
3984
|
"json": {
|
|
@@ -4069,31 +4024,12 @@
|
|
|
4069
4024
|
"multiple": false,
|
|
4070
4025
|
"type": "option"
|
|
4071
4026
|
},
|
|
4072
|
-
"
|
|
4027
|
+
"dataflowjobid": {
|
|
4073
4028
|
"char": "i",
|
|
4074
|
-
"description": "The ID of the
|
|
4075
|
-
"name": "
|
|
4076
|
-
"required": true,
|
|
4077
|
-
"summary": "dashboard ID",
|
|
4078
|
-
"hasDynamicHelp": false,
|
|
4079
|
-
"multiple": false,
|
|
4080
|
-
"type": "option"
|
|
4081
|
-
},
|
|
4082
|
-
"historyid": {
|
|
4083
|
-
"char": "y",
|
|
4084
|
-
"description": "The ID of the dashboard history records.",
|
|
4085
|
-
"name": "historyid",
|
|
4029
|
+
"description": "The ID of the dataflow job to update.",
|
|
4030
|
+
"name": "dataflowjobid",
|
|
4086
4031
|
"required": true,
|
|
4087
|
-
"summary": "
|
|
4088
|
-
"hasDynamicHelp": false,
|
|
4089
|
-
"multiple": false,
|
|
4090
|
-
"type": "option"
|
|
4091
|
-
},
|
|
4092
|
-
"label": {
|
|
4093
|
-
"char": "l",
|
|
4094
|
-
"description": "Label for new reverted history record.",
|
|
4095
|
-
"name": "label",
|
|
4096
|
-
"summary": "label for new reverted history record",
|
|
4032
|
+
"summary": "dataflow Job ID",
|
|
4097
4033
|
"hasDynamicHelp": false,
|
|
4098
4034
|
"multiple": false,
|
|
4099
4035
|
"type": "option"
|
|
@@ -4101,29 +4037,30 @@
|
|
|
4101
4037
|
},
|
|
4102
4038
|
"hasDynamicHelp": true,
|
|
4103
4039
|
"hiddenAliases": [],
|
|
4104
|
-
"id": "analytics:
|
|
4040
|
+
"id": "analytics:dataflow:job:stop",
|
|
4105
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
4106
4042
|
"pluginName": "@salesforce/analytics",
|
|
4107
4043
|
"pluginType": "core",
|
|
4108
4044
|
"strict": true,
|
|
4109
|
-
"summary": "
|
|
4045
|
+
"summary": "stop Analytics dataflows",
|
|
4110
4046
|
"enableJsonFlag": true,
|
|
4111
4047
|
"isESM": true,
|
|
4112
4048
|
"relativePath": [
|
|
4113
4049
|
"lib",
|
|
4114
4050
|
"commands",
|
|
4115
4051
|
"analytics",
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4052
|
+
"dataflow",
|
|
4053
|
+
"job",
|
|
4054
|
+
"stop.js"
|
|
4119
4055
|
]
|
|
4120
4056
|
},
|
|
4121
|
-
"analytics:
|
|
4057
|
+
"analytics:dataset:rows:fetch": {
|
|
4122
4058
|
"aliases": [],
|
|
4123
4059
|
"args": {},
|
|
4124
|
-
"description": "
|
|
4060
|
+
"description": "fetch the rows of a Analytics dataset.",
|
|
4125
4061
|
"examples": [
|
|
4126
|
-
"$ sfdx analytics:
|
|
4062
|
+
"$ sfdx analytics:dataset:rows:fetch -i datasetId",
|
|
4063
|
+
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
4127
4064
|
],
|
|
4128
4065
|
"flags": {
|
|
4129
4066
|
"json": {
|
|
@@ -4169,42 +4106,86 @@
|
|
|
4169
4106
|
"multiple": false,
|
|
4170
4107
|
"type": "option"
|
|
4171
4108
|
},
|
|
4172
|
-
"
|
|
4109
|
+
"datasetid": {
|
|
4173
4110
|
"char": "i",
|
|
4174
|
-
"description": "
|
|
4175
|
-
"
|
|
4176
|
-
|
|
4177
|
-
|
|
4111
|
+
"description": "Dataset ID.",
|
|
4112
|
+
"exclusive": [
|
|
4113
|
+
"datasetname"
|
|
4114
|
+
],
|
|
4115
|
+
"name": "datasetid",
|
|
4116
|
+
"summary": "dataset ID",
|
|
4178
4117
|
"hasDynamicHelp": false,
|
|
4179
4118
|
"multiple": false,
|
|
4180
4119
|
"type": "option"
|
|
4120
|
+
},
|
|
4121
|
+
"datasetname": {
|
|
4122
|
+
"char": "n",
|
|
4123
|
+
"description": "Dataset api name.",
|
|
4124
|
+
"exclusive": [
|
|
4125
|
+
"datasetid"
|
|
4126
|
+
],
|
|
4127
|
+
"name": "datasetname",
|
|
4128
|
+
"summary": "dataset api name",
|
|
4129
|
+
"hasDynamicHelp": false,
|
|
4130
|
+
"multiple": false,
|
|
4131
|
+
"type": "option"
|
|
4132
|
+
},
|
|
4133
|
+
"limit": {
|
|
4134
|
+
"description": "The maximum number of rows to include.",
|
|
4135
|
+
"name": "limit",
|
|
4136
|
+
"summary": "maximum number of rows to include",
|
|
4137
|
+
"hasDynamicHelp": false,
|
|
4138
|
+
"multiple": false,
|
|
4139
|
+
"type": "option"
|
|
4140
|
+
},
|
|
4141
|
+
"resultformat": {
|
|
4142
|
+
"char": "r",
|
|
4143
|
+
"description": "Result format emitted to stdout.",
|
|
4144
|
+
"name": "resultformat",
|
|
4145
|
+
"summary": "result format emitted to stdout",
|
|
4146
|
+
"default": "human",
|
|
4147
|
+
"hasDynamicHelp": false,
|
|
4148
|
+
"multiple": false,
|
|
4149
|
+
"options": [
|
|
4150
|
+
"human",
|
|
4151
|
+
"csv",
|
|
4152
|
+
"json"
|
|
4153
|
+
],
|
|
4154
|
+
"type": "option"
|
|
4155
|
+
},
|
|
4156
|
+
"dryrun": {
|
|
4157
|
+
"description": "Show the resulting query that would be executed, but don't run it",
|
|
4158
|
+
"hidden": true,
|
|
4159
|
+
"name": "dryrun",
|
|
4160
|
+
"allowNo": false,
|
|
4161
|
+
"type": "boolean"
|
|
4181
4162
|
}
|
|
4182
4163
|
},
|
|
4183
4164
|
"hasDynamicHelp": true,
|
|
4184
4165
|
"hiddenAliases": [],
|
|
4185
|
-
"id": "analytics:
|
|
4166
|
+
"id": "analytics:dataset:rows:fetch",
|
|
4186
4167
|
"pluginAlias": "@salesforce/analytics",
|
|
4187
4168
|
"pluginName": "@salesforce/analytics",
|
|
4188
4169
|
"pluginType": "core",
|
|
4189
4170
|
"strict": true,
|
|
4190
|
-
"summary": "
|
|
4171
|
+
"summary": "fetch the rows of a Analytics dataset",
|
|
4191
4172
|
"enableJsonFlag": true,
|
|
4192
4173
|
"isESM": true,
|
|
4193
4174
|
"relativePath": [
|
|
4194
4175
|
"lib",
|
|
4195
4176
|
"commands",
|
|
4196
4177
|
"analytics",
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4199
|
-
"
|
|
4178
|
+
"dataset",
|
|
4179
|
+
"rows",
|
|
4180
|
+
"fetch.js"
|
|
4200
4181
|
]
|
|
4201
4182
|
},
|
|
4202
|
-
"analytics:
|
|
4183
|
+
"analytics:lens:history:list": {
|
|
4203
4184
|
"aliases": [],
|
|
4204
4185
|
"args": {},
|
|
4205
|
-
"description": "
|
|
4186
|
+
"description": "Lists history records for Analytics lenses in the specified target org.",
|
|
4206
4187
|
"examples": [
|
|
4207
|
-
"$ sfdx analytics:
|
|
4188
|
+
"$ sfdx analytics:lens:history:list --lensid <lensid> "
|
|
4208
4189
|
],
|
|
4209
4190
|
"flags": {
|
|
4210
4191
|
"json": {
|
|
@@ -4250,12 +4231,12 @@
|
|
|
4250
4231
|
"multiple": false,
|
|
4251
4232
|
"type": "option"
|
|
4252
4233
|
},
|
|
4253
|
-
"
|
|
4234
|
+
"lensid": {
|
|
4254
4235
|
"char": "i",
|
|
4255
|
-
"description": "The ID of the
|
|
4256
|
-
"name": "
|
|
4236
|
+
"description": "The ID of the lens to show history records.",
|
|
4237
|
+
"name": "lensid",
|
|
4257
4238
|
"required": true,
|
|
4258
|
-
"summary": "
|
|
4239
|
+
"summary": "lens ID",
|
|
4259
4240
|
"hasDynamicHelp": false,
|
|
4260
4241
|
"multiple": false,
|
|
4261
4242
|
"type": "option"
|
|
@@ -4263,29 +4244,29 @@
|
|
|
4263
4244
|
},
|
|
4264
4245
|
"hasDynamicHelp": true,
|
|
4265
4246
|
"hiddenAliases": [],
|
|
4266
|
-
"id": "analytics:
|
|
4247
|
+
"id": "analytics:lens:history:list",
|
|
4267
4248
|
"pluginAlias": "@salesforce/analytics",
|
|
4268
4249
|
"pluginName": "@salesforce/analytics",
|
|
4269
4250
|
"pluginType": "core",
|
|
4270
4251
|
"strict": true,
|
|
4271
|
-
"summary": "list
|
|
4252
|
+
"summary": "list history records for Analytics lenses",
|
|
4272
4253
|
"enableJsonFlag": true,
|
|
4273
4254
|
"isESM": true,
|
|
4274
4255
|
"relativePath": [
|
|
4275
4256
|
"lib",
|
|
4276
4257
|
"commands",
|
|
4277
4258
|
"analytics",
|
|
4278
|
-
"
|
|
4279
|
-
"
|
|
4259
|
+
"lens",
|
|
4260
|
+
"history",
|
|
4280
4261
|
"list.js"
|
|
4281
4262
|
]
|
|
4282
4263
|
},
|
|
4283
|
-
"analytics:
|
|
4264
|
+
"analytics:lens:history:revert": {
|
|
4284
4265
|
"aliases": [],
|
|
4285
4266
|
"args": {},
|
|
4286
|
-
"description": "
|
|
4267
|
+
"description": "Revert to a specified history record.",
|
|
4287
4268
|
"examples": [
|
|
4288
|
-
"$ sfdx analytics:
|
|
4269
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
4289
4270
|
],
|
|
4290
4271
|
"flags": {
|
|
4291
4272
|
"json": {
|
|
@@ -4331,12 +4312,31 @@
|
|
|
4331
4312
|
"multiple": false,
|
|
4332
4313
|
"type": "option"
|
|
4333
4314
|
},
|
|
4334
|
-
"
|
|
4315
|
+
"lensid": {
|
|
4335
4316
|
"char": "i",
|
|
4336
|
-
"description": "The ID of the
|
|
4337
|
-
"name": "
|
|
4317
|
+
"description": "The ID of the dashboard to show history records.",
|
|
4318
|
+
"name": "lensid",
|
|
4338
4319
|
"required": true,
|
|
4339
|
-
"summary": "
|
|
4320
|
+
"summary": "dashboard ID",
|
|
4321
|
+
"hasDynamicHelp": false,
|
|
4322
|
+
"multiple": false,
|
|
4323
|
+
"type": "option"
|
|
4324
|
+
},
|
|
4325
|
+
"historyid": {
|
|
4326
|
+
"char": "y",
|
|
4327
|
+
"description": "The ID of the dashboard history records.",
|
|
4328
|
+
"name": "historyid",
|
|
4329
|
+
"required": true,
|
|
4330
|
+
"summary": "dashboard history ID",
|
|
4331
|
+
"hasDynamicHelp": false,
|
|
4332
|
+
"multiple": false,
|
|
4333
|
+
"type": "option"
|
|
4334
|
+
},
|
|
4335
|
+
"label": {
|
|
4336
|
+
"char": "l",
|
|
4337
|
+
"description": "Label for new reverted history record.",
|
|
4338
|
+
"name": "label",
|
|
4339
|
+
"summary": "label for new reverted history record",
|
|
4340
4340
|
"hasDynamicHelp": false,
|
|
4341
4341
|
"multiple": false,
|
|
4342
4342
|
"type": "option"
|
|
@@ -4344,23 +4344,23 @@
|
|
|
4344
4344
|
},
|
|
4345
4345
|
"hasDynamicHelp": true,
|
|
4346
4346
|
"hiddenAliases": [],
|
|
4347
|
-
"id": "analytics:
|
|
4347
|
+
"id": "analytics:lens:history:revert",
|
|
4348
4348
|
"pluginAlias": "@salesforce/analytics",
|
|
4349
4349
|
"pluginName": "@salesforce/analytics",
|
|
4350
4350
|
"pluginType": "core",
|
|
4351
4351
|
"strict": true,
|
|
4352
|
-
"summary": "
|
|
4352
|
+
"summary": "revert to specified history record",
|
|
4353
4353
|
"enableJsonFlag": true,
|
|
4354
4354
|
"isESM": true,
|
|
4355
4355
|
"relativePath": [
|
|
4356
4356
|
"lib",
|
|
4357
4357
|
"commands",
|
|
4358
4358
|
"analytics",
|
|
4359
|
-
"
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4359
|
+
"lens",
|
|
4360
|
+
"history",
|
|
4361
|
+
"revert.js"
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.41"
|
|
4366
4366
|
}
|