@salesforce/analytics 1.4.30 → 1.4.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1232,13 +1232,12 @@
1232
1232
  "update.js"
1233
1233
  ]
1234
1234
  },
1235
- "analytics:dataset:display": {
1235
+ "analytics:dataflow:list": {
1236
1236
  "aliases": [],
1237
1237
  "args": {},
1238
- "description": "Displays a Analytics dataset's details.",
1238
+ "description": "Lists Analytics dataflows in the specified target org.",
1239
1239
  "examples": [
1240
- "$ sfdx analytics:dataset:display -i datasetId",
1241
- "$ sfdx analytics:dataset:display -n datasetApiName"
1240
+ "$ sfdx analytics:dataflow:list"
1242
1241
  ],
1243
1242
  "flags": {
1244
1243
  "json": {
@@ -1283,27 +1282,83 @@
1283
1282
  "hasDynamicHelp": false,
1284
1283
  "multiple": false,
1285
1284
  "type": "option"
1285
+ }
1286
+ },
1287
+ "hasDynamicHelp": true,
1288
+ "hiddenAliases": [],
1289
+ "id": "analytics:dataflow:list",
1290
+ "pluginAlias": "@salesforce/analytics",
1291
+ "pluginName": "@salesforce/analytics",
1292
+ "pluginType": "core",
1293
+ "strict": true,
1294
+ "summary": "list Analytics dataflows",
1295
+ "enableJsonFlag": true,
1296
+ "isESM": true,
1297
+ "relativePath": [
1298
+ "lib",
1299
+ "commands",
1300
+ "analytics",
1301
+ "dataflow",
1302
+ "list.js"
1303
+ ]
1304
+ },
1305
+ "analytics:dataflow:start": {
1306
+ "aliases": [],
1307
+ "args": {},
1308
+ "description": "Start an Analytics dataflow in the specified target org.",
1309
+ "examples": [
1310
+ "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1311
+ ],
1312
+ "flags": {
1313
+ "json": {
1314
+ "description": "Format output as json.",
1315
+ "helpGroup": "GLOBAL",
1316
+ "name": "json",
1317
+ "allowNo": false,
1318
+ "type": "boolean"
1286
1319
  },
1287
- "datasetid": {
1288
- "char": "i",
1289
- "description": "Dataset ID.",
1290
- "exclusive": [
1291
- "datasetname"
1292
- ],
1293
- "name": "datasetid",
1294
- "summary": "dataset ID",
1320
+ "loglevel": {
1321
+ "deprecated": {
1322
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1323
+ },
1324
+ "hidden": true,
1325
+ "name": "loglevel",
1295
1326
  "hasDynamicHelp": false,
1296
1327
  "multiple": false,
1297
1328
  "type": "option"
1298
1329
  },
1299
- "datasetname": {
1300
- "char": "n",
1301
- "description": "Dataset api name.",
1302
- "exclusive": [
1303
- "datasetid"
1330
+ "target-org": {
1331
+ "aliases": [
1332
+ "targetusername",
1333
+ "u"
1304
1334
  ],
1305
- "name": "datasetname",
1306
- "summary": "dataset api name",
1335
+ "char": "o",
1336
+ "deprecateAliases": true,
1337
+ "name": "target-org",
1338
+ "noCacheDefault": true,
1339
+ "required": true,
1340
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1341
+ "hasDynamicHelp": true,
1342
+ "multiple": false,
1343
+ "type": "option"
1344
+ },
1345
+ "api-version": {
1346
+ "aliases": [
1347
+ "apiversion"
1348
+ ],
1349
+ "deprecateAliases": true,
1350
+ "description": "Override the api version used for api requests made by this command",
1351
+ "name": "api-version",
1352
+ "hasDynamicHelp": false,
1353
+ "multiple": false,
1354
+ "type": "option"
1355
+ },
1356
+ "dataflowid": {
1357
+ "char": "i",
1358
+ "description": "The ID of the dataflow to update.",
1359
+ "name": "dataflowid",
1360
+ "required": true,
1361
+ "summary": "dataflow ID",
1307
1362
  "hasDynamicHelp": false,
1308
1363
  "multiple": false,
1309
1364
  "type": "option"
@@ -1311,28 +1366,28 @@
1311
1366
  },
1312
1367
  "hasDynamicHelp": true,
1313
1368
  "hiddenAliases": [],
1314
- "id": "analytics:dataset:display",
1369
+ "id": "analytics:dataflow:start",
1315
1370
  "pluginAlias": "@salesforce/analytics",
1316
1371
  "pluginName": "@salesforce/analytics",
1317
1372
  "pluginType": "core",
1318
1373
  "strict": true,
1319
- "summary": "displays a Analytics dataset's details",
1374
+ "summary": "start Analytics dataflows",
1320
1375
  "enableJsonFlag": true,
1321
1376
  "isESM": true,
1322
1377
  "relativePath": [
1323
1378
  "lib",
1324
1379
  "commands",
1325
1380
  "analytics",
1326
- "dataset",
1327
- "display.js"
1381
+ "dataflow",
1382
+ "start.js"
1328
1383
  ]
1329
1384
  },
1330
- "analytics:dataset:list": {
1385
+ "analytics:dataflow:update": {
1331
1386
  "aliases": [],
1332
1387
  "args": {},
1333
- "description": "Lists Analytics datasets in the specified target org.",
1388
+ "description": "Update an Analytics dataflow in the specified target org.",
1334
1389
  "examples": [
1335
- "$ sfdx analytics:dataset:list"
1390
+ "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1336
1391
  ],
1337
1392
  "flags": {
1338
1393
  "json": {
@@ -1377,24 +1432,52 @@
1377
1432
  "hasDynamicHelp": false,
1378
1433
  "multiple": false,
1379
1434
  "type": "option"
1435
+ },
1436
+ "dataflowid": {
1437
+ "char": "i",
1438
+ "description": "The ID of the dataflow to update.",
1439
+ "name": "dataflowid",
1440
+ "required": true,
1441
+ "summary": "dataflow ID",
1442
+ "hasDynamicHelp": false,
1443
+ "multiple": false,
1444
+ "type": "option"
1445
+ },
1446
+ "dataflowfile": {
1447
+ "char": "f",
1448
+ "description": "The JSON of the dataflow to update.",
1449
+ "name": "dataflowfile",
1450
+ "summary": "dataflow JSON file",
1451
+ "hasDynamicHelp": false,
1452
+ "multiple": false,
1453
+ "type": "option"
1454
+ },
1455
+ "dataflowstr": {
1456
+ "char": "s",
1457
+ "description": "The JSON string of the dataflow to update.",
1458
+ "name": "dataflowstr",
1459
+ "summary": "dataflow JSON string",
1460
+ "hasDynamicHelp": false,
1461
+ "multiple": false,
1462
+ "type": "option"
1380
1463
  }
1381
1464
  },
1382
1465
  "hasDynamicHelp": true,
1383
1466
  "hiddenAliases": [],
1384
- "id": "analytics:dataset:list",
1467
+ "id": "analytics:dataflow:update",
1385
1468
  "pluginAlias": "@salesforce/analytics",
1386
1469
  "pluginName": "@salesforce/analytics",
1387
1470
  "pluginType": "core",
1388
1471
  "strict": true,
1389
- "summary": "list Analytics datasets",
1472
+ "summary": "update Analytics dataflow",
1390
1473
  "enableJsonFlag": true,
1391
1474
  "isESM": true,
1392
1475
  "relativePath": [
1393
1476
  "lib",
1394
1477
  "commands",
1395
1478
  "analytics",
1396
- "dataset",
1397
- "list.js"
1479
+ "dataflow",
1480
+ "update.js"
1398
1481
  ]
1399
1482
  },
1400
1483
  "analytics:lens:list": {
@@ -1617,12 +1700,13 @@
1617
1700
  "start.js"
1618
1701
  ]
1619
1702
  },
1620
- "analytics:dataflow:list": {
1703
+ "analytics:dataset:display": {
1621
1704
  "aliases": [],
1622
1705
  "args": {},
1623
- "description": "Lists Analytics dataflows in the specified target org.",
1706
+ "description": "Displays a Analytics dataset's details.",
1624
1707
  "examples": [
1625
- "$ sfdx analytics:dataflow:list"
1708
+ "$ sfdx analytics:dataset:display -i datasetId",
1709
+ "$ sfdx analytics:dataset:display -n datasetApiName"
1626
1710
  ],
1627
1711
  "flags": {
1628
1712
  "json": {
@@ -1667,32 +1751,56 @@
1667
1751
  "hasDynamicHelp": false,
1668
1752
  "multiple": false,
1669
1753
  "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"
1670
1778
  }
1671
1779
  },
1672
1780
  "hasDynamicHelp": true,
1673
1781
  "hiddenAliases": [],
1674
- "id": "analytics:dataflow:list",
1782
+ "id": "analytics:dataset:display",
1675
1783
  "pluginAlias": "@salesforce/analytics",
1676
1784
  "pluginName": "@salesforce/analytics",
1677
1785
  "pluginType": "core",
1678
1786
  "strict": true,
1679
- "summary": "list Analytics dataflows",
1787
+ "summary": "displays a Analytics dataset's details",
1680
1788
  "enableJsonFlag": true,
1681
1789
  "isESM": true,
1682
1790
  "relativePath": [
1683
1791
  "lib",
1684
1792
  "commands",
1685
1793
  "analytics",
1686
- "dataflow",
1687
- "list.js"
1794
+ "dataset",
1795
+ "display.js"
1688
1796
  ]
1689
1797
  },
1690
- "analytics:dataflow:start": {
1798
+ "analytics:dataset:list": {
1691
1799
  "aliases": [],
1692
1800
  "args": {},
1693
- "description": "Start an Analytics dataflow in the specified target org.",
1801
+ "description": "Lists Analytics datasets in the specified target org.",
1694
1802
  "examples": [
1695
- "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1803
+ "$ sfdx analytics:dataset:list"
1696
1804
  ],
1697
1805
  "flags": {
1698
1806
  "json": {
@@ -1737,42 +1845,32 @@
1737
1845
  "hasDynamicHelp": false,
1738
1846
  "multiple": false,
1739
1847
  "type": "option"
1740
- },
1741
- "dataflowid": {
1742
- "char": "i",
1743
- "description": "The ID of the dataflow to update.",
1744
- "name": "dataflowid",
1745
- "required": true,
1746
- "summary": "dataflow ID",
1747
- "hasDynamicHelp": false,
1748
- "multiple": false,
1749
- "type": "option"
1750
1848
  }
1751
1849
  },
1752
1850
  "hasDynamicHelp": true,
1753
1851
  "hiddenAliases": [],
1754
- "id": "analytics:dataflow:start",
1852
+ "id": "analytics:dataset:list",
1755
1853
  "pluginAlias": "@salesforce/analytics",
1756
1854
  "pluginName": "@salesforce/analytics",
1757
1855
  "pluginType": "core",
1758
1856
  "strict": true,
1759
- "summary": "start Analytics dataflows",
1857
+ "summary": "list Analytics datasets",
1760
1858
  "enableJsonFlag": true,
1761
1859
  "isESM": true,
1762
1860
  "relativePath": [
1763
1861
  "lib",
1764
1862
  "commands",
1765
1863
  "analytics",
1766
- "dataflow",
1767
- "start.js"
1864
+ "dataset",
1865
+ "list.js"
1768
1866
  ]
1769
1867
  },
1770
- "analytics:dataflow:update": {
1868
+ "analytics:asset:publisher:create": {
1771
1869
  "aliases": [],
1772
1870
  "args": {},
1773
- "description": "Update an Analytics dataflow in the specified target org.",
1871
+ "description": "Create a publisher record for the Analytics asset.",
1774
1872
  "examples": [
1775
- "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1873
+ "$ sfdx analytics:asset:publisher:create -i assetId"
1776
1874
  ],
1777
1875
  "flags": {
1778
1876
  "json": {
@@ -1818,30 +1916,12 @@
1818
1916
  "multiple": false,
1819
1917
  "type": "option"
1820
1918
  },
1821
- "dataflowid": {
1919
+ "assetid": {
1822
1920
  "char": "i",
1823
- "description": "The ID of the dataflow to update.",
1824
- "name": "dataflowid",
1921
+ "description": "Asset ID under development.",
1922
+ "name": "assetid",
1825
1923
  "required": true,
1826
- "summary": "dataflow ID",
1827
- "hasDynamicHelp": false,
1828
- "multiple": false,
1829
- "type": "option"
1830
- },
1831
- "dataflowfile": {
1832
- "char": "f",
1833
- "description": "The JSON of the dataflow to update.",
1834
- "name": "dataflowfile",
1835
- "summary": "dataflow JSON file",
1836
- "hasDynamicHelp": false,
1837
- "multiple": false,
1838
- "type": "option"
1839
- },
1840
- "dataflowstr": {
1841
- "char": "s",
1842
- "description": "The JSON string of the dataflow to update.",
1843
- "name": "dataflowstr",
1844
- "summary": "dataflow JSON string",
1924
+ "summary": "Asset ID under development",
1845
1925
  "hasDynamicHelp": false,
1846
1926
  "multiple": false,
1847
1927
  "type": "option"
@@ -1849,30 +1929,29 @@
1849
1929
  },
1850
1930
  "hasDynamicHelp": true,
1851
1931
  "hiddenAliases": [],
1852
- "id": "analytics:dataflow:update",
1932
+ "id": "analytics:asset:publisher:create",
1853
1933
  "pluginAlias": "@salesforce/analytics",
1854
1934
  "pluginName": "@salesforce/analytics",
1855
1935
  "pluginType": "core",
1856
1936
  "strict": true,
1857
- "summary": "update Analytics dataflow",
1937
+ "summary": "create a publisher record for the Analytics asset",
1858
1938
  "enableJsonFlag": true,
1859
1939
  "isESM": true,
1860
1940
  "relativePath": [
1861
1941
  "lib",
1862
1942
  "commands",
1863
1943
  "analytics",
1864
- "dataflow",
1865
- "update.js"
1944
+ "asset",
1945
+ "publisher",
1946
+ "create.js"
1866
1947
  ]
1867
1948
  },
1868
- "analytics:template:create": {
1949
+ "analytics:asset:publisher:delete": {
1869
1950
  "aliases": [],
1870
1951
  "args": {},
1871
- "description": "Creates Analytics templates.",
1952
+ "description": "Delete a Analytics asset publisher.",
1872
1953
  "examples": [
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\""
1954
+ "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
1876
1955
  ],
1877
1956
  "flags": {
1878
1957
  "json": {
@@ -1918,51 +1997,22 @@
1918
1997
  "multiple": false,
1919
1998
  "type": "option"
1920
1999
  },
1921
- "folderid": {
1922
- "char": "f",
1923
- "description": "The ID of the folder that contains the template data.",
1924
- "name": "folderid",
2000
+ "id": {
2001
+ "char": "i",
2002
+ "description": "Asset Publisher ID under development.",
2003
+ "name": "id",
1925
2004
  "required": true,
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",
2005
+ "summary": "Asset Publisher ID under development",
1958
2006
  "hasDynamicHelp": false,
1959
2007
  "multiple": false,
1960
2008
  "type": "option"
1961
2009
  },
1962
- "description": {
1963
- "description": "The description for the Analytics template (defaults to the app description).",
1964
- "name": "description",
1965
- "summary": "template description",
2010
+ "assetid": {
2011
+ "char": "a",
2012
+ "description": "Asset ID under development.",
2013
+ "name": "assetid",
2014
+ "required": true,
2015
+ "summary": "Asset ID under development",
1966
2016
  "hasDynamicHelp": false,
1967
2017
  "multiple": false,
1968
2018
  "type": "option"
@@ -1970,28 +2020,29 @@
1970
2020
  },
1971
2021
  "hasDynamicHelp": true,
1972
2022
  "hiddenAliases": [],
1973
- "id": "analytics:template:create",
2023
+ "id": "analytics:asset:publisher:delete",
1974
2024
  "pluginAlias": "@salesforce/analytics",
1975
2025
  "pluginName": "@salesforce/analytics",
1976
2026
  "pluginType": "core",
1977
2027
  "strict": true,
1978
- "summary": "create Analytics templates",
2028
+ "summary": "delete a Analytics asset publisher",
1979
2029
  "enableJsonFlag": true,
1980
2030
  "isESM": true,
1981
2031
  "relativePath": [
1982
2032
  "lib",
1983
2033
  "commands",
1984
2034
  "analytics",
1985
- "template",
1986
- "create.js"
2035
+ "asset",
2036
+ "publisher",
2037
+ "delete.js"
1987
2038
  ]
1988
2039
  },
1989
- "analytics:template:delete": {
2040
+ "analytics:asset:publisher:deleteall": {
1990
2041
  "aliases": [],
1991
2042
  "args": {},
1992
- "description": "Deletes Analytics templates.",
2043
+ "description": "Deletes Analytics asset publishers.",
1993
2044
  "examples": [
1994
- "$ sfdx analytics:template:delete -t templateid"
2045
+ "$ sfdx analytics:asset:publisher:deleteall -i assetId"
1995
2046
  ],
1996
2047
  "flags": {
1997
2048
  "json": {
@@ -2037,33 +2088,19 @@
2037
2088
  "multiple": false,
2038
2089
  "type": "option"
2039
2090
  },
2040
- "templateid": {
2041
- "char": "t",
2042
- "description": "The ID of the Analytics template.",
2043
- "name": "templateid",
2091
+ "assetid": {
2092
+ "char": "i",
2093
+ "description": "Asset ID under development.",
2094
+ "name": "assetid",
2044
2095
  "required": true,
2045
- "summary": "template ID",
2096
+ "summary": "Asset ID under development",
2046
2097
  "hasDynamicHelp": false,
2047
2098
  "multiple": false,
2048
2099
  "type": "option"
2049
2100
  },
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
2101
  "noprompt": {
2065
2102
  "char": "p",
2066
- "description": "Do not prompt to confirm force delete.",
2103
+ "description": "Do not prompt to confirm delete.",
2067
2104
  "name": "noprompt",
2068
2105
  "summary": "do not prompt to confirm force delete",
2069
2106
  "allowNo": false,
@@ -2072,29 +2109,29 @@
2072
2109
  },
2073
2110
  "hasDynamicHelp": true,
2074
2111
  "hiddenAliases": [],
2075
- "id": "analytics:template:delete",
2112
+ "id": "analytics:asset:publisher:deleteall",
2076
2113
  "pluginAlias": "@salesforce/analytics",
2077
2114
  "pluginName": "@salesforce/analytics",
2078
2115
  "pluginType": "core",
2079
2116
  "strict": true,
2080
- "summary": "delete Analytics templates",
2117
+ "summary": "delete Analytics asset publishers",
2081
2118
  "enableJsonFlag": true,
2082
2119
  "isESM": true,
2083
2120
  "relativePath": [
2084
2121
  "lib",
2085
2122
  "commands",
2086
2123
  "analytics",
2087
- "template",
2088
- "delete.js"
2124
+ "asset",
2125
+ "publisher",
2126
+ "deleteall.js"
2089
2127
  ]
2090
2128
  },
2091
- "analytics:template:display": {
2129
+ "analytics:asset:publisher:list": {
2092
2130
  "aliases": [],
2093
2131
  "args": {},
2094
- "description": "Displays a Analytics template's details.",
2132
+ "description": "Lists Analytics asset publishers.",
2095
2133
  "examples": [
2096
- "$ sfdx analytics:template:display -t templateid",
2097
- "$ sfdx analytics:template:display -n templatename"
2134
+ "$ sfdx analytics:asset:publisher:list -i assetId"
2098
2135
  ],
2099
2136
  "flags": {
2100
2137
  "json": {
@@ -2140,26 +2177,12 @@
2140
2177
  "multiple": false,
2141
2178
  "type": "option"
2142
2179
  },
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",
2151
- "hasDynamicHelp": false,
2152
- "multiple": false,
2153
- "type": "option"
2154
- },
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",
2180
+ "assetid": {
2181
+ "char": "i",
2182
+ "description": "Asset ID under development.",
2183
+ "name": "assetid",
2184
+ "required": true,
2185
+ "summary": "Asset ID under development",
2163
2186
  "hasDynamicHelp": false,
2164
2187
  "multiple": false,
2165
2188
  "type": "option"
@@ -2167,29 +2190,31 @@
2167
2190
  },
2168
2191
  "hasDynamicHelp": true,
2169
2192
  "hiddenAliases": [],
2170
- "id": "analytics:template:display",
2193
+ "id": "analytics:asset:publisher:list",
2171
2194
  "pluginAlias": "@salesforce/analytics",
2172
2195
  "pluginName": "@salesforce/analytics",
2173
2196
  "pluginType": "core",
2174
2197
  "strict": true,
2175
- "summary": "displays a Analytics template's details",
2198
+ "summary": "list Analytics asset publishers",
2176
2199
  "enableJsonFlag": true,
2177
2200
  "isESM": true,
2178
2201
  "relativePath": [
2179
2202
  "lib",
2180
2203
  "commands",
2181
2204
  "analytics",
2182
- "template",
2183
- "display.js"
2205
+ "asset",
2206
+ "publisher",
2207
+ "list.js"
2184
2208
  ]
2185
2209
  },
2186
- "analytics:template:lint": {
2210
+ "analytics:template:create": {
2187
2211
  "aliases": [],
2188
2212
  "args": {},
2189
- "description": "Performs a Lint check on an Analytics template.",
2213
+ "description": "Creates Analytics templates.",
2190
2214
  "examples": [
2191
- "$ sfdx analytics:template:lint -t templateId",
2192
- "sfdx analytics:template:lint -n templateApiName"
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\""
2193
2218
  ],
2194
2219
  "flags": {
2195
2220
  "json": {
@@ -2235,26 +2260,51 @@
2235
2260
  "multiple": false,
2236
2261
  "type": "option"
2237
2262
  },
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",
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",
2246
2269
  "hasDynamicHelp": false,
2247
2270
  "multiple": false,
2248
2271
  "type": "option"
2249
2272
  },
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",
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"
2303
+ },
2304
+ "description": {
2305
+ "description": "The description for the Analytics template (defaults to the app description).",
2306
+ "name": "description",
2307
+ "summary": "template description",
2258
2308
  "hasDynamicHelp": false,
2259
2309
  "multiple": false,
2260
2310
  "type": "option"
@@ -2262,12 +2312,12 @@
2262
2312
  },
2263
2313
  "hasDynamicHelp": true,
2264
2314
  "hiddenAliases": [],
2265
- "id": "analytics:template:lint",
2315
+ "id": "analytics:template:create",
2266
2316
  "pluginAlias": "@salesforce/analytics",
2267
2317
  "pluginName": "@salesforce/analytics",
2268
2318
  "pluginType": "core",
2269
2319
  "strict": true,
2270
- "summary": "performs a Lint check on an Analytics template",
2320
+ "summary": "create Analytics templates",
2271
2321
  "enableJsonFlag": true,
2272
2322
  "isESM": true,
2273
2323
  "relativePath": [
@@ -2275,17 +2325,15 @@
2275
2325
  "commands",
2276
2326
  "analytics",
2277
2327
  "template",
2278
- "lint.js"
2328
+ "create.js"
2279
2329
  ]
2280
2330
  },
2281
- "analytics:template:list": {
2331
+ "analytics:template:delete": {
2282
2332
  "aliases": [],
2283
2333
  "args": {},
2284
- "description": "Lists Analytics templates in the specified folder or target org.",
2334
+ "description": "Deletes Analytics templates.",
2285
2335
  "examples": [
2286
- "$ sfdx analytics:template:list",
2287
- "$ sfdx analytics:template:list --includembeddedtemplates",
2288
- "$ sfdx analytics:template:list --includesalesforcetemplates"
2336
+ "$ sfdx analytics:template:delete -t templateid"
2289
2337
  ],
2290
2338
  "flags": {
2291
2339
  "json": {
@@ -2331,31 +2379,47 @@
2331
2379
  "multiple": false,
2332
2380
  "type": "option"
2333
2381
  },
2334
- "includesalesforcetemplates": {
2335
- "char": "a",
2336
- "description": "Include Salesforce templates.",
2337
- "name": "includesalesforcetemplates",
2338
- "summary": "include salesforce templates",
2382
+ "templateid": {
2383
+ "char": "t",
2384
+ "description": "The ID of the Analytics template.",
2385
+ "name": "templateid",
2386
+ "required": true,
2387
+ "summary": "template ID",
2388
+ "hasDynamicHelp": false,
2389
+ "multiple": false,
2390
+ "type": "option"
2391
+ },
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",
2339
2396
  "allowNo": false,
2340
2397
  "type": "boolean"
2341
2398
  },
2342
- "includembeddedtemplates": {
2343
- "char": "e",
2344
- "description": "Include EmbeddedApp templates.",
2345
- "name": "includembeddedtemplates",
2346
- "summary": "include EmbeddedApp templates",
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"
2405
+ },
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",
2347
2411
  "allowNo": false,
2348
2412
  "type": "boolean"
2349
2413
  }
2350
2414
  },
2351
2415
  "hasDynamicHelp": true,
2352
2416
  "hiddenAliases": [],
2353
- "id": "analytics:template:list",
2417
+ "id": "analytics:template:delete",
2354
2418
  "pluginAlias": "@salesforce/analytics",
2355
2419
  "pluginName": "@salesforce/analytics",
2356
2420
  "pluginType": "core",
2357
2421
  "strict": true,
2358
- "summary": "list Analytics templates",
2422
+ "summary": "delete Analytics templates",
2359
2423
  "enableJsonFlag": true,
2360
2424
  "isESM": true,
2361
2425
  "relativePath": [
@@ -2363,17 +2427,16 @@
2363
2427
  "commands",
2364
2428
  "analytics",
2365
2429
  "template",
2366
- "list.js"
2430
+ "delete.js"
2367
2431
  ]
2368
2432
  },
2369
- "analytics:template:update": {
2433
+ "analytics:template:display": {
2370
2434
  "aliases": [],
2371
2435
  "args": {},
2372
- "description": "Updates Analytics templates.",
2436
+ "description": "Displays a Analytics template's details.",
2373
2437
  "examples": [
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\""
2438
+ "$ sfdx analytics:template:display -t templateid",
2439
+ "$ sfdx analytics:template:display -n templatename"
2377
2440
  ],
2378
2441
  "flags": {
2379
2442
  "json": {
@@ -2442,56 +2505,16 @@
2442
2505
  "hasDynamicHelp": false,
2443
2506
  "multiple": false,
2444
2507
  "type": "option"
2445
- },
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"
2454
- },
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"
2485
2508
  }
2486
2509
  },
2487
2510
  "hasDynamicHelp": true,
2488
2511
  "hiddenAliases": [],
2489
- "id": "analytics:template:update",
2512
+ "id": "analytics:template:display",
2490
2513
  "pluginAlias": "@salesforce/analytics",
2491
2514
  "pluginName": "@salesforce/analytics",
2492
2515
  "pluginType": "core",
2493
2516
  "strict": true,
2494
- "summary": "update Analytics templates",
2517
+ "summary": "displays a Analytics template's details",
2495
2518
  "enableJsonFlag": true,
2496
2519
  "isESM": true,
2497
2520
  "relativePath": [
@@ -2499,16 +2522,16 @@
2499
2522
  "commands",
2500
2523
  "analytics",
2501
2524
  "template",
2502
- "update.js"
2525
+ "display.js"
2503
2526
  ]
2504
2527
  },
2505
- "analytics:template:validate": {
2528
+ "analytics:template:lint": {
2506
2529
  "aliases": [],
2507
2530
  "args": {},
2508
- "description": "Performs an org-readiness check for an Analytics template.",
2531
+ "description": "Performs a Lint check on an Analytics template.",
2509
2532
  "examples": [
2510
- "$ sfdx analytics:template:validate -t templateId",
2511
- "sfdx analytics:template:validate -n templateApiName"
2533
+ "$ sfdx analytics:template:lint -t templateId",
2534
+ "sfdx analytics:template:lint -n templateApiName"
2512
2535
  ],
2513
2536
  "flags": {
2514
2537
  "json": {
@@ -2577,25 +2600,16 @@
2577
2600
  "hasDynamicHelp": false,
2578
2601
  "multiple": false,
2579
2602
  "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"
2589
2603
  }
2590
2604
  },
2591
2605
  "hasDynamicHelp": true,
2592
2606
  "hiddenAliases": [],
2593
- "id": "analytics:template:validate",
2607
+ "id": "analytics:template:lint",
2594
2608
  "pluginAlias": "@salesforce/analytics",
2595
2609
  "pluginName": "@salesforce/analytics",
2596
2610
  "pluginType": "core",
2597
2611
  "strict": true,
2598
- "summary": "performs an org-readiness check for an Analytics template",
2612
+ "summary": "performs a Lint check on an Analytics template",
2599
2613
  "enableJsonFlag": true,
2600
2614
  "isESM": true,
2601
2615
  "relativePath": [
@@ -2603,96 +2617,17 @@
2603
2617
  "commands",
2604
2618
  "analytics",
2605
2619
  "template",
2606
- "validate.js"
2607
- ]
2608
- },
2609
- "analytics:asset:publisher:create": {
2610
- "aliases": [],
2611
- "args": {},
2612
- "description": "Create a publisher record for the Analytics asset.",
2613
- "examples": [
2614
- "$ sfdx analytics:asset:publisher:create -i assetId"
2615
- ],
2616
- "flags": {
2617
- "json": {
2618
- "description": "Format output as json.",
2619
- "helpGroup": "GLOBAL",
2620
- "name": "json",
2621
- "allowNo": false,
2622
- "type": "boolean"
2623
- },
2624
- "loglevel": {
2625
- "deprecated": {
2626
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
2627
- },
2628
- "hidden": true,
2629
- "name": "loglevel",
2630
- "hasDynamicHelp": false,
2631
- "multiple": false,
2632
- "type": "option"
2633
- },
2634
- "target-org": {
2635
- "aliases": [
2636
- "targetusername",
2637
- "u"
2638
- ],
2639
- "char": "o",
2640
- "deprecateAliases": true,
2641
- "name": "target-org",
2642
- "noCacheDefault": true,
2643
- "required": true,
2644
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2645
- "hasDynamicHelp": true,
2646
- "multiple": false,
2647
- "type": "option"
2648
- },
2649
- "api-version": {
2650
- "aliases": [
2651
- "apiversion"
2652
- ],
2653
- "deprecateAliases": true,
2654
- "description": "Override the api version used for api requests made by this command",
2655
- "name": "api-version",
2656
- "hasDynamicHelp": false,
2657
- "multiple": false,
2658
- "type": "option"
2659
- },
2660
- "assetid": {
2661
- "char": "i",
2662
- "description": "Asset ID under development.",
2663
- "name": "assetid",
2664
- "required": true,
2665
- "summary": "Asset ID under development",
2666
- "hasDynamicHelp": false,
2667
- "multiple": false,
2668
- "type": "option"
2669
- }
2670
- },
2671
- "hasDynamicHelp": true,
2672
- "hiddenAliases": [],
2673
- "id": "analytics:asset:publisher:create",
2674
- "pluginAlias": "@salesforce/analytics",
2675
- "pluginName": "@salesforce/analytics",
2676
- "pluginType": "core",
2677
- "strict": true,
2678
- "summary": "create a publisher record for the Analytics asset",
2679
- "enableJsonFlag": true,
2680
- "isESM": true,
2681
- "relativePath": [
2682
- "lib",
2683
- "commands",
2684
- "analytics",
2685
- "asset",
2686
- "publisher",
2687
- "create.js"
2620
+ "lint.js"
2688
2621
  ]
2689
2622
  },
2690
- "analytics:asset:publisher:delete": {
2623
+ "analytics:template:list": {
2691
2624
  "aliases": [],
2692
2625
  "args": {},
2693
- "description": "Delete a Analytics asset publisher.",
2626
+ "description": "Lists Analytics templates in the specified folder or target org.",
2694
2627
  "examples": [
2695
- "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
2628
+ "$ sfdx analytics:template:list",
2629
+ "$ sfdx analytics:template:list --includembeddedtemplates",
2630
+ "$ sfdx analytics:template:list --includesalesforcetemplates"
2696
2631
  ],
2697
2632
  "flags": {
2698
2633
  "json": {
@@ -2738,52 +2673,49 @@
2738
2673
  "multiple": false,
2739
2674
  "type": "option"
2740
2675
  },
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"
2750
- },
2751
- "assetid": {
2676
+ "includesalesforcetemplates": {
2752
2677
  "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"
2678
+ "description": "Include Salesforce templates.",
2679
+ "name": "includesalesforcetemplates",
2680
+ "summary": "include salesforce templates",
2681
+ "allowNo": false,
2682
+ "type": "boolean"
2683
+ },
2684
+ "includembeddedtemplates": {
2685
+ "char": "e",
2686
+ "description": "Include EmbeddedApp templates.",
2687
+ "name": "includembeddedtemplates",
2688
+ "summary": "include EmbeddedApp templates",
2689
+ "allowNo": false,
2690
+ "type": "boolean"
2760
2691
  }
2761
2692
  },
2762
2693
  "hasDynamicHelp": true,
2763
2694
  "hiddenAliases": [],
2764
- "id": "analytics:asset:publisher:delete",
2695
+ "id": "analytics:template:list",
2765
2696
  "pluginAlias": "@salesforce/analytics",
2766
2697
  "pluginName": "@salesforce/analytics",
2767
2698
  "pluginType": "core",
2768
2699
  "strict": true,
2769
- "summary": "delete a Analytics asset publisher",
2700
+ "summary": "list Analytics templates",
2770
2701
  "enableJsonFlag": true,
2771
2702
  "isESM": true,
2772
2703
  "relativePath": [
2773
2704
  "lib",
2774
2705
  "commands",
2775
2706
  "analytics",
2776
- "asset",
2777
- "publisher",
2778
- "delete.js"
2707
+ "template",
2708
+ "list.js"
2779
2709
  ]
2780
2710
  },
2781
- "analytics:asset:publisher:deleteall": {
2711
+ "analytics:template:update": {
2782
2712
  "aliases": [],
2783
2713
  "args": {},
2784
- "description": "Deletes Analytics asset publishers.",
2714
+ "description": "Updates Analytics templates.",
2785
2715
  "examples": [
2786
- "$ sfdx analytics:asset:publisher:deleteall -i assetId"
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\""
2787
2719
  ],
2788
2720
  "flags": {
2789
2721
  "json": {
@@ -2829,50 +2761,96 @@
2829
2761
  "multiple": false,
2830
2762
  "type": "option"
2831
2763
  },
2832
- "assetid": {
2833
- "char": "i",
2834
- "description": "Asset ID under development.",
2835
- "name": "assetid",
2836
- "required": true,
2837
- "summary": "Asset ID under development",
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",
2838
2772
  "hasDynamicHelp": false,
2839
2773
  "multiple": false,
2840
2774
  "type": "option"
2841
2775
  },
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"
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)",
2824
+ "hasDynamicHelp": false,
2825
+ "multiple": false,
2826
+ "type": "option"
2849
2827
  }
2850
2828
  },
2851
2829
  "hasDynamicHelp": true,
2852
2830
  "hiddenAliases": [],
2853
- "id": "analytics:asset:publisher:deleteall",
2831
+ "id": "analytics:template:update",
2854
2832
  "pluginAlias": "@salesforce/analytics",
2855
2833
  "pluginName": "@salesforce/analytics",
2856
2834
  "pluginType": "core",
2857
2835
  "strict": true,
2858
- "summary": "delete Analytics asset publishers",
2836
+ "summary": "update Analytics templates",
2859
2837
  "enableJsonFlag": true,
2860
2838
  "isESM": true,
2861
2839
  "relativePath": [
2862
2840
  "lib",
2863
2841
  "commands",
2864
2842
  "analytics",
2865
- "asset",
2866
- "publisher",
2867
- "deleteall.js"
2843
+ "template",
2844
+ "update.js"
2868
2845
  ]
2869
2846
  },
2870
- "analytics:asset:publisher:list": {
2847
+ "analytics:template:validate": {
2871
2848
  "aliases": [],
2872
2849
  "args": {},
2873
- "description": "Lists Analytics asset publishers.",
2850
+ "description": "Performs an org-readiness check for an Analytics template.",
2874
2851
  "examples": [
2875
- "$ sfdx analytics:asset:publisher:list -i assetId"
2852
+ "$ sfdx analytics:template:validate -t templateId",
2853
+ "sfdx analytics:template:validate -n templateApiName"
2876
2854
  ],
2877
2855
  "flags": {
2878
2856
  "json": {
@@ -2918,12 +2896,35 @@
2918
2896
  "multiple": false,
2919
2897
  "type": "option"
2920
2898
  },
2921
- "assetid": {
2922
- "char": "i",
2923
- "description": "Asset ID under development.",
2924
- "name": "assetid",
2925
- "required": true,
2926
- "summary": "Asset ID under development",
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",
2927
2928
  "hasDynamicHelp": false,
2928
2929
  "multiple": false,
2929
2930
  "type": "option"
@@ -2931,21 +2932,20 @@
2931
2932
  },
2932
2933
  "hasDynamicHelp": true,
2933
2934
  "hiddenAliases": [],
2934
- "id": "analytics:asset:publisher:list",
2935
+ "id": "analytics:template:validate",
2935
2936
  "pluginAlias": "@salesforce/analytics",
2936
2937
  "pluginName": "@salesforce/analytics",
2937
2938
  "pluginType": "core",
2938
2939
  "strict": true,
2939
- "summary": "list Analytics asset publishers",
2940
+ "summary": "performs an org-readiness check for an Analytics template",
2940
2941
  "enableJsonFlag": true,
2941
2942
  "isESM": true,
2942
2943
  "relativePath": [
2943
2944
  "lib",
2944
2945
  "commands",
2945
2946
  "analytics",
2946
- "asset",
2947
- "publisher",
2948
- "list.js"
2947
+ "template",
2948
+ "validate.js"
2949
2949
  ]
2950
2950
  },
2951
2951
  "analytics:autoinstall:app:cancel": {
@@ -3630,13 +3630,12 @@
3630
3630
  "revert.js"
3631
3631
  ]
3632
3632
  },
3633
- "analytics:dataset:rows:fetch": {
3633
+ "analytics:dataflow:history:list": {
3634
3634
  "aliases": [],
3635
3635
  "args": {},
3636
- "description": "fetch the rows of a Analytics dataset.",
3636
+ "description": "Lists history records for Analytics dataflows in the specified target org.",
3637
3637
  "examples": [
3638
- "$ sfdx analytics:dataset:rows:fetch -i datasetId",
3639
- "$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
3638
+ "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
3640
3639
  ],
3641
3640
  "flags": {
3642
3641
  "json": {
@@ -3682,86 +3681,42 @@
3682
3681
  "multiple": false,
3683
3682
  "type": "option"
3684
3683
  },
3685
- "datasetid": {
3684
+ "dataflowid": {
3686
3685
  "char": "i",
3687
- "description": "Dataset ID.",
3688
- "exclusive": [
3689
- "datasetname"
3690
- ],
3691
- "name": "datasetid",
3692
- "summary": "dataset ID",
3693
- "hasDynamicHelp": false,
3694
- "multiple": false,
3695
- "type": "option"
3696
- },
3697
- "datasetname": {
3698
- "char": "n",
3699
- "description": "Dataset api name.",
3700
- "exclusive": [
3701
- "datasetid"
3702
- ],
3703
- "name": "datasetname",
3704
- "summary": "dataset api name",
3705
- "hasDynamicHelp": false,
3706
- "multiple": false,
3707
- "type": "option"
3708
- },
3709
- "limit": {
3710
- "description": "The maximum number of rows to include.",
3711
- "name": "limit",
3712
- "summary": "maximum number of rows to include",
3713
- "hasDynamicHelp": false,
3714
- "multiple": false,
3715
- "type": "option"
3716
- },
3717
- "resultformat": {
3718
- "char": "r",
3719
- "description": "Result format emitted to stdout.",
3720
- "name": "resultformat",
3721
- "summary": "result format emitted to stdout",
3722
- "default": "human",
3686
+ "description": "The ID of the dataflow to show history records.",
3687
+ "name": "dataflowid",
3688
+ "required": true,
3689
+ "summary": "dataflow ID",
3723
3690
  "hasDynamicHelp": false,
3724
3691
  "multiple": false,
3725
- "options": [
3726
- "human",
3727
- "csv",
3728
- "json"
3729
- ],
3730
3692
  "type": "option"
3731
- },
3732
- "dryrun": {
3733
- "description": "Show the resulting query that would be executed, but don't run it",
3734
- "hidden": true,
3735
- "name": "dryrun",
3736
- "allowNo": false,
3737
- "type": "boolean"
3738
3693
  }
3739
3694
  },
3740
3695
  "hasDynamicHelp": true,
3741
3696
  "hiddenAliases": [],
3742
- "id": "analytics:dataset:rows:fetch",
3697
+ "id": "analytics:dataflow:history:list",
3743
3698
  "pluginAlias": "@salesforce/analytics",
3744
3699
  "pluginName": "@salesforce/analytics",
3745
3700
  "pluginType": "core",
3746
3701
  "strict": true,
3747
- "summary": "fetch the rows of a Analytics dataset",
3702
+ "summary": "list history records for Analytics dataflows",
3748
3703
  "enableJsonFlag": true,
3749
3704
  "isESM": true,
3750
3705
  "relativePath": [
3751
3706
  "lib",
3752
3707
  "commands",
3753
3708
  "analytics",
3754
- "dataset",
3755
- "rows",
3756
- "fetch.js"
3709
+ "dataflow",
3710
+ "history",
3711
+ "list.js"
3757
3712
  ]
3758
3713
  },
3759
- "analytics:lens:history:list": {
3714
+ "analytics:dataflow:history:revert": {
3760
3715
  "aliases": [],
3761
3716
  "args": {},
3762
- "description": "Lists history records for Analytics lenses in the specified target org.",
3717
+ "description": "Revert to a specified history record.",
3763
3718
  "examples": [
3764
- "$ sfdx analytics:lens:history:list --lensid <lensid> "
3719
+ "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
3765
3720
  ],
3766
3721
  "flags": {
3767
3722
  "json": {
@@ -3807,12 +3762,31 @@
3807
3762
  "multiple": false,
3808
3763
  "type": "option"
3809
3764
  },
3810
- "lensid": {
3811
- "char": "i",
3812
- "description": "The ID of the lens to show history records.",
3813
- "name": "lensid",
3814
- "required": true,
3815
- "summary": "lens ID",
3765
+ "dataflowid": {
3766
+ "char": "i",
3767
+ "description": "The ID of the dataflow to show history records.",
3768
+ "name": "dataflowid",
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",
3779
+ "required": true,
3780
+ "summary": "dataflow history ID",
3781
+ "hasDynamicHelp": false,
3782
+ "multiple": false,
3783
+ "type": "option"
3784
+ },
3785
+ "label": {
3786
+ "char": "l",
3787
+ "description": "Label for new reverted history record.",
3788
+ "name": "label",
3789
+ "summary": "label for new reverted history record",
3816
3790
  "hasDynamicHelp": false,
3817
3791
  "multiple": false,
3818
3792
  "type": "option"
@@ -3820,29 +3794,29 @@
3820
3794
  },
3821
3795
  "hasDynamicHelp": true,
3822
3796
  "hiddenAliases": [],
3823
- "id": "analytics:lens:history:list",
3797
+ "id": "analytics:dataflow:history:revert",
3824
3798
  "pluginAlias": "@salesforce/analytics",
3825
3799
  "pluginName": "@salesforce/analytics",
3826
3800
  "pluginType": "core",
3827
3801
  "strict": true,
3828
- "summary": "list history records for Analytics lenses",
3802
+ "summary": "revert to specified history record",
3829
3803
  "enableJsonFlag": true,
3830
3804
  "isESM": true,
3831
3805
  "relativePath": [
3832
3806
  "lib",
3833
3807
  "commands",
3834
3808
  "analytics",
3835
- "lens",
3809
+ "dataflow",
3836
3810
  "history",
3837
- "list.js"
3811
+ "revert.js"
3838
3812
  ]
3839
3813
  },
3840
- "analytics:lens:history:revert": {
3814
+ "analytics:dataflow:job:display": {
3841
3815
  "aliases": [],
3842
3816
  "args": {},
3843
- "description": "Revert to a specified history record.",
3817
+ "description": "Display status of Analytics dataflow in the specified target org.",
3844
3818
  "examples": [
3845
- "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
3819
+ "$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
3846
3820
  ],
3847
3821
  "flags": {
3848
3822
  "json": {
@@ -3888,31 +3862,12 @@
3888
3862
  "multiple": false,
3889
3863
  "type": "option"
3890
3864
  },
3891
- "lensid": {
3865
+ "dataflowjobid": {
3892
3866
  "char": "i",
3893
- "description": "The ID of the dashboard to show history records.",
3894
- "name": "lensid",
3895
- "required": true,
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",
3867
+ "description": "The ID of the dataflow job to update.",
3868
+ "name": "dataflowjobid",
3905
3869
  "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",
3870
+ "summary": "dataflow Job ID",
3916
3871
  "hasDynamicHelp": false,
3917
3872
  "multiple": false,
3918
3873
  "type": "option"
@@ -3920,29 +3875,29 @@
3920
3875
  },
3921
3876
  "hasDynamicHelp": true,
3922
3877
  "hiddenAliases": [],
3923
- "id": "analytics:lens:history:revert",
3878
+ "id": "analytics:dataflow:job:display",
3924
3879
  "pluginAlias": "@salesforce/analytics",
3925
3880
  "pluginName": "@salesforce/analytics",
3926
3881
  "pluginType": "core",
3927
3882
  "strict": true,
3928
- "summary": "revert to specified history record",
3883
+ "summary": "display status of Analytics dataflow",
3929
3884
  "enableJsonFlag": true,
3930
3885
  "isESM": true,
3931
3886
  "relativePath": [
3932
3887
  "lib",
3933
3888
  "commands",
3934
3889
  "analytics",
3935
- "lens",
3936
- "history",
3937
- "revert.js"
3890
+ "dataflow",
3891
+ "job",
3892
+ "display.js"
3938
3893
  ]
3939
3894
  },
3940
- "analytics:dataflow:history:list": {
3895
+ "analytics:dataflow:job:list": {
3941
3896
  "aliases": [],
3942
3897
  "args": {},
3943
- "description": "Lists history records for Analytics dataflows in the specified target org.",
3898
+ "description": "List jobs of an Analytics dataflow in the specified target org.",
3944
3899
  "examples": [
3945
- "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
3900
+ "$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
3946
3901
  ],
3947
3902
  "flags": {
3948
3903
  "json": {
@@ -3990,7 +3945,7 @@
3990
3945
  },
3991
3946
  "dataflowid": {
3992
3947
  "char": "i",
3993
- "description": "The ID of the dataflow to show history records.",
3948
+ "description": "The ID of the dataflow to update.",
3994
3949
  "name": "dataflowid",
3995
3950
  "required": true,
3996
3951
  "summary": "dataflow ID",
@@ -4001,12 +3956,12 @@
4001
3956
  },
4002
3957
  "hasDynamicHelp": true,
4003
3958
  "hiddenAliases": [],
4004
- "id": "analytics:dataflow:history:list",
3959
+ "id": "analytics:dataflow:job:list",
4005
3960
  "pluginAlias": "@salesforce/analytics",
4006
3961
  "pluginName": "@salesforce/analytics",
4007
3962
  "pluginType": "core",
4008
3963
  "strict": true,
4009
- "summary": "list history records for Analytics dataflows",
3964
+ "summary": "list jobs of Analytics dataflow",
4010
3965
  "enableJsonFlag": true,
4011
3966
  "isESM": true,
4012
3967
  "relativePath": [
@@ -4014,16 +3969,16 @@
4014
3969
  "commands",
4015
3970
  "analytics",
4016
3971
  "dataflow",
4017
- "history",
3972
+ "job",
4018
3973
  "list.js"
4019
3974
  ]
4020
3975
  },
4021
- "analytics:dataflow:history:revert": {
3976
+ "analytics:dataflow:job:stop": {
4022
3977
  "aliases": [],
4023
3978
  "args": {},
4024
- "description": "Revert to a specified history record.",
3979
+ "description": "Stop an Analytics dataflow in the specified target org.",
4025
3980
  "examples": [
4026
- "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
3981
+ "$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
4027
3982
  ],
4028
3983
  "flags": {
4029
3984
  "json": {
@@ -4069,31 +4024,12 @@
4069
4024
  "multiple": false,
4070
4025
  "type": "option"
4071
4026
  },
4072
- "dataflowid": {
4027
+ "dataflowjobid": {
4073
4028
  "char": "i",
4074
- "description": "The ID of the dataflow to show history records.",
4075
- "name": "dataflowid",
4076
- "required": true,
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",
4029
+ "description": "The ID of the dataflow job to update.",
4030
+ "name": "dataflowjobid",
4086
4031
  "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",
4032
+ "summary": "dataflow Job ID",
4097
4033
  "hasDynamicHelp": false,
4098
4034
  "multiple": false,
4099
4035
  "type": "option"
@@ -4101,12 +4037,12 @@
4101
4037
  },
4102
4038
  "hasDynamicHelp": true,
4103
4039
  "hiddenAliases": [],
4104
- "id": "analytics:dataflow:history:revert",
4040
+ "id": "analytics:dataflow:job:stop",
4105
4041
  "pluginAlias": "@salesforce/analytics",
4106
4042
  "pluginName": "@salesforce/analytics",
4107
4043
  "pluginType": "core",
4108
4044
  "strict": true,
4109
- "summary": "revert to specified history record",
4045
+ "summary": "stop Analytics dataflows",
4110
4046
  "enableJsonFlag": true,
4111
4047
  "isESM": true,
4112
4048
  "relativePath": [
@@ -4114,16 +4050,16 @@
4114
4050
  "commands",
4115
4051
  "analytics",
4116
4052
  "dataflow",
4117
- "history",
4118
- "revert.js"
4053
+ "job",
4054
+ "stop.js"
4119
4055
  ]
4120
4056
  },
4121
- "analytics:dataflow:job:display": {
4057
+ "analytics:lens:history:list": {
4122
4058
  "aliases": [],
4123
4059
  "args": {},
4124
- "description": "Display status of Analytics dataflow in the specified target org.",
4060
+ "description": "Lists history records for Analytics lenses in the specified target org.",
4125
4061
  "examples": [
4126
- "$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
4062
+ "$ sfdx analytics:lens:history:list --lensid <lensid> "
4127
4063
  ],
4128
4064
  "flags": {
4129
4065
  "json": {
@@ -4169,12 +4105,12 @@
4169
4105
  "multiple": false,
4170
4106
  "type": "option"
4171
4107
  },
4172
- "dataflowjobid": {
4108
+ "lensid": {
4173
4109
  "char": "i",
4174
- "description": "The ID of the dataflow job to update.",
4175
- "name": "dataflowjobid",
4110
+ "description": "The ID of the lens to show history records.",
4111
+ "name": "lensid",
4176
4112
  "required": true,
4177
- "summary": "dataflow Job ID",
4113
+ "summary": "lens ID",
4178
4114
  "hasDynamicHelp": false,
4179
4115
  "multiple": false,
4180
4116
  "type": "option"
@@ -4182,29 +4118,29 @@
4182
4118
  },
4183
4119
  "hasDynamicHelp": true,
4184
4120
  "hiddenAliases": [],
4185
- "id": "analytics:dataflow:job:display",
4121
+ "id": "analytics:lens:history:list",
4186
4122
  "pluginAlias": "@salesforce/analytics",
4187
4123
  "pluginName": "@salesforce/analytics",
4188
4124
  "pluginType": "core",
4189
4125
  "strict": true,
4190
- "summary": "display status of Analytics dataflow",
4126
+ "summary": "list history records for Analytics lenses",
4191
4127
  "enableJsonFlag": true,
4192
4128
  "isESM": true,
4193
4129
  "relativePath": [
4194
4130
  "lib",
4195
4131
  "commands",
4196
4132
  "analytics",
4197
- "dataflow",
4198
- "job",
4199
- "display.js"
4133
+ "lens",
4134
+ "history",
4135
+ "list.js"
4200
4136
  ]
4201
4137
  },
4202
- "analytics:dataflow:job:list": {
4138
+ "analytics:lens:history:revert": {
4203
4139
  "aliases": [],
4204
4140
  "args": {},
4205
- "description": "List jobs of an Analytics dataflow in the specified target org.",
4141
+ "description": "Revert to a specified history record.",
4206
4142
  "examples": [
4207
- "$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
4143
+ "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
4208
4144
  ],
4209
4145
  "flags": {
4210
4146
  "json": {
@@ -4250,12 +4186,31 @@
4250
4186
  "multiple": false,
4251
4187
  "type": "option"
4252
4188
  },
4253
- "dataflowid": {
4189
+ "lensid": {
4254
4190
  "char": "i",
4255
- "description": "The ID of the dataflow to update.",
4256
- "name": "dataflowid",
4191
+ "description": "The ID of the dashboard to show history records.",
4192
+ "name": "lensid",
4257
4193
  "required": true,
4258
- "summary": "dataflow ID",
4194
+ "summary": "dashboard ID",
4195
+ "hasDynamicHelp": false,
4196
+ "multiple": false,
4197
+ "type": "option"
4198
+ },
4199
+ "historyid": {
4200
+ "char": "y",
4201
+ "description": "The ID of the dashboard history records.",
4202
+ "name": "historyid",
4203
+ "required": true,
4204
+ "summary": "dashboard history ID",
4205
+ "hasDynamicHelp": false,
4206
+ "multiple": false,
4207
+ "type": "option"
4208
+ },
4209
+ "label": {
4210
+ "char": "l",
4211
+ "description": "Label for new reverted history record.",
4212
+ "name": "label",
4213
+ "summary": "label for new reverted history record",
4259
4214
  "hasDynamicHelp": false,
4260
4215
  "multiple": false,
4261
4216
  "type": "option"
@@ -4263,29 +4218,30 @@
4263
4218
  },
4264
4219
  "hasDynamicHelp": true,
4265
4220
  "hiddenAliases": [],
4266
- "id": "analytics:dataflow:job:list",
4221
+ "id": "analytics:lens:history:revert",
4267
4222
  "pluginAlias": "@salesforce/analytics",
4268
4223
  "pluginName": "@salesforce/analytics",
4269
4224
  "pluginType": "core",
4270
4225
  "strict": true,
4271
- "summary": "list jobs of Analytics dataflow",
4226
+ "summary": "revert to specified history record",
4272
4227
  "enableJsonFlag": true,
4273
4228
  "isESM": true,
4274
4229
  "relativePath": [
4275
4230
  "lib",
4276
4231
  "commands",
4277
4232
  "analytics",
4278
- "dataflow",
4279
- "job",
4280
- "list.js"
4233
+ "lens",
4234
+ "history",
4235
+ "revert.js"
4281
4236
  ]
4282
4237
  },
4283
- "analytics:dataflow:job:stop": {
4238
+ "analytics:dataset:rows:fetch": {
4284
4239
  "aliases": [],
4285
4240
  "args": {},
4286
- "description": "Stop an Analytics dataflow in the specified target org.",
4241
+ "description": "fetch the rows of a Analytics dataset.",
4287
4242
  "examples": [
4288
- "$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
4243
+ "$ sfdx analytics:dataset:rows:fetch -i datasetId",
4244
+ "$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
4289
4245
  ],
4290
4246
  "flags": {
4291
4247
  "json": {
@@ -4331,36 +4287,80 @@
4331
4287
  "multiple": false,
4332
4288
  "type": "option"
4333
4289
  },
4334
- "dataflowjobid": {
4290
+ "datasetid": {
4335
4291
  "char": "i",
4336
- "description": "The ID of the dataflow job to update.",
4337
- "name": "dataflowjobid",
4338
- "required": true,
4339
- "summary": "dataflow Job ID",
4292
+ "description": "Dataset ID.",
4293
+ "exclusive": [
4294
+ "datasetname"
4295
+ ],
4296
+ "name": "datasetid",
4297
+ "summary": "dataset ID",
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",
4310
+ "hasDynamicHelp": false,
4311
+ "multiple": false,
4312
+ "type": "option"
4313
+ },
4314
+ "limit": {
4315
+ "description": "The maximum number of rows to include.",
4316
+ "name": "limit",
4317
+ "summary": "maximum number of rows to include",
4340
4318
  "hasDynamicHelp": false,
4341
4319
  "multiple": false,
4342
4320
  "type": "option"
4321
+ },
4322
+ "resultformat": {
4323
+ "char": "r",
4324
+ "description": "Result format emitted to stdout.",
4325
+ "name": "resultformat",
4326
+ "summary": "result format emitted to stdout",
4327
+ "default": "human",
4328
+ "hasDynamicHelp": false,
4329
+ "multiple": false,
4330
+ "options": [
4331
+ "human",
4332
+ "csv",
4333
+ "json"
4334
+ ],
4335
+ "type": "option"
4336
+ },
4337
+ "dryrun": {
4338
+ "description": "Show the resulting query that would be executed, but don't run it",
4339
+ "hidden": true,
4340
+ "name": "dryrun",
4341
+ "allowNo": false,
4342
+ "type": "boolean"
4343
4343
  }
4344
4344
  },
4345
4345
  "hasDynamicHelp": true,
4346
4346
  "hiddenAliases": [],
4347
- "id": "analytics:dataflow:job:stop",
4347
+ "id": "analytics:dataset:rows:fetch",
4348
4348
  "pluginAlias": "@salesforce/analytics",
4349
4349
  "pluginName": "@salesforce/analytics",
4350
4350
  "pluginType": "core",
4351
4351
  "strict": true,
4352
- "summary": "stop Analytics dataflows",
4352
+ "summary": "fetch the rows of a Analytics dataset",
4353
4353
  "enableJsonFlag": true,
4354
4354
  "isESM": true,
4355
4355
  "relativePath": [
4356
4356
  "lib",
4357
4357
  "commands",
4358
4358
  "analytics",
4359
- "dataflow",
4360
- "job",
4361
- "stop.js"
4359
+ "dataset",
4360
+ "rows",
4361
+ "fetch.js"
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.30"
4365
+ "version": "1.4.31"
4366
4366
  }