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