@salesforce/analytics 1.4.31 → 1.4.33

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.
@@ -1480,12 +1480,13 @@
1480
1480
  "update.js"
1481
1481
  ]
1482
1482
  },
1483
- "analytics:lens:list": {
1483
+ "analytics:dataset:display": {
1484
1484
  "aliases": [],
1485
1485
  "args": {},
1486
- "description": "Lists Analytics lenses in the specified target org.",
1486
+ "description": "Displays a Analytics dataset's details.",
1487
1487
  "examples": [
1488
- "$ sfdx analytics:lens:list"
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:lens:list",
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": "list Analytics lenses",
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
- "lens",
1550
- "list.js"
1574
+ "dataset",
1575
+ "display.js"
1551
1576
  ]
1552
1577
  },
1553
- "analytics:recipe:list": {
1578
+ "analytics:dataset:list": {
1554
1579
  "aliases": [],
1555
1580
  "args": {},
1556
- "description": "Lists Data Prep recipes in the specified target org.",
1581
+ "description": "Lists Analytics datasets in the specified target org.",
1557
1582
  "examples": [
1558
- "$ sfdx analytics:recipe:list"
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:recipe:list",
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 Data Prep recipes",
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
- "recipe",
1644
+ "dataset",
1620
1645
  "list.js"
1621
1646
  ]
1622
1647
  },
1623
- "analytics:recipe:start": {
1648
+ "analytics:lens:list": {
1624
1649
  "aliases": [],
1625
1650
  "args": {},
1626
- "description": "Start a Data Prep recipe in the specified target org.",
1651
+ "description": "Lists Analytics lenses in the specified target org.",
1627
1652
  "examples": [
1628
- "$ sfdx analytics:recipe:start --recipeid <recipeid>"
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:recipe:start",
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": "start Data Prep recipes",
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
- "recipe",
1700
- "start.js"
1714
+ "lens",
1715
+ "list.js"
1701
1716
  ]
1702
1717
  },
1703
- "analytics:dataset:display": {
1718
+ "analytics:recipe:list": {
1704
1719
  "aliases": [],
1705
1720
  "args": {},
1706
- "description": "Displays a Analytics dataset's details.",
1721
+ "description": "Lists Data Prep recipes in the specified target org.",
1707
1722
  "examples": [
1708
- "$ sfdx analytics:dataset:display -i datasetId",
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:dataset:display",
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": "displays a Analytics dataset's details",
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
- "dataset",
1795
- "display.js"
1784
+ "recipe",
1785
+ "list.js"
1796
1786
  ]
1797
1787
  },
1798
- "analytics:dataset:list": {
1788
+ "analytics:recipe:start": {
1799
1789
  "aliases": [],
1800
1790
  "args": {},
1801
- "description": "Lists Analytics datasets in the specified target org.",
1791
+ "description": "Start a Data Prep recipe in the specified target org.",
1802
1792
  "examples": [
1803
- "$ sfdx analytics:dataset:list"
1793
+ "$ sfdx analytics:recipe:start --recipeid <recipeid>"
1804
1794
  ],
1805
1795
  "flags": {
1806
1796
  "json": {
@@ -1845,32 +1835,44 @@
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:dataset:list",
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": "list Analytics datasets",
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
- "dataset",
1865
- "list.js"
1864
+ "recipe",
1865
+ "start.js"
1866
1866
  ]
1867
1867
  },
1868
- "analytics:asset:publisher:create": {
1868
+ "analytics:template:create": {
1869
1869
  "aliases": [],
1870
1870
  "args": {},
1871
- "description": "Create a publisher record for the Analytics asset.",
1871
+ "description": "Creates Analytics templates.",
1872
1872
  "examples": [
1873
- "$ sfdx analytics:asset:publisher:create -i assetId"
1873
+ "$ sfdx analytics:template:create -f folderid",
1874
+ "$ sfdx analytics:template:create -f folderid -r \"recipeid1, recipeid2\"",
1875
+ "$ sfdx analytics:template:create -f folderid -d \"datatransformid1, datatransformid2\""
1874
1876
  ],
1875
1877
  "flags": {
1876
1878
  "json": {
@@ -1916,12 +1918,51 @@
1916
1918
  "multiple": false,
1917
1919
  "type": "option"
1918
1920
  },
1919
- "assetid": {
1920
- "char": "i",
1921
- "description": "Asset ID under development.",
1922
- "name": "assetid",
1921
+ "folderid": {
1922
+ "char": "f",
1923
+ "description": "The ID of the folder that contains the template data.",
1924
+ "name": "folderid",
1923
1925
  "required": true,
1924
- "summary": "Asset ID under development",
1926
+ "summary": "folder ID",
1927
+ "hasDynamicHelp": false,
1928
+ "multiple": false,
1929
+ "type": "option"
1930
+ },
1931
+ "recipeids": {
1932
+ "char": "r",
1933
+ "description": "comma-separated list of recipe IDs to be included with the template. ",
1934
+ "name": "recipeids",
1935
+ "required": false,
1936
+ "summary": "comma-separated list of recipe IDs",
1937
+ "delimiter": ",",
1938
+ "hasDynamicHelp": false,
1939
+ "multiple": true,
1940
+ "type": "option"
1941
+ },
1942
+ "datatransformids": {
1943
+ "char": "d",
1944
+ "description": "comma-separated list of data transform IDs to be included with the template. ",
1945
+ "name": "datatransformids",
1946
+ "required": false,
1947
+ "summary": "comma-separated list of data transform IDs",
1948
+ "delimiter": ",",
1949
+ "hasDynamicHelp": false,
1950
+ "multiple": true,
1951
+ "type": "option"
1952
+ },
1953
+ "label": {
1954
+ "char": "l",
1955
+ "description": "The label for the Analytics template (defaults to the app label).",
1956
+ "name": "label",
1957
+ "summary": "template label",
1958
+ "hasDynamicHelp": false,
1959
+ "multiple": false,
1960
+ "type": "option"
1961
+ },
1962
+ "description": {
1963
+ "description": "The description for the Analytics template (defaults to the app description).",
1964
+ "name": "description",
1965
+ "summary": "template description",
1925
1966
  "hasDynamicHelp": false,
1926
1967
  "multiple": false,
1927
1968
  "type": "option"
@@ -1929,29 +1970,28 @@
1929
1970
  },
1930
1971
  "hasDynamicHelp": true,
1931
1972
  "hiddenAliases": [],
1932
- "id": "analytics:asset:publisher:create",
1973
+ "id": "analytics:template:create",
1933
1974
  "pluginAlias": "@salesforce/analytics",
1934
1975
  "pluginName": "@salesforce/analytics",
1935
1976
  "pluginType": "core",
1936
1977
  "strict": true,
1937
- "summary": "create a publisher record for the Analytics asset",
1978
+ "summary": "create Analytics templates",
1938
1979
  "enableJsonFlag": true,
1939
1980
  "isESM": true,
1940
1981
  "relativePath": [
1941
1982
  "lib",
1942
1983
  "commands",
1943
1984
  "analytics",
1944
- "asset",
1945
- "publisher",
1985
+ "template",
1946
1986
  "create.js"
1947
1987
  ]
1948
1988
  },
1949
- "analytics:asset:publisher:delete": {
1989
+ "analytics:template:delete": {
1950
1990
  "aliases": [],
1951
1991
  "args": {},
1952
- "description": "Delete a Analytics asset publisher.",
1992
+ "description": "Deletes Analytics templates.",
1953
1993
  "examples": [
1954
- "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
1994
+ "$ sfdx analytics:template:delete -t templateid"
1955
1995
  ],
1956
1996
  "flags": {
1957
1997
  "json": {
@@ -1997,52 +2037,64 @@
1997
2037
  "multiple": false,
1998
2038
  "type": "option"
1999
2039
  },
2000
- "id": {
2001
- "char": "i",
2002
- "description": "Asset Publisher ID under development.",
2003
- "name": "id",
2040
+ "templateid": {
2041
+ "char": "t",
2042
+ "description": "The ID of the Analytics template.",
2043
+ "name": "templateid",
2004
2044
  "required": true,
2005
- "summary": "Asset Publisher ID under development",
2045
+ "summary": "template ID",
2006
2046
  "hasDynamicHelp": false,
2007
2047
  "multiple": false,
2008
2048
  "type": "option"
2009
2049
  },
2010
- "assetid": {
2011
- "char": "a",
2012
- "description": "Asset ID under development.",
2013
- "name": "assetid",
2014
- "required": true,
2015
- "summary": "Asset ID under development",
2016
- "hasDynamicHelp": false,
2017
- "multiple": false,
2018
- "type": "option"
2050
+ "forcedelete": {
2051
+ "description": "Force deletes the Analytics template and all linked Analytics apps.",
2052
+ "name": "forcedelete",
2053
+ "summary": "force delete the Analytics template and all linked Analytics apps",
2054
+ "allowNo": false,
2055
+ "type": "boolean"
2056
+ },
2057
+ "decouple": {
2058
+ "description": "Decouple all linked Analytics apps.",
2059
+ "name": "decouple",
2060
+ "summary": "decouple all linked Analytics apps",
2061
+ "allowNo": false,
2062
+ "type": "boolean"
2063
+ },
2064
+ "noprompt": {
2065
+ "char": "p",
2066
+ "description": "Do not prompt to confirm force delete.",
2067
+ "name": "noprompt",
2068
+ "summary": "do not prompt to confirm force delete",
2069
+ "allowNo": false,
2070
+ "type": "boolean"
2019
2071
  }
2020
2072
  },
2021
2073
  "hasDynamicHelp": true,
2022
2074
  "hiddenAliases": [],
2023
- "id": "analytics:asset:publisher:delete",
2075
+ "id": "analytics:template:delete",
2024
2076
  "pluginAlias": "@salesforce/analytics",
2025
2077
  "pluginName": "@salesforce/analytics",
2026
2078
  "pluginType": "core",
2027
2079
  "strict": true,
2028
- "summary": "delete a Analytics asset publisher",
2080
+ "summary": "delete Analytics templates",
2029
2081
  "enableJsonFlag": true,
2030
2082
  "isESM": true,
2031
2083
  "relativePath": [
2032
2084
  "lib",
2033
2085
  "commands",
2034
2086
  "analytics",
2035
- "asset",
2036
- "publisher",
2087
+ "template",
2037
2088
  "delete.js"
2038
2089
  ]
2039
2090
  },
2040
- "analytics:asset:publisher:deleteall": {
2091
+ "analytics:template:display": {
2041
2092
  "aliases": [],
2042
2093
  "args": {},
2043
- "description": "Deletes Analytics asset publishers.",
2094
+ "description": "Displays a Analytics template's details.",
2044
2095
  "examples": [
2045
- "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2096
+ "$ sfdx analytics:template:display -t templateid",
2097
+ "$ sfdx analytics:template:display -n templatename"
2046
2098
  ],
2047
2099
  "flags": {
2048
2100
  "json": {
@@ -2088,50 +2140,56 @@
2088
2140
  "multiple": false,
2089
2141
  "type": "option"
2090
2142
  },
2091
- "assetid": {
2092
- "char": "i",
2093
- "description": "Asset ID under development.",
2094
- "name": "assetid",
2095
- "required": true,
2096
- "summary": "Asset ID under development",
2143
+ "templateid": {
2144
+ "char": "t",
2145
+ "description": "The ID of the Analytics template.",
2146
+ "exclusive": [
2147
+ "templatename"
2148
+ ],
2149
+ "name": "templateid",
2150
+ "summary": "template ID",
2097
2151
  "hasDynamicHelp": false,
2098
2152
  "multiple": false,
2099
2153
  "type": "option"
2100
2154
  },
2101
- "noprompt": {
2102
- "char": "p",
2103
- "description": "Do not prompt to confirm delete.",
2104
- "name": "noprompt",
2105
- "summary": "do not prompt to confirm force delete",
2106
- "allowNo": false,
2107
- "type": "boolean"
2155
+ "templatename": {
2156
+ "char": "n",
2157
+ "description": "The name of the Analytics template.",
2158
+ "exclusive": [
2159
+ "templateid"
2160
+ ],
2161
+ "name": "templatename",
2162
+ "summary": "template name",
2163
+ "hasDynamicHelp": false,
2164
+ "multiple": false,
2165
+ "type": "option"
2108
2166
  }
2109
2167
  },
2110
2168
  "hasDynamicHelp": true,
2111
2169
  "hiddenAliases": [],
2112
- "id": "analytics:asset:publisher:deleteall",
2170
+ "id": "analytics:template:display",
2113
2171
  "pluginAlias": "@salesforce/analytics",
2114
2172
  "pluginName": "@salesforce/analytics",
2115
2173
  "pluginType": "core",
2116
2174
  "strict": true,
2117
- "summary": "delete Analytics asset publishers",
2175
+ "summary": "displays a Analytics template's details",
2118
2176
  "enableJsonFlag": true,
2119
2177
  "isESM": true,
2120
2178
  "relativePath": [
2121
2179
  "lib",
2122
2180
  "commands",
2123
2181
  "analytics",
2124
- "asset",
2125
- "publisher",
2126
- "deleteall.js"
2182
+ "template",
2183
+ "display.js"
2127
2184
  ]
2128
2185
  },
2129
- "analytics:asset:publisher:list": {
2186
+ "analytics:template:lint": {
2130
2187
  "aliases": [],
2131
2188
  "args": {},
2132
- "description": "Lists Analytics asset publishers.",
2189
+ "description": "Performs a Lint check on an Analytics template.",
2133
2190
  "examples": [
2134
- "$ sfdx analytics:asset:publisher:list -i assetId"
2191
+ "$ sfdx analytics:template:lint -t templateId",
2192
+ "sfdx analytics:template:lint -n templateApiName"
2135
2193
  ],
2136
2194
  "flags": {
2137
2195
  "json": {
@@ -2177,12 +2235,26 @@
2177
2235
  "multiple": false,
2178
2236
  "type": "option"
2179
2237
  },
2180
- "assetid": {
2181
- "char": "i",
2182
- "description": "Asset ID under development.",
2183
- "name": "assetid",
2184
- "required": true,
2185
- "summary": "Asset ID under development",
2238
+ "templateid": {
2239
+ "char": "t",
2240
+ "description": "The ID of the Analytics template.",
2241
+ "exclusive": [
2242
+ "templatename"
2243
+ ],
2244
+ "name": "templateid",
2245
+ "summary": "template ID",
2246
+ "hasDynamicHelp": false,
2247
+ "multiple": false,
2248
+ "type": "option"
2249
+ },
2250
+ "templatename": {
2251
+ "char": "n",
2252
+ "description": "The name of the Analytics template.",
2253
+ "exclusive": [
2254
+ "templateid"
2255
+ ],
2256
+ "name": "templatename",
2257
+ "summary": "template name",
2186
2258
  "hasDynamicHelp": false,
2187
2259
  "multiple": false,
2188
2260
  "type": "option"
@@ -2190,31 +2262,30 @@
2190
2262
  },
2191
2263
  "hasDynamicHelp": true,
2192
2264
  "hiddenAliases": [],
2193
- "id": "analytics:asset:publisher:list",
2265
+ "id": "analytics:template:lint",
2194
2266
  "pluginAlias": "@salesforce/analytics",
2195
2267
  "pluginName": "@salesforce/analytics",
2196
2268
  "pluginType": "core",
2197
2269
  "strict": true,
2198
- "summary": "list Analytics asset publishers",
2270
+ "summary": "performs a Lint check on an Analytics template",
2199
2271
  "enableJsonFlag": true,
2200
2272
  "isESM": true,
2201
2273
  "relativePath": [
2202
2274
  "lib",
2203
2275
  "commands",
2204
2276
  "analytics",
2205
- "asset",
2206
- "publisher",
2207
- "list.js"
2277
+ "template",
2278
+ "lint.js"
2208
2279
  ]
2209
2280
  },
2210
- "analytics:template:create": {
2281
+ "analytics:template:list": {
2211
2282
  "aliases": [],
2212
2283
  "args": {},
2213
- "description": "Creates Analytics templates.",
2284
+ "description": "Lists Analytics templates in the specified folder or target org.",
2214
2285
  "examples": [
2215
- "$ sfdx analytics:template:create -f folderid",
2216
- "$ sfdx analytics:template:create -f folderid -r \"recipeid1, recipeid2\"",
2217
- "$ sfdx analytics:template:create -f folderid -d \"datatransformid1, datatransformid2\""
2286
+ "$ sfdx analytics:template:list",
2287
+ "$ sfdx analytics:template:list --includembeddedtemplates",
2288
+ "$ sfdx analytics:template:list --includesalesforcetemplates"
2218
2289
  ],
2219
2290
  "flags": {
2220
2291
  "json": {
@@ -2260,64 +2331,31 @@
2260
2331
  "multiple": false,
2261
2332
  "type": "option"
2262
2333
  },
2263
- "folderid": {
2264
- "char": "f",
2265
- "description": "The ID of the folder that contains the template data.",
2266
- "name": "folderid",
2267
- "required": true,
2268
- "summary": "folder ID",
2269
- "hasDynamicHelp": false,
2270
- "multiple": false,
2271
- "type": "option"
2272
- },
2273
- "recipeids": {
2274
- "char": "r",
2275
- "description": "comma-separated list of recipe IDs to be included with the template. ",
2276
- "name": "recipeids",
2277
- "required": false,
2278
- "summary": "comma-separated list of recipe IDs",
2279
- "delimiter": ",",
2280
- "hasDynamicHelp": false,
2281
- "multiple": true,
2282
- "type": "option"
2283
- },
2284
- "datatransformids": {
2285
- "char": "d",
2286
- "description": "comma-separated list of data transform IDs to be included with the template. ",
2287
- "name": "datatransformids",
2288
- "required": false,
2289
- "summary": "comma-separated list of data transform IDs",
2290
- "delimiter": ",",
2291
- "hasDynamicHelp": false,
2292
- "multiple": true,
2293
- "type": "option"
2294
- },
2295
- "label": {
2296
- "char": "l",
2297
- "description": "The label for the Analytics template (defaults to the app label).",
2298
- "name": "label",
2299
- "summary": "template label",
2300
- "hasDynamicHelp": false,
2301
- "multiple": false,
2302
- "type": "option"
2334
+ "includesalesforcetemplates": {
2335
+ "char": "a",
2336
+ "description": "Include Salesforce templates.",
2337
+ "name": "includesalesforcetemplates",
2338
+ "summary": "include salesforce templates",
2339
+ "allowNo": false,
2340
+ "type": "boolean"
2303
2341
  },
2304
- "description": {
2305
- "description": "The description for the Analytics template (defaults to the app description).",
2306
- "name": "description",
2307
- "summary": "template description",
2308
- "hasDynamicHelp": false,
2309
- "multiple": false,
2310
- "type": "option"
2342
+ "includembeddedtemplates": {
2343
+ "char": "e",
2344
+ "description": "Include EmbeddedApp templates.",
2345
+ "name": "includembeddedtemplates",
2346
+ "summary": "include EmbeddedApp templates",
2347
+ "allowNo": false,
2348
+ "type": "boolean"
2311
2349
  }
2312
2350
  },
2313
2351
  "hasDynamicHelp": true,
2314
2352
  "hiddenAliases": [],
2315
- "id": "analytics:template:create",
2353
+ "id": "analytics:template:list",
2316
2354
  "pluginAlias": "@salesforce/analytics",
2317
2355
  "pluginName": "@salesforce/analytics",
2318
2356
  "pluginType": "core",
2319
2357
  "strict": true,
2320
- "summary": "create Analytics templates",
2358
+ "summary": "list Analytics templates",
2321
2359
  "enableJsonFlag": true,
2322
2360
  "isESM": true,
2323
2361
  "relativePath": [
@@ -2325,15 +2363,17 @@
2325
2363
  "commands",
2326
2364
  "analytics",
2327
2365
  "template",
2328
- "create.js"
2366
+ "list.js"
2329
2367
  ]
2330
2368
  },
2331
- "analytics:template:delete": {
2369
+ "analytics:template:update": {
2332
2370
  "aliases": [],
2333
2371
  "args": {},
2334
- "description": "Deletes Analytics templates.",
2372
+ "description": "Updates Analytics templates.",
2335
2373
  "examples": [
2336
- "$ sfdx analytics:template:delete -t templateid"
2374
+ "$ sfdx analytics:template:update -t templateid -f folderid",
2375
+ "$ sfdx analytics:template:update -t templateid -f folderid -r \"recipeid1, recipeid2\"",
2376
+ "$ sfdx analytics:template:update -f templateid -f folderid -d \"datatransformid1, datatransformid2\""
2337
2377
  ],
2338
2378
  "flags": {
2339
2379
  "json": {
@@ -2382,44 +2422,76 @@
2382
2422
  "templateid": {
2383
2423
  "char": "t",
2384
2424
  "description": "The ID of the Analytics template.",
2425
+ "exclusive": [
2426
+ "templatename"
2427
+ ],
2385
2428
  "name": "templateid",
2386
- "required": true,
2387
2429
  "summary": "template ID",
2388
2430
  "hasDynamicHelp": false,
2389
2431
  "multiple": false,
2390
2432
  "type": "option"
2391
2433
  },
2392
- "forcedelete": {
2393
- "description": "Force deletes the Analytics template and all linked Analytics apps.",
2394
- "name": "forcedelete",
2395
- "summary": "force delete the Analytics template and all linked Analytics apps",
2396
- "allowNo": false,
2397
- "type": "boolean"
2434
+ "templatename": {
2435
+ "char": "n",
2436
+ "description": "The name of the Analytics template.",
2437
+ "exclusive": [
2438
+ "templateid"
2439
+ ],
2440
+ "name": "templatename",
2441
+ "summary": "template name",
2442
+ "hasDynamicHelp": false,
2443
+ "multiple": false,
2444
+ "type": "option"
2398
2445
  },
2399
- "decouple": {
2400
- "description": "Decouple all linked Analytics apps.",
2401
- "name": "decouple",
2402
- "summary": "decouple all linked Analytics apps",
2403
- "allowNo": false,
2404
- "type": "boolean"
2446
+ "folderid": {
2447
+ "char": "f",
2448
+ "description": "The ID of the folder that contains the template data.",
2449
+ "name": "folderid",
2450
+ "summary": "folder ID",
2451
+ "hasDynamicHelp": false,
2452
+ "multiple": false,
2453
+ "type": "option"
2405
2454
  },
2406
- "noprompt": {
2407
- "char": "p",
2408
- "description": "Do not prompt to confirm force delete.",
2409
- "name": "noprompt",
2410
- "summary": "do not prompt to confirm force delete",
2411
- "allowNo": false,
2412
- "type": "boolean"
2455
+ "recipeids": {
2456
+ "char": "r",
2457
+ "description": "comma-separated list of recipe IDs to be included with the template. ",
2458
+ "name": "recipeids",
2459
+ "required": false,
2460
+ "summary": "comma-separated list of recipe IDs",
2461
+ "delimiter": ",",
2462
+ "hasDynamicHelp": false,
2463
+ "multiple": true,
2464
+ "type": "option"
2465
+ },
2466
+ "datatransformids": {
2467
+ "char": "d",
2468
+ "description": "comma-separated list of data transform IDs to be included with the template. ",
2469
+ "name": "datatransformids",
2470
+ "required": false,
2471
+ "summary": "comma-separated list of data transform IDs",
2472
+ "delimiter": ",",
2473
+ "hasDynamicHelp": false,
2474
+ "multiple": true,
2475
+ "type": "option"
2476
+ },
2477
+ "assetversion": {
2478
+ "char": "v",
2479
+ "description": "Version number for upgrading the template.",
2480
+ "name": "assetversion",
2481
+ "summary": "version number for upgrading the template (available in api version 54.0)",
2482
+ "hasDynamicHelp": false,
2483
+ "multiple": false,
2484
+ "type": "option"
2413
2485
  }
2414
2486
  },
2415
2487
  "hasDynamicHelp": true,
2416
2488
  "hiddenAliases": [],
2417
- "id": "analytics:template:delete",
2489
+ "id": "analytics:template:update",
2418
2490
  "pluginAlias": "@salesforce/analytics",
2419
2491
  "pluginName": "@salesforce/analytics",
2420
2492
  "pluginType": "core",
2421
2493
  "strict": true,
2422
- "summary": "delete Analytics templates",
2494
+ "summary": "update Analytics templates",
2423
2495
  "enableJsonFlag": true,
2424
2496
  "isESM": true,
2425
2497
  "relativePath": [
@@ -2427,16 +2499,16 @@
2427
2499
  "commands",
2428
2500
  "analytics",
2429
2501
  "template",
2430
- "delete.js"
2502
+ "update.js"
2431
2503
  ]
2432
2504
  },
2433
- "analytics:template:display": {
2505
+ "analytics:template:validate": {
2434
2506
  "aliases": [],
2435
2507
  "args": {},
2436
- "description": "Displays a Analytics template's details.",
2508
+ "description": "Performs an org-readiness check for an Analytics template.",
2437
2509
  "examples": [
2438
- "$ sfdx analytics:template:display -t templateid",
2439
- "$ sfdx analytics:template:display -n templatename"
2510
+ "$ sfdx analytics:template:validate -t templateId",
2511
+ "sfdx analytics:template:validate -n templateApiName"
2440
2512
  ],
2441
2513
  "flags": {
2442
2514
  "json": {
@@ -2505,16 +2577,25 @@
2505
2577
  "hasDynamicHelp": false,
2506
2578
  "multiple": false,
2507
2579
  "type": "option"
2580
+ },
2581
+ "valuesfile": {
2582
+ "char": "f",
2583
+ "description": "Org readiness variable values to override defaults.",
2584
+ "name": "valuesfile",
2585
+ "summary": "org readiness variable values to override defaults",
2586
+ "hasDynamicHelp": false,
2587
+ "multiple": false,
2588
+ "type": "option"
2508
2589
  }
2509
2590
  },
2510
2591
  "hasDynamicHelp": true,
2511
2592
  "hiddenAliases": [],
2512
- "id": "analytics:template:display",
2593
+ "id": "analytics:template:validate",
2513
2594
  "pluginAlias": "@salesforce/analytics",
2514
2595
  "pluginName": "@salesforce/analytics",
2515
2596
  "pluginType": "core",
2516
2597
  "strict": true,
2517
- "summary": "displays a Analytics template's details",
2598
+ "summary": "performs an org-readiness check for an Analytics template",
2518
2599
  "enableJsonFlag": true,
2519
2600
  "isESM": true,
2520
2601
  "relativePath": [
@@ -2522,16 +2603,15 @@
2522
2603
  "commands",
2523
2604
  "analytics",
2524
2605
  "template",
2525
- "display.js"
2606
+ "validate.js"
2526
2607
  ]
2527
2608
  },
2528
- "analytics:template:lint": {
2609
+ "analytics:asset:publisher:create": {
2529
2610
  "aliases": [],
2530
2611
  "args": {},
2531
- "description": "Performs a Lint check on an Analytics template.",
2612
+ "description": "Create a publisher record for the Analytics asset.",
2532
2613
  "examples": [
2533
- "$ sfdx analytics:template:lint -t templateId",
2534
- "sfdx analytics:template:lint -n templateApiName"
2614
+ "$ sfdx analytics:asset:publisher:create -i assetId"
2535
2615
  ],
2536
2616
  "flags": {
2537
2617
  "json": {
@@ -2577,26 +2657,12 @@
2577
2657
  "multiple": false,
2578
2658
  "type": "option"
2579
2659
  },
2580
- "templateid": {
2581
- "char": "t",
2582
- "description": "The ID of the Analytics template.",
2583
- "exclusive": [
2584
- "templatename"
2585
- ],
2586
- "name": "templateid",
2587
- "summary": "template ID",
2588
- "hasDynamicHelp": false,
2589
- "multiple": false,
2590
- "type": "option"
2591
- },
2592
- "templatename": {
2593
- "char": "n",
2594
- "description": "The name of the Analytics template.",
2595
- "exclusive": [
2596
- "templateid"
2597
- ],
2598
- "name": "templatename",
2599
- "summary": "template name",
2660
+ "assetid": {
2661
+ "char": "i",
2662
+ "description": "Asset ID under development.",
2663
+ "name": "assetid",
2664
+ "required": true,
2665
+ "summary": "Asset ID under development",
2600
2666
  "hasDynamicHelp": false,
2601
2667
  "multiple": false,
2602
2668
  "type": "option"
@@ -2604,30 +2670,29 @@
2604
2670
  },
2605
2671
  "hasDynamicHelp": true,
2606
2672
  "hiddenAliases": [],
2607
- "id": "analytics:template:lint",
2673
+ "id": "analytics:asset:publisher:create",
2608
2674
  "pluginAlias": "@salesforce/analytics",
2609
2675
  "pluginName": "@salesforce/analytics",
2610
2676
  "pluginType": "core",
2611
2677
  "strict": true,
2612
- "summary": "performs a Lint check on an Analytics template",
2678
+ "summary": "create a publisher record for the Analytics asset",
2613
2679
  "enableJsonFlag": true,
2614
2680
  "isESM": true,
2615
2681
  "relativePath": [
2616
2682
  "lib",
2617
2683
  "commands",
2618
2684
  "analytics",
2619
- "template",
2620
- "lint.js"
2685
+ "asset",
2686
+ "publisher",
2687
+ "create.js"
2621
2688
  ]
2622
2689
  },
2623
- "analytics:template:list": {
2690
+ "analytics:asset:publisher:delete": {
2624
2691
  "aliases": [],
2625
2692
  "args": {},
2626
- "description": "Lists Analytics templates in the specified folder or target org.",
2693
+ "description": "Delete a Analytics asset publisher.",
2627
2694
  "examples": [
2628
- "$ sfdx analytics:template:list",
2629
- "$ sfdx analytics:template:list --includembeddedtemplates",
2630
- "$ sfdx analytics:template:list --includesalesforcetemplates"
2695
+ "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
2631
2696
  ],
2632
2697
  "flags": {
2633
2698
  "json": {
@@ -2673,49 +2738,52 @@
2673
2738
  "multiple": false,
2674
2739
  "type": "option"
2675
2740
  },
2676
- "includesalesforcetemplates": {
2677
- "char": "a",
2678
- "description": "Include Salesforce templates.",
2679
- "name": "includesalesforcetemplates",
2680
- "summary": "include salesforce templates",
2681
- "allowNo": false,
2682
- "type": "boolean"
2741
+ "id": {
2742
+ "char": "i",
2743
+ "description": "Asset Publisher ID under development.",
2744
+ "name": "id",
2745
+ "required": true,
2746
+ "summary": "Asset Publisher ID under development",
2747
+ "hasDynamicHelp": false,
2748
+ "multiple": false,
2749
+ "type": "option"
2683
2750
  },
2684
- "includembeddedtemplates": {
2685
- "char": "e",
2686
- "description": "Include EmbeddedApp templates.",
2687
- "name": "includembeddedtemplates",
2688
- "summary": "include EmbeddedApp templates",
2689
- "allowNo": false,
2690
- "type": "boolean"
2751
+ "assetid": {
2752
+ "char": "a",
2753
+ "description": "Asset ID under development.",
2754
+ "name": "assetid",
2755
+ "required": true,
2756
+ "summary": "Asset ID under development",
2757
+ "hasDynamicHelp": false,
2758
+ "multiple": false,
2759
+ "type": "option"
2691
2760
  }
2692
2761
  },
2693
2762
  "hasDynamicHelp": true,
2694
2763
  "hiddenAliases": [],
2695
- "id": "analytics:template:list",
2764
+ "id": "analytics:asset:publisher:delete",
2696
2765
  "pluginAlias": "@salesforce/analytics",
2697
2766
  "pluginName": "@salesforce/analytics",
2698
2767
  "pluginType": "core",
2699
2768
  "strict": true,
2700
- "summary": "list Analytics templates",
2769
+ "summary": "delete a Analytics asset publisher",
2701
2770
  "enableJsonFlag": true,
2702
2771
  "isESM": true,
2703
2772
  "relativePath": [
2704
2773
  "lib",
2705
2774
  "commands",
2706
2775
  "analytics",
2707
- "template",
2708
- "list.js"
2776
+ "asset",
2777
+ "publisher",
2778
+ "delete.js"
2709
2779
  ]
2710
2780
  },
2711
- "analytics:template:update": {
2781
+ "analytics:asset:publisher:deleteall": {
2712
2782
  "aliases": [],
2713
2783
  "args": {},
2714
- "description": "Updates Analytics templates.",
2784
+ "description": "Deletes Analytics asset publishers.",
2715
2785
  "examples": [
2716
- "$ sfdx analytics:template:update -t templateid -f folderid",
2717
- "$ sfdx analytics:template:update -t templateid -f folderid -r \"recipeid1, recipeid2\"",
2718
- "$ sfdx analytics:template:update -f templateid -f folderid -d \"datatransformid1, datatransformid2\""
2786
+ "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2719
2787
  ],
2720
2788
  "flags": {
2721
2789
  "json": {
@@ -2759,98 +2827,52 @@
2759
2827
  "name": "api-version",
2760
2828
  "hasDynamicHelp": false,
2761
2829
  "multiple": false,
2762
- "type": "option"
2763
- },
2764
- "templateid": {
2765
- "char": "t",
2766
- "description": "The ID of the Analytics template.",
2767
- "exclusive": [
2768
- "templatename"
2769
- ],
2770
- "name": "templateid",
2771
- "summary": "template ID",
2772
- "hasDynamicHelp": false,
2773
- "multiple": false,
2774
- "type": "option"
2775
- },
2776
- "templatename": {
2777
- "char": "n",
2778
- "description": "The name of the Analytics template.",
2779
- "exclusive": [
2780
- "templateid"
2781
- ],
2782
- "name": "templatename",
2783
- "summary": "template name",
2784
- "hasDynamicHelp": false,
2785
- "multiple": false,
2786
- "type": "option"
2787
- },
2788
- "folderid": {
2789
- "char": "f",
2790
- "description": "The ID of the folder that contains the template data.",
2791
- "name": "folderid",
2792
- "summary": "folder ID",
2793
- "hasDynamicHelp": false,
2794
- "multiple": false,
2795
- "type": "option"
2796
- },
2797
- "recipeids": {
2798
- "char": "r",
2799
- "description": "comma-separated list of recipe IDs to be included with the template. ",
2800
- "name": "recipeids",
2801
- "required": false,
2802
- "summary": "comma-separated list of recipe IDs",
2803
- "delimiter": ",",
2804
- "hasDynamicHelp": false,
2805
- "multiple": true,
2806
- "type": "option"
2807
- },
2808
- "datatransformids": {
2809
- "char": "d",
2810
- "description": "comma-separated list of data transform IDs to be included with the template. ",
2811
- "name": "datatransformids",
2812
- "required": false,
2813
- "summary": "comma-separated list of data transform IDs",
2814
- "delimiter": ",",
2815
- "hasDynamicHelp": false,
2816
- "multiple": true,
2817
- "type": "option"
2818
- },
2819
- "assetversion": {
2820
- "char": "v",
2821
- "description": "Version number for upgrading the template.",
2822
- "name": "assetversion",
2823
- "summary": "version number for upgrading the template (available in api version 54.0)",
2830
+ "type": "option"
2831
+ },
2832
+ "assetid": {
2833
+ "char": "i",
2834
+ "description": "Asset ID under development.",
2835
+ "name": "assetid",
2836
+ "required": true,
2837
+ "summary": "Asset ID under development",
2824
2838
  "hasDynamicHelp": false,
2825
2839
  "multiple": false,
2826
2840
  "type": "option"
2841
+ },
2842
+ "noprompt": {
2843
+ "char": "p",
2844
+ "description": "Do not prompt to confirm delete.",
2845
+ "name": "noprompt",
2846
+ "summary": "do not prompt to confirm force delete",
2847
+ "allowNo": false,
2848
+ "type": "boolean"
2827
2849
  }
2828
2850
  },
2829
2851
  "hasDynamicHelp": true,
2830
2852
  "hiddenAliases": [],
2831
- "id": "analytics:template:update",
2853
+ "id": "analytics:asset:publisher:deleteall",
2832
2854
  "pluginAlias": "@salesforce/analytics",
2833
2855
  "pluginName": "@salesforce/analytics",
2834
2856
  "pluginType": "core",
2835
2857
  "strict": true,
2836
- "summary": "update Analytics templates",
2858
+ "summary": "delete Analytics asset publishers",
2837
2859
  "enableJsonFlag": true,
2838
2860
  "isESM": true,
2839
2861
  "relativePath": [
2840
2862
  "lib",
2841
2863
  "commands",
2842
2864
  "analytics",
2843
- "template",
2844
- "update.js"
2865
+ "asset",
2866
+ "publisher",
2867
+ "deleteall.js"
2845
2868
  ]
2846
2869
  },
2847
- "analytics:template:validate": {
2870
+ "analytics:asset:publisher:list": {
2848
2871
  "aliases": [],
2849
2872
  "args": {},
2850
- "description": "Performs an org-readiness check for an Analytics template.",
2873
+ "description": "Lists Analytics asset publishers.",
2851
2874
  "examples": [
2852
- "$ sfdx analytics:template:validate -t templateId",
2853
- "sfdx analytics:template:validate -n templateApiName"
2875
+ "$ sfdx analytics:asset:publisher:list -i assetId"
2854
2876
  ],
2855
2877
  "flags": {
2856
2878
  "json": {
@@ -2896,35 +2918,12 @@
2896
2918
  "multiple": false,
2897
2919
  "type": "option"
2898
2920
  },
2899
- "templateid": {
2900
- "char": "t",
2901
- "description": "The ID of the Analytics template.",
2902
- "exclusive": [
2903
- "templatename"
2904
- ],
2905
- "name": "templateid",
2906
- "summary": "template ID",
2907
- "hasDynamicHelp": false,
2908
- "multiple": false,
2909
- "type": "option"
2910
- },
2911
- "templatename": {
2912
- "char": "n",
2913
- "description": "The name of the Analytics template.",
2914
- "exclusive": [
2915
- "templateid"
2916
- ],
2917
- "name": "templatename",
2918
- "summary": "template name",
2919
- "hasDynamicHelp": false,
2920
- "multiple": false,
2921
- "type": "option"
2922
- },
2923
- "valuesfile": {
2924
- "char": "f",
2925
- "description": "Org readiness variable values to override defaults.",
2926
- "name": "valuesfile",
2927
- "summary": "org readiness variable values to override defaults",
2921
+ "assetid": {
2922
+ "char": "i",
2923
+ "description": "Asset ID under development.",
2924
+ "name": "assetid",
2925
+ "required": true,
2926
+ "summary": "Asset ID under development",
2928
2927
  "hasDynamicHelp": false,
2929
2928
  "multiple": false,
2930
2929
  "type": "option"
@@ -2932,20 +2931,21 @@
2932
2931
  },
2933
2932
  "hasDynamicHelp": true,
2934
2933
  "hiddenAliases": [],
2935
- "id": "analytics:template:validate",
2934
+ "id": "analytics:asset:publisher:list",
2936
2935
  "pluginAlias": "@salesforce/analytics",
2937
2936
  "pluginName": "@salesforce/analytics",
2938
2937
  "pluginType": "core",
2939
2938
  "strict": true,
2940
- "summary": "performs an org-readiness check for an Analytics template",
2939
+ "summary": "list Analytics asset publishers",
2941
2940
  "enableJsonFlag": true,
2942
2941
  "isESM": true,
2943
2942
  "relativePath": [
2944
2943
  "lib",
2945
2944
  "commands",
2946
2945
  "analytics",
2947
- "template",
2948
- "validate.js"
2946
+ "asset",
2947
+ "publisher",
2948
+ "list.js"
2949
2949
  ]
2950
2950
  },
2951
2951
  "analytics:autoinstall:app:cancel": {
@@ -4054,12 +4054,13 @@
4054
4054
  "stop.js"
4055
4055
  ]
4056
4056
  },
4057
- "analytics:lens:history:list": {
4057
+ "analytics:dataset:rows:fetch": {
4058
4058
  "aliases": [],
4059
4059
  "args": {},
4060
- "description": "Lists history records for Analytics lenses in the specified target org.",
4060
+ "description": "fetch the rows of a Analytics dataset.",
4061
4061
  "examples": [
4062
- "$ sfdx analytics:lens:history:list --lensid <lensid> "
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
- "lensid": {
4109
+ "datasetid": {
4109
4110
  "char": "i",
4110
- "description": "The ID of the lens to show history records.",
4111
- "name": "lensid",
4112
- "required": true,
4113
- "summary": "lens ID",
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:lens:history:list",
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": "list history records for Analytics lenses",
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
- "lens",
4134
- "history",
4135
- "list.js"
4178
+ "dataset",
4179
+ "rows",
4180
+ "fetch.js"
4136
4181
  ]
4137
4182
  },
4138
- "analytics:lens:history:revert": {
4183
+ "analytics:lens:history:list": {
4139
4184
  "aliases": [],
4140
4185
  "args": {},
4141
- "description": "Revert to a specified history record.",
4186
+ "description": "Lists history records for Analytics lenses in the specified target org.",
4142
4187
  "examples": [
4143
- "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
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 dashboard to show history records.",
4236
+ "description": "The ID of the lens to show history records.",
4192
4237
  "name": "lensid",
4193
4238
  "required": true,
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",
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:revert",
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": "revert to specified history record",
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
- "revert.js"
4261
+ "list.js"
4236
4262
  ]
4237
4263
  },
4238
- "analytics:dataset:rows:fetch": {
4264
+ "analytics:lens:history:revert": {
4239
4265
  "aliases": [],
4240
4266
  "args": {},
4241
- "description": "fetch the rows of a Analytics dataset.",
4267
+ "description": "Revert to a specified history record.",
4242
4268
  "examples": [
4243
- "$ sfdx analytics:dataset:rows:fetch -i datasetId",
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
- "datasetid": {
4315
+ "lensid": {
4291
4316
  "char": "i",
4292
- "description": "Dataset ID.",
4293
- "exclusive": [
4294
- "datasetname"
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
- "limit": {
4315
- "description": "The maximum number of rows to include.",
4316
- "name": "limit",
4317
- "summary": "maximum number of rows to include",
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
- "resultformat": {
4323
- "char": "r",
4324
- "description": "Result format emitted to stdout.",
4325
- "name": "resultformat",
4326
- "summary": "result format emitted to stdout",
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:dataset:rows:fetch",
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": "fetch the rows of a Analytics dataset",
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
- "dataset",
4360
- "rows",
4361
- "fetch.js"
4359
+ "lens",
4360
+ "history",
4361
+ "revert.js"
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.31"
4365
+ "version": "1.4.33"
4366
4366
  }