@salesforce/analytics 1.4.40 → 1.4.42

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.
@@ -1232,13 +1232,12 @@
1232
1232
  "update.js"
1233
1233
  ]
1234
1234
  },
1235
- "analytics:dataset:display": {
1235
+ "analytics:dataflow:list": {
1236
1236
  "aliases": [],
1237
1237
  "args": {},
1238
- "description": "Displays a Analytics dataset's details.",
1238
+ "description": "Lists Analytics dataflows in the specified target org.",
1239
1239
  "examples": [
1240
- "$ sfdx analytics:dataset:display -i datasetId",
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:dataset:display",
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": "displays a Analytics dataset's details",
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
- "dataset",
1327
- "display.js"
1301
+ "dataflow",
1302
+ "list.js"
1328
1303
  ]
1329
1304
  },
1330
- "analytics:dataset:list": {
1305
+ "analytics:dataflow:start": {
1331
1306
  "aliases": [],
1332
1307
  "args": {},
1333
- "description": "Lists Analytics datasets in the specified target org.",
1308
+ "description": "Start an Analytics dataflow in the specified target org.",
1334
1309
  "examples": [
1335
- "$ sfdx analytics:dataset:list"
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:dataset:list",
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": "list Analytics datasets",
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
- "dataset",
1397
- "list.js"
1381
+ "dataflow",
1382
+ "start.js"
1398
1383
  ]
1399
1384
  },
1400
- "analytics:lens:list": {
1385
+ "analytics:dataflow:update": {
1401
1386
  "aliases": [],
1402
1387
  "args": {},
1403
- "description": "Lists Analytics lenses in the specified target org.",
1388
+ "description": "Update an Analytics dataflow in the specified target org.",
1404
1389
  "examples": [
1405
- "$ sfdx analytics:lens:list"
1390
+ "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1406
1391
  ],
1407
1392
  "flags": {
1408
1393
  "json": {
@@ -1447,32 +1432,60 @@
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:lens:list",
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": "list Analytics lenses",
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
- "lens",
1467
- "list.js"
1479
+ "dataflow",
1480
+ "update.js"
1468
1481
  ]
1469
1482
  },
1470
- "analytics:recipe:list": {
1483
+ "analytics:lens:list": {
1471
1484
  "aliases": [],
1472
1485
  "args": {},
1473
- "description": "Lists Data Prep recipes in the specified target org.",
1486
+ "description": "Lists Analytics lenses in the specified target org.",
1474
1487
  "examples": [
1475
- "$ sfdx analytics:recipe:list"
1488
+ "$ sfdx analytics:lens:list"
1476
1489
  ],
1477
1490
  "flags": {
1478
1491
  "json": {
@@ -1521,28 +1534,28 @@
1521
1534
  },
1522
1535
  "hasDynamicHelp": true,
1523
1536
  "hiddenAliases": [],
1524
- "id": "analytics:recipe:list",
1537
+ "id": "analytics:lens:list",
1525
1538
  "pluginAlias": "@salesforce/analytics",
1526
1539
  "pluginName": "@salesforce/analytics",
1527
1540
  "pluginType": "core",
1528
1541
  "strict": true,
1529
- "summary": "list Data Prep recipes",
1542
+ "summary": "list Analytics lenses",
1530
1543
  "enableJsonFlag": true,
1531
1544
  "isESM": true,
1532
1545
  "relativePath": [
1533
1546
  "lib",
1534
1547
  "commands",
1535
1548
  "analytics",
1536
- "recipe",
1549
+ "lens",
1537
1550
  "list.js"
1538
1551
  ]
1539
1552
  },
1540
- "analytics:recipe:start": {
1553
+ "analytics:recipe:list": {
1541
1554
  "aliases": [],
1542
1555
  "args": {},
1543
- "description": "Start a Data Prep recipe in the specified target org.",
1556
+ "description": "Lists Data Prep recipes in the specified target org.",
1544
1557
  "examples": [
1545
- "$ sfdx analytics:recipe:start --recipeid <recipeid>"
1558
+ "$ sfdx analytics:recipe:list"
1546
1559
  ],
1547
1560
  "flags": {
1548
1561
  "json": {
@@ -1587,26 +1600,16 @@
1587
1600
  "hasDynamicHelp": false,
1588
1601
  "multiple": false,
1589
1602
  "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
1603
  }
1601
1604
  },
1602
1605
  "hasDynamicHelp": true,
1603
1606
  "hiddenAliases": [],
1604
- "id": "analytics:recipe:start",
1607
+ "id": "analytics:recipe:list",
1605
1608
  "pluginAlias": "@salesforce/analytics",
1606
1609
  "pluginName": "@salesforce/analytics",
1607
1610
  "pluginType": "core",
1608
1611
  "strict": true,
1609
- "summary": "start Data Prep recipes",
1612
+ "summary": "list Data Prep recipes",
1610
1613
  "enableJsonFlag": true,
1611
1614
  "isESM": true,
1612
1615
  "relativePath": [
@@ -1614,15 +1617,15 @@
1614
1617
  "commands",
1615
1618
  "analytics",
1616
1619
  "recipe",
1617
- "start.js"
1620
+ "list.js"
1618
1621
  ]
1619
1622
  },
1620
- "analytics:dataflow:list": {
1623
+ "analytics:recipe:start": {
1621
1624
  "aliases": [],
1622
1625
  "args": {},
1623
- "description": "Lists Analytics dataflows in the specified target org.",
1626
+ "description": "Start a Data Prep recipe in the specified target org.",
1624
1627
  "examples": [
1625
- "$ sfdx analytics:dataflow:list"
1628
+ "$ sfdx analytics:recipe:start --recipeid <recipeid>"
1626
1629
  ],
1627
1630
  "flags": {
1628
1631
  "json": {
@@ -1667,32 +1670,43 @@
1667
1670
  "hasDynamicHelp": false,
1668
1671
  "multiple": false,
1669
1672
  "type": "option"
1673
+ },
1674
+ "recipeid": {
1675
+ "char": "i",
1676
+ "description": "The ID of the recipe to update.",
1677
+ "name": "recipeid",
1678
+ "required": true,
1679
+ "summary": "recipe ID",
1680
+ "hasDynamicHelp": false,
1681
+ "multiple": false,
1682
+ "type": "option"
1670
1683
  }
1671
1684
  },
1672
1685
  "hasDynamicHelp": true,
1673
1686
  "hiddenAliases": [],
1674
- "id": "analytics:dataflow:list",
1687
+ "id": "analytics:recipe:start",
1675
1688
  "pluginAlias": "@salesforce/analytics",
1676
1689
  "pluginName": "@salesforce/analytics",
1677
1690
  "pluginType": "core",
1678
1691
  "strict": true,
1679
- "summary": "list Analytics dataflows",
1692
+ "summary": "start Data Prep recipes",
1680
1693
  "enableJsonFlag": true,
1681
1694
  "isESM": true,
1682
1695
  "relativePath": [
1683
1696
  "lib",
1684
1697
  "commands",
1685
1698
  "analytics",
1686
- "dataflow",
1687
- "list.js"
1699
+ "recipe",
1700
+ "start.js"
1688
1701
  ]
1689
1702
  },
1690
- "analytics:dataflow:start": {
1703
+ "analytics:dataset:display": {
1691
1704
  "aliases": [],
1692
1705
  "args": {},
1693
- "description": "Start an Analytics dataflow in the specified target org.",
1706
+ "description": "Displays a Analytics dataset's details.",
1694
1707
  "examples": [
1695
- "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1708
+ "$ sfdx analytics:dataset:display -i datasetId",
1709
+ "$ sfdx analytics:dataset:display -n datasetApiName"
1696
1710
  ],
1697
1711
  "flags": {
1698
1712
  "json": {
@@ -1738,12 +1752,26 @@
1738
1752
  "multiple": false,
1739
1753
  "type": "option"
1740
1754
  },
1741
- "dataflowid": {
1755
+ "datasetid": {
1742
1756
  "char": "i",
1743
- "description": "The ID of the dataflow to update.",
1744
- "name": "dataflowid",
1745
- "required": true,
1746
- "summary": "dataflow ID",
1757
+ "description": "Dataset ID.",
1758
+ "exclusive": [
1759
+ "datasetname"
1760
+ ],
1761
+ "name": "datasetid",
1762
+ "summary": "dataset ID",
1763
+ "hasDynamicHelp": false,
1764
+ "multiple": false,
1765
+ "type": "option"
1766
+ },
1767
+ "datasetname": {
1768
+ "char": "n",
1769
+ "description": "Dataset api name.",
1770
+ "exclusive": [
1771
+ "datasetid"
1772
+ ],
1773
+ "name": "datasetname",
1774
+ "summary": "dataset api name",
1747
1775
  "hasDynamicHelp": false,
1748
1776
  "multiple": false,
1749
1777
  "type": "option"
@@ -1751,28 +1779,28 @@
1751
1779
  },
1752
1780
  "hasDynamicHelp": true,
1753
1781
  "hiddenAliases": [],
1754
- "id": "analytics:dataflow:start",
1782
+ "id": "analytics:dataset:display",
1755
1783
  "pluginAlias": "@salesforce/analytics",
1756
1784
  "pluginName": "@salesforce/analytics",
1757
1785
  "pluginType": "core",
1758
1786
  "strict": true,
1759
- "summary": "start Analytics dataflows",
1787
+ "summary": "displays a Analytics dataset's details",
1760
1788
  "enableJsonFlag": true,
1761
1789
  "isESM": true,
1762
1790
  "relativePath": [
1763
1791
  "lib",
1764
1792
  "commands",
1765
1793
  "analytics",
1766
- "dataflow",
1767
- "start.js"
1794
+ "dataset",
1795
+ "display.js"
1768
1796
  ]
1769
1797
  },
1770
- "analytics:dataflow:update": {
1798
+ "analytics:dataset:list": {
1771
1799
  "aliases": [],
1772
1800
  "args": {},
1773
- "description": "Update an Analytics dataflow in the specified target org.",
1801
+ "description": "Lists Analytics datasets in the specified target org.",
1774
1802
  "examples": [
1775
- "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1803
+ "$ sfdx analytics:dataset:list"
1776
1804
  ],
1777
1805
  "flags": {
1778
1806
  "json": {
@@ -1817,52 +1845,24 @@
1817
1845
  "hasDynamicHelp": false,
1818
1846
  "multiple": false,
1819
1847
  "type": "option"
1820
- },
1821
- "dataflowid": {
1822
- "char": "i",
1823
- "description": "The ID of the dataflow to update.",
1824
- "name": "dataflowid",
1825
- "required": true,
1826
- "summary": "dataflow ID",
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",
1845
- "hasDynamicHelp": false,
1846
- "multiple": false,
1847
- "type": "option"
1848
1848
  }
1849
1849
  },
1850
1850
  "hasDynamicHelp": true,
1851
1851
  "hiddenAliases": [],
1852
- "id": "analytics:dataflow:update",
1852
+ "id": "analytics:dataset:list",
1853
1853
  "pluginAlias": "@salesforce/analytics",
1854
1854
  "pluginName": "@salesforce/analytics",
1855
1855
  "pluginType": "core",
1856
1856
  "strict": true,
1857
- "summary": "update Analytics dataflow",
1857
+ "summary": "list Analytics datasets",
1858
1858
  "enableJsonFlag": true,
1859
1859
  "isESM": true,
1860
1860
  "relativePath": [
1861
1861
  "lib",
1862
1862
  "commands",
1863
1863
  "analytics",
1864
- "dataflow",
1865
- "update.js"
1864
+ "dataset",
1865
+ "list.js"
1866
1866
  ]
1867
1867
  },
1868
1868
  "analytics:template:create": {
@@ -3630,13 +3630,12 @@
3630
3630
  "revert.js"
3631
3631
  ]
3632
3632
  },
3633
- "analytics:dataset:rows:fetch": {
3633
+ "analytics:dataflow:history:list": {
3634
3634
  "aliases": [],
3635
3635
  "args": {},
3636
- "description": "fetch the rows of a Analytics dataset.",
3636
+ "description": "Lists history records for Analytics dataflows in the specified target org.",
3637
3637
  "examples": [
3638
- "$ sfdx analytics:dataset:rows:fetch -i datasetId",
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
- "datasetid": {
3684
+ "dataflowid": {
3686
3685
  "char": "i",
3687
- "description": "Dataset ID.",
3688
- "exclusive": [
3689
- "datasetname"
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:dataset:rows:fetch",
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": "fetch the rows of a Analytics dataset",
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
- "dataset",
3755
- "rows",
3756
- "fetch.js"
3709
+ "dataflow",
3710
+ "history",
3711
+ "list.js"
3757
3712
  ]
3758
3713
  },
3759
- "analytics:dataflow:history:list": {
3714
+ "analytics:dataflow:history:revert": {
3760
3715
  "aliases": [],
3761
3716
  "args": {},
3762
- "description": "Lists history records for Analytics dataflows in the specified target org.",
3717
+ "description": "Revert to a specified history record.",
3763
3718
  "examples": [
3764
- "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
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:list",
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": "list history records for Analytics dataflows",
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
- "list.js"
3811
+ "revert.js"
3838
3812
  ]
3839
3813
  },
3840
- "analytics:dataflow:history:revert": {
3814
+ "analytics:dataflow:job:display": {
3841
3815
  "aliases": [],
3842
3816
  "args": {},
3843
- "description": "Revert to a specified history record.",
3817
+ "description": "Display status of Analytics dataflow in the specified target org.",
3844
3818
  "examples": [
3845
- "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
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
- "dataflowid": {
3865
+ "dataflowjobid": {
3892
3866
  "char": "i",
3893
- "description": "The ID of the dataflow to show history records.",
3894
- "name": "dataflowid",
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 history ID",
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:history:revert",
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": "revert to specified history record",
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
- "history",
3937
- "revert.js"
3891
+ "job",
3892
+ "display.js"
3938
3893
  ]
3939
3894
  },
3940
- "analytics:lens:history:list": {
3895
+ "analytics:dataflow:job:list": {
3941
3896
  "aliases": [],
3942
3897
  "args": {},
3943
- "description": "Lists history records for Analytics lenses in the specified target org.",
3898
+ "description": "List jobs of an Analytics dataflow in the specified target org.",
3944
3899
  "examples": [
3945
- "$ sfdx analytics:lens:history:list --lensid <lensid> "
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
- "lensid": {
3946
+ "dataflowid": {
3992
3947
  "char": "i",
3993
- "description": "The ID of the lens to show history records.",
3994
- "name": "lensid",
3948
+ "description": "The ID of the dataflow to update.",
3949
+ "name": "dataflowid",
3995
3950
  "required": true,
3996
- "summary": "lens ID",
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:lens:history:list",
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 history records for Analytics lenses",
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
- "lens",
4017
- "history",
3971
+ "dataflow",
3972
+ "job",
4018
3973
  "list.js"
4019
3974
  ]
4020
3975
  },
4021
- "analytics:lens:history:revert": {
3976
+ "analytics:dataflow:job:stop": {
4022
3977
  "aliases": [],
4023
3978
  "args": {},
4024
- "description": "Revert to a specified history record.",
3979
+ "description": "Stop an Analytics dataflow in the specified target org.",
4025
3980
  "examples": [
4026
- "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
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
- "lensid": {
4027
+ "dataflowjobid": {
4073
4028
  "char": "i",
4074
- "description": "The ID of the dashboard to show history records.",
4075
- "name": "lensid",
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": "dashboard history ID",
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,29 @@
4101
4037
  },
4102
4038
  "hasDynamicHelp": true,
4103
4039
  "hiddenAliases": [],
4104
- "id": "analytics:lens:history:revert",
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": "revert to specified history record",
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
- "lens",
4117
- "history",
4118
- "revert.js"
4052
+ "dataflow",
4053
+ "job",
4054
+ "stop.js"
4119
4055
  ]
4120
4056
  },
4121
- "analytics:dataflow:job:display": {
4057
+ "analytics:lens:history:list": {
4122
4058
  "aliases": [],
4123
4059
  "args": {},
4124
- "description": "Display status of Analytics dataflow in the specified target org.",
4060
+ "description": "Lists history records for Analytics lenses in the specified target org.",
4125
4061
  "examples": [
4126
- "$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
4062
+ "$ sfdx analytics:lens:history:list --lensid <lensid> "
4127
4063
  ],
4128
4064
  "flags": {
4129
4065
  "json": {
@@ -4169,12 +4105,12 @@
4169
4105
  "multiple": false,
4170
4106
  "type": "option"
4171
4107
  },
4172
- "dataflowjobid": {
4108
+ "lensid": {
4173
4109
  "char": "i",
4174
- "description": "The ID of the dataflow job to update.",
4175
- "name": "dataflowjobid",
4110
+ "description": "The ID of the lens to show history records.",
4111
+ "name": "lensid",
4176
4112
  "required": true,
4177
- "summary": "dataflow Job ID",
4113
+ "summary": "lens ID",
4178
4114
  "hasDynamicHelp": false,
4179
4115
  "multiple": false,
4180
4116
  "type": "option"
@@ -4182,29 +4118,29 @@
4182
4118
  },
4183
4119
  "hasDynamicHelp": true,
4184
4120
  "hiddenAliases": [],
4185
- "id": "analytics:dataflow:job:display",
4121
+ "id": "analytics:lens:history:list",
4186
4122
  "pluginAlias": "@salesforce/analytics",
4187
4123
  "pluginName": "@salesforce/analytics",
4188
4124
  "pluginType": "core",
4189
4125
  "strict": true,
4190
- "summary": "display status of Analytics dataflow",
4126
+ "summary": "list history records for Analytics lenses",
4191
4127
  "enableJsonFlag": true,
4192
4128
  "isESM": true,
4193
4129
  "relativePath": [
4194
4130
  "lib",
4195
4131
  "commands",
4196
4132
  "analytics",
4197
- "dataflow",
4198
- "job",
4199
- "display.js"
4133
+ "lens",
4134
+ "history",
4135
+ "list.js"
4200
4136
  ]
4201
4137
  },
4202
- "analytics:dataflow:job:list": {
4138
+ "analytics:lens:history:revert": {
4203
4139
  "aliases": [],
4204
4140
  "args": {},
4205
- "description": "List jobs of an Analytics dataflow in the specified target org.",
4141
+ "description": "Revert to a specified history record.",
4206
4142
  "examples": [
4207
- "$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
4143
+ "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
4208
4144
  ],
4209
4145
  "flags": {
4210
4146
  "json": {
@@ -4250,12 +4186,31 @@
4250
4186
  "multiple": false,
4251
4187
  "type": "option"
4252
4188
  },
4253
- "dataflowid": {
4189
+ "lensid": {
4254
4190
  "char": "i",
4255
- "description": "The ID of the dataflow to update.",
4256
- "name": "dataflowid",
4191
+ "description": "The ID of the dashboard to show history records.",
4192
+ "name": "lensid",
4257
4193
  "required": true,
4258
- "summary": "dataflow ID",
4194
+ "summary": "dashboard ID",
4195
+ "hasDynamicHelp": false,
4196
+ "multiple": false,
4197
+ "type": "option"
4198
+ },
4199
+ "historyid": {
4200
+ "char": "y",
4201
+ "description": "The ID of the dashboard history records.",
4202
+ "name": "historyid",
4203
+ "required": true,
4204
+ "summary": "dashboard history ID",
4205
+ "hasDynamicHelp": false,
4206
+ "multiple": false,
4207
+ "type": "option"
4208
+ },
4209
+ "label": {
4210
+ "char": "l",
4211
+ "description": "Label for new reverted history record.",
4212
+ "name": "label",
4213
+ "summary": "label for new reverted history record",
4259
4214
  "hasDynamicHelp": false,
4260
4215
  "multiple": false,
4261
4216
  "type": "option"
@@ -4263,29 +4218,30 @@
4263
4218
  },
4264
4219
  "hasDynamicHelp": true,
4265
4220
  "hiddenAliases": [],
4266
- "id": "analytics:dataflow:job:list",
4221
+ "id": "analytics:lens:history:revert",
4267
4222
  "pluginAlias": "@salesforce/analytics",
4268
4223
  "pluginName": "@salesforce/analytics",
4269
4224
  "pluginType": "core",
4270
4225
  "strict": true,
4271
- "summary": "list jobs of Analytics dataflow",
4226
+ "summary": "revert to specified history record",
4272
4227
  "enableJsonFlag": true,
4273
4228
  "isESM": true,
4274
4229
  "relativePath": [
4275
4230
  "lib",
4276
4231
  "commands",
4277
4232
  "analytics",
4278
- "dataflow",
4279
- "job",
4280
- "list.js"
4233
+ "lens",
4234
+ "history",
4235
+ "revert.js"
4281
4236
  ]
4282
4237
  },
4283
- "analytics:dataflow:job:stop": {
4238
+ "analytics:dataset:rows:fetch": {
4284
4239
  "aliases": [],
4285
4240
  "args": {},
4286
- "description": "Stop an Analytics dataflow in the specified target org.",
4241
+ "description": "fetch the rows of a Analytics dataset.",
4287
4242
  "examples": [
4288
- "$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
4243
+ "$ sfdx analytics:dataset:rows:fetch -i datasetId",
4244
+ "$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
4289
4245
  ],
4290
4246
  "flags": {
4291
4247
  "json": {
@@ -4331,36 +4287,80 @@
4331
4287
  "multiple": false,
4332
4288
  "type": "option"
4333
4289
  },
4334
- "dataflowjobid": {
4290
+ "datasetid": {
4335
4291
  "char": "i",
4336
- "description": "The ID of the dataflow job to update.",
4337
- "name": "dataflowjobid",
4338
- "required": true,
4339
- "summary": "dataflow Job ID",
4292
+ "description": "Dataset ID.",
4293
+ "exclusive": [
4294
+ "datasetname"
4295
+ ],
4296
+ "name": "datasetid",
4297
+ "summary": "dataset ID",
4340
4298
  "hasDynamicHelp": false,
4341
4299
  "multiple": false,
4342
4300
  "type": "option"
4301
+ },
4302
+ "datasetname": {
4303
+ "char": "n",
4304
+ "description": "Dataset api name.",
4305
+ "exclusive": [
4306
+ "datasetid"
4307
+ ],
4308
+ "name": "datasetname",
4309
+ "summary": "dataset api name",
4310
+ "hasDynamicHelp": false,
4311
+ "multiple": false,
4312
+ "type": "option"
4313
+ },
4314
+ "limit": {
4315
+ "description": "The maximum number of rows to include.",
4316
+ "name": "limit",
4317
+ "summary": "maximum number of rows to include",
4318
+ "hasDynamicHelp": false,
4319
+ "multiple": false,
4320
+ "type": "option"
4321
+ },
4322
+ "resultformat": {
4323
+ "char": "r",
4324
+ "description": "Result format emitted to stdout.",
4325
+ "name": "resultformat",
4326
+ "summary": "result format emitted to stdout",
4327
+ "default": "human",
4328
+ "hasDynamicHelp": false,
4329
+ "multiple": false,
4330
+ "options": [
4331
+ "human",
4332
+ "csv",
4333
+ "json"
4334
+ ],
4335
+ "type": "option"
4336
+ },
4337
+ "dryrun": {
4338
+ "description": "Show the resulting query that would be executed, but don't run it",
4339
+ "hidden": true,
4340
+ "name": "dryrun",
4341
+ "allowNo": false,
4342
+ "type": "boolean"
4343
4343
  }
4344
4344
  },
4345
4345
  "hasDynamicHelp": true,
4346
4346
  "hiddenAliases": [],
4347
- "id": "analytics:dataflow:job:stop",
4347
+ "id": "analytics:dataset:rows:fetch",
4348
4348
  "pluginAlias": "@salesforce/analytics",
4349
4349
  "pluginName": "@salesforce/analytics",
4350
4350
  "pluginType": "core",
4351
4351
  "strict": true,
4352
- "summary": "stop Analytics dataflows",
4352
+ "summary": "fetch the rows of a Analytics dataset",
4353
4353
  "enableJsonFlag": true,
4354
4354
  "isESM": true,
4355
4355
  "relativePath": [
4356
4356
  "lib",
4357
4357
  "commands",
4358
4358
  "analytics",
4359
- "dataflow",
4360
- "job",
4361
- "stop.js"
4359
+ "dataset",
4360
+ "rows",
4361
+ "fetch.js"
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.40"
4365
+ "version": "1.4.42"
4366
4366
  }