@salesforce/analytics 1.4.42 → 1.4.43
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 +773 -1448
- package/oclif.lock +814 -1041
- package/oclif.manifest.json +160 -160
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -1480,12 +1480,13 @@
|
|
|
1480
1480
|
"update.js"
|
|
1481
1481
|
]
|
|
1482
1482
|
},
|
|
1483
|
-
"analytics:
|
|
1483
|
+
"analytics:dataset:display": {
|
|
1484
1484
|
"aliases": [],
|
|
1485
1485
|
"args": {},
|
|
1486
|
-
"description": "
|
|
1486
|
+
"description": "Displays a Analytics dataset's details.",
|
|
1487
1487
|
"examples": [
|
|
1488
|
-
"$ sfdx analytics:
|
|
1488
|
+
"$ sfdx analytics:dataset:display -i datasetId",
|
|
1489
|
+
"$ sfdx analytics:dataset:display -n datasetApiName"
|
|
1489
1490
|
],
|
|
1490
1491
|
"flags": {
|
|
1491
1492
|
"json": {
|
|
@@ -1530,32 +1531,56 @@
|
|
|
1530
1531
|
"hasDynamicHelp": false,
|
|
1531
1532
|
"multiple": false,
|
|
1532
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"
|
|
1533
1558
|
}
|
|
1534
1559
|
},
|
|
1535
1560
|
"hasDynamicHelp": true,
|
|
1536
1561
|
"hiddenAliases": [],
|
|
1537
|
-
"id": "analytics:
|
|
1562
|
+
"id": "analytics:dataset:display",
|
|
1538
1563
|
"pluginAlias": "@salesforce/analytics",
|
|
1539
1564
|
"pluginName": "@salesforce/analytics",
|
|
1540
1565
|
"pluginType": "core",
|
|
1541
1566
|
"strict": true,
|
|
1542
|
-
"summary": "
|
|
1567
|
+
"summary": "displays a Analytics dataset's details",
|
|
1543
1568
|
"enableJsonFlag": true,
|
|
1544
1569
|
"isESM": true,
|
|
1545
1570
|
"relativePath": [
|
|
1546
1571
|
"lib",
|
|
1547
1572
|
"commands",
|
|
1548
1573
|
"analytics",
|
|
1549
|
-
"
|
|
1550
|
-
"
|
|
1574
|
+
"dataset",
|
|
1575
|
+
"display.js"
|
|
1551
1576
|
]
|
|
1552
1577
|
},
|
|
1553
|
-
"analytics:
|
|
1578
|
+
"analytics:dataset:list": {
|
|
1554
1579
|
"aliases": [],
|
|
1555
1580
|
"args": {},
|
|
1556
|
-
"description": "Lists
|
|
1581
|
+
"description": "Lists Analytics datasets in the specified target org.",
|
|
1557
1582
|
"examples": [
|
|
1558
|
-
"$ sfdx analytics:
|
|
1583
|
+
"$ sfdx analytics:dataset:list"
|
|
1559
1584
|
],
|
|
1560
1585
|
"flags": {
|
|
1561
1586
|
"json": {
|
|
@@ -1604,28 +1629,28 @@
|
|
|
1604
1629
|
},
|
|
1605
1630
|
"hasDynamicHelp": true,
|
|
1606
1631
|
"hiddenAliases": [],
|
|
1607
|
-
"id": "analytics:
|
|
1632
|
+
"id": "analytics:dataset:list",
|
|
1608
1633
|
"pluginAlias": "@salesforce/analytics",
|
|
1609
1634
|
"pluginName": "@salesforce/analytics",
|
|
1610
1635
|
"pluginType": "core",
|
|
1611
1636
|
"strict": true,
|
|
1612
|
-
"summary": "list
|
|
1637
|
+
"summary": "list Analytics datasets",
|
|
1613
1638
|
"enableJsonFlag": true,
|
|
1614
1639
|
"isESM": true,
|
|
1615
1640
|
"relativePath": [
|
|
1616
1641
|
"lib",
|
|
1617
1642
|
"commands",
|
|
1618
1643
|
"analytics",
|
|
1619
|
-
"
|
|
1644
|
+
"dataset",
|
|
1620
1645
|
"list.js"
|
|
1621
1646
|
]
|
|
1622
1647
|
},
|
|
1623
|
-
"analytics:
|
|
1648
|
+
"analytics:lens:list": {
|
|
1624
1649
|
"aliases": [],
|
|
1625
1650
|
"args": {},
|
|
1626
|
-
"description": "
|
|
1651
|
+
"description": "Lists Analytics lenses in the specified target org.",
|
|
1627
1652
|
"examples": [
|
|
1628
|
-
"$ sfdx analytics:
|
|
1653
|
+
"$ sfdx analytics:lens:list"
|
|
1629
1654
|
],
|
|
1630
1655
|
"flags": {
|
|
1631
1656
|
"json": {
|
|
@@ -1670,43 +1695,32 @@
|
|
|
1670
1695
|
"hasDynamicHelp": false,
|
|
1671
1696
|
"multiple": false,
|
|
1672
1697
|
"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"
|
|
1683
1698
|
}
|
|
1684
1699
|
},
|
|
1685
1700
|
"hasDynamicHelp": true,
|
|
1686
1701
|
"hiddenAliases": [],
|
|
1687
|
-
"id": "analytics:
|
|
1702
|
+
"id": "analytics:lens:list",
|
|
1688
1703
|
"pluginAlias": "@salesforce/analytics",
|
|
1689
1704
|
"pluginName": "@salesforce/analytics",
|
|
1690
1705
|
"pluginType": "core",
|
|
1691
1706
|
"strict": true,
|
|
1692
|
-
"summary": "
|
|
1707
|
+
"summary": "list Analytics lenses",
|
|
1693
1708
|
"enableJsonFlag": true,
|
|
1694
1709
|
"isESM": true,
|
|
1695
1710
|
"relativePath": [
|
|
1696
1711
|
"lib",
|
|
1697
1712
|
"commands",
|
|
1698
1713
|
"analytics",
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1714
|
+
"lens",
|
|
1715
|
+
"list.js"
|
|
1701
1716
|
]
|
|
1702
1717
|
},
|
|
1703
|
-
"analytics:
|
|
1718
|
+
"analytics:recipe:list": {
|
|
1704
1719
|
"aliases": [],
|
|
1705
1720
|
"args": {},
|
|
1706
|
-
"description": "
|
|
1721
|
+
"description": "Lists Data Prep recipes in the specified target org.",
|
|
1707
1722
|
"examples": [
|
|
1708
|
-
"$ sfdx analytics:
|
|
1709
|
-
"$ sfdx analytics:dataset:display -n datasetApiName"
|
|
1723
|
+
"$ sfdx analytics:recipe:list"
|
|
1710
1724
|
],
|
|
1711
1725
|
"flags": {
|
|
1712
1726
|
"json": {
|
|
@@ -1751,56 +1765,32 @@
|
|
|
1751
1765
|
"hasDynamicHelp": false,
|
|
1752
1766
|
"multiple": false,
|
|
1753
1767
|
"type": "option"
|
|
1754
|
-
},
|
|
1755
|
-
"datasetid": {
|
|
1756
|
-
"char": "i",
|
|
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",
|
|
1775
|
-
"hasDynamicHelp": false,
|
|
1776
|
-
"multiple": false,
|
|
1777
|
-
"type": "option"
|
|
1778
1768
|
}
|
|
1779
1769
|
},
|
|
1780
1770
|
"hasDynamicHelp": true,
|
|
1781
1771
|
"hiddenAliases": [],
|
|
1782
|
-
"id": "analytics:
|
|
1772
|
+
"id": "analytics:recipe:list",
|
|
1783
1773
|
"pluginAlias": "@salesforce/analytics",
|
|
1784
1774
|
"pluginName": "@salesforce/analytics",
|
|
1785
1775
|
"pluginType": "core",
|
|
1786
1776
|
"strict": true,
|
|
1787
|
-
"summary": "
|
|
1777
|
+
"summary": "list Data Prep recipes",
|
|
1788
1778
|
"enableJsonFlag": true,
|
|
1789
1779
|
"isESM": true,
|
|
1790
1780
|
"relativePath": [
|
|
1791
1781
|
"lib",
|
|
1792
1782
|
"commands",
|
|
1793
1783
|
"analytics",
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1784
|
+
"recipe",
|
|
1785
|
+
"list.js"
|
|
1796
1786
|
]
|
|
1797
1787
|
},
|
|
1798
|
-
"analytics:
|
|
1788
|
+
"analytics:recipe:start": {
|
|
1799
1789
|
"aliases": [],
|
|
1800
1790
|
"args": {},
|
|
1801
|
-
"description": "
|
|
1791
|
+
"description": "Start a Data Prep recipe in the specified target org.",
|
|
1802
1792
|
"examples": [
|
|
1803
|
-
"$ sfdx analytics:
|
|
1793
|
+
"$ sfdx analytics:recipe:start --recipeid <recipeid>"
|
|
1804
1794
|
],
|
|
1805
1795
|
"flags": {
|
|
1806
1796
|
"json": {
|
|
@@ -1845,24 +1835,34 @@
|
|
|
1845
1835
|
"hasDynamicHelp": false,
|
|
1846
1836
|
"multiple": false,
|
|
1847
1837
|
"type": "option"
|
|
1838
|
+
},
|
|
1839
|
+
"recipeid": {
|
|
1840
|
+
"char": "i",
|
|
1841
|
+
"description": "The ID of the recipe to update.",
|
|
1842
|
+
"name": "recipeid",
|
|
1843
|
+
"required": true,
|
|
1844
|
+
"summary": "recipe ID",
|
|
1845
|
+
"hasDynamicHelp": false,
|
|
1846
|
+
"multiple": false,
|
|
1847
|
+
"type": "option"
|
|
1848
1848
|
}
|
|
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": {
|
|
@@ -4054,12 +4054,13 @@
|
|
|
4054
4054
|
"stop.js"
|
|
4055
4055
|
]
|
|
4056
4056
|
},
|
|
4057
|
-
"analytics:
|
|
4057
|
+
"analytics:dataset:rows:fetch": {
|
|
4058
4058
|
"aliases": [],
|
|
4059
4059
|
"args": {},
|
|
4060
|
-
"description": "
|
|
4060
|
+
"description": "fetch the rows of a Analytics dataset.",
|
|
4061
4061
|
"examples": [
|
|
4062
|
-
"$ sfdx analytics:
|
|
4062
|
+
"$ sfdx analytics:dataset:rows:fetch -i datasetId",
|
|
4063
|
+
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
4063
4064
|
],
|
|
4064
4065
|
"flags": {
|
|
4065
4066
|
"json": {
|
|
@@ -4105,42 +4106,86 @@
|
|
|
4105
4106
|
"multiple": false,
|
|
4106
4107
|
"type": "option"
|
|
4107
4108
|
},
|
|
4108
|
-
"
|
|
4109
|
+
"datasetid": {
|
|
4109
4110
|
"char": "i",
|
|
4110
|
-
"description": "
|
|
4111
|
-
"
|
|
4112
|
-
|
|
4113
|
-
|
|
4111
|
+
"description": "Dataset ID.",
|
|
4112
|
+
"exclusive": [
|
|
4113
|
+
"datasetname"
|
|
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",
|
|
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",
|
|
4114
4147
|
"hasDynamicHelp": false,
|
|
4115
4148
|
"multiple": false,
|
|
4149
|
+
"options": [
|
|
4150
|
+
"human",
|
|
4151
|
+
"csv",
|
|
4152
|
+
"json"
|
|
4153
|
+
],
|
|
4116
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"
|
|
4117
4162
|
}
|
|
4118
4163
|
},
|
|
4119
4164
|
"hasDynamicHelp": true,
|
|
4120
4165
|
"hiddenAliases": [],
|
|
4121
|
-
"id": "analytics:
|
|
4166
|
+
"id": "analytics:dataset:rows:fetch",
|
|
4122
4167
|
"pluginAlias": "@salesforce/analytics",
|
|
4123
4168
|
"pluginName": "@salesforce/analytics",
|
|
4124
4169
|
"pluginType": "core",
|
|
4125
4170
|
"strict": true,
|
|
4126
|
-
"summary": "
|
|
4171
|
+
"summary": "fetch the rows of a Analytics dataset",
|
|
4127
4172
|
"enableJsonFlag": true,
|
|
4128
4173
|
"isESM": true,
|
|
4129
4174
|
"relativePath": [
|
|
4130
4175
|
"lib",
|
|
4131
4176
|
"commands",
|
|
4132
4177
|
"analytics",
|
|
4133
|
-
"
|
|
4134
|
-
"
|
|
4135
|
-
"
|
|
4178
|
+
"dataset",
|
|
4179
|
+
"rows",
|
|
4180
|
+
"fetch.js"
|
|
4136
4181
|
]
|
|
4137
4182
|
},
|
|
4138
|
-
"analytics:lens:history:
|
|
4183
|
+
"analytics:lens:history:list": {
|
|
4139
4184
|
"aliases": [],
|
|
4140
4185
|
"args": {},
|
|
4141
|
-
"description": "
|
|
4186
|
+
"description": "Lists history records for Analytics lenses in the specified target org.",
|
|
4142
4187
|
"examples": [
|
|
4143
|
-
"$ sfdx analytics:
|
|
4188
|
+
"$ sfdx analytics:lens:history:list --lensid <lensid> "
|
|
4144
4189
|
],
|
|
4145
4190
|
"flags": {
|
|
4146
4191
|
"json": {
|
|
@@ -4188,29 +4233,10 @@
|
|
|
4188
4233
|
},
|
|
4189
4234
|
"lensid": {
|
|
4190
4235
|
"char": "i",
|
|
4191
|
-
"description": "The ID of the
|
|
4236
|
+
"description": "The ID of the lens to show history records.",
|
|
4192
4237
|
"name": "lensid",
|
|
4193
4238
|
"required": true,
|
|
4194
|
-
"summary": "
|
|
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",
|
|
4239
|
+
"summary": "lens ID",
|
|
4214
4240
|
"hasDynamicHelp": false,
|
|
4215
4241
|
"multiple": false,
|
|
4216
4242
|
"type": "option"
|
|
@@ -4218,12 +4244,12 @@
|
|
|
4218
4244
|
},
|
|
4219
4245
|
"hasDynamicHelp": true,
|
|
4220
4246
|
"hiddenAliases": [],
|
|
4221
|
-
"id": "analytics:lens:history:
|
|
4247
|
+
"id": "analytics:lens:history:list",
|
|
4222
4248
|
"pluginAlias": "@salesforce/analytics",
|
|
4223
4249
|
"pluginName": "@salesforce/analytics",
|
|
4224
4250
|
"pluginType": "core",
|
|
4225
4251
|
"strict": true,
|
|
4226
|
-
"summary": "
|
|
4252
|
+
"summary": "list history records for Analytics lenses",
|
|
4227
4253
|
"enableJsonFlag": true,
|
|
4228
4254
|
"isESM": true,
|
|
4229
4255
|
"relativePath": [
|
|
@@ -4232,16 +4258,15 @@
|
|
|
4232
4258
|
"analytics",
|
|
4233
4259
|
"lens",
|
|
4234
4260
|
"history",
|
|
4235
|
-
"
|
|
4261
|
+
"list.js"
|
|
4236
4262
|
]
|
|
4237
4263
|
},
|
|
4238
|
-
"analytics:
|
|
4264
|
+
"analytics:lens:history:revert": {
|
|
4239
4265
|
"aliases": [],
|
|
4240
4266
|
"args": {},
|
|
4241
|
-
"description": "
|
|
4267
|
+
"description": "Revert to a specified history record.",
|
|
4242
4268
|
"examples": [
|
|
4243
|
-
"$ sfdx analytics:
|
|
4244
|
-
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
4269
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
4245
4270
|
],
|
|
4246
4271
|
"flags": {
|
|
4247
4272
|
"json": {
|
|
@@ -4287,80 +4312,55 @@
|
|
|
4287
4312
|
"multiple": false,
|
|
4288
4313
|
"type": "option"
|
|
4289
4314
|
},
|
|
4290
|
-
"
|
|
4315
|
+
"lensid": {
|
|
4291
4316
|
"char": "i",
|
|
4292
|
-
"description": "
|
|
4293
|
-
"
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
"name": "datasetid",
|
|
4297
|
-
"summary": "dataset ID",
|
|
4298
|
-
"hasDynamicHelp": false,
|
|
4299
|
-
"multiple": false,
|
|
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",
|
|
4317
|
+
"description": "The ID of the dashboard to show history records.",
|
|
4318
|
+
"name": "lensid",
|
|
4319
|
+
"required": true,
|
|
4320
|
+
"summary": "dashboard ID",
|
|
4310
4321
|
"hasDynamicHelp": false,
|
|
4311
4322
|
"multiple": false,
|
|
4312
4323
|
"type": "option"
|
|
4313
4324
|
},
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4316
|
-
"
|
|
4317
|
-
"
|
|
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",
|
|
4318
4331
|
"hasDynamicHelp": false,
|
|
4319
4332
|
"multiple": false,
|
|
4320
4333
|
"type": "option"
|
|
4321
4334
|
},
|
|
4322
|
-
"
|
|
4323
|
-
"char": "
|
|
4324
|
-
"description": "
|
|
4325
|
-
"name": "
|
|
4326
|
-
"summary": "
|
|
4327
|
-
"default": "human",
|
|
4335
|
+
"label": {
|
|
4336
|
+
"char": "l",
|
|
4337
|
+
"description": "Label for new reverted history record.",
|
|
4338
|
+
"name": "label",
|
|
4339
|
+
"summary": "label for new reverted history record",
|
|
4328
4340
|
"hasDynamicHelp": false,
|
|
4329
4341
|
"multiple": false,
|
|
4330
|
-
"options": [
|
|
4331
|
-
"human",
|
|
4332
|
-
"csv",
|
|
4333
|
-
"json"
|
|
4334
|
-
],
|
|
4335
4342
|
"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:
|
|
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.43"
|
|
4366
4366
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
3
|
"description": "Commands for working with Salesforce Analytics applications, assets, and services",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.43",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.27.0",
|
|
9
|
-
"@oclif/plugin-help": "^6.2.
|
|
9
|
+
"@oclif/plugin-help": "^6.2.31",
|
|
10
10
|
"@salesforce/core": "^6.7.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"moment": "^2.30.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.3.4",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.5.0",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
23
23
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
24
24
|
"@types/lodash.get": "^4.4.9",
|
|
25
25
|
"eslint-plugin-mocha": "^10.5.0",
|
|
26
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
26
|
+
"eslint-plugin-sf-plugin": "^1.20.28",
|
|
27
27
|
"oclif": "^4",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"typescript": "^5.8.3"
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
},
|
|
277
277
|
"type": "module",
|
|
278
278
|
"sfdx": {
|
|
279
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.
|
|
280
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.
|
|
279
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.43.crt",
|
|
280
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.43.sig"
|
|
281
281
|
}
|
|
282
282
|
}
|