@salesforce/analytics 1.4.50 → 1.4.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +864 -1825
- package/oclif.lock +849 -1502
- package/oclif.manifest.json +632 -632
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -905,6 +905,165 @@
|
|
|
905
905
|
"update.js"
|
|
906
906
|
]
|
|
907
907
|
},
|
|
908
|
+
"analytics:autoinstall:display": {
|
|
909
|
+
"aliases": [],
|
|
910
|
+
"args": {},
|
|
911
|
+
"description": "Displays a Analytics auto-install request details.",
|
|
912
|
+
"examples": [
|
|
913
|
+
"$ sfdx analytics:autoinstall:display -i id"
|
|
914
|
+
],
|
|
915
|
+
"flags": {
|
|
916
|
+
"json": {
|
|
917
|
+
"description": "Format output as json.",
|
|
918
|
+
"helpGroup": "GLOBAL",
|
|
919
|
+
"name": "json",
|
|
920
|
+
"allowNo": false,
|
|
921
|
+
"type": "boolean"
|
|
922
|
+
},
|
|
923
|
+
"loglevel": {
|
|
924
|
+
"deprecated": {
|
|
925
|
+
"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."
|
|
926
|
+
},
|
|
927
|
+
"hidden": true,
|
|
928
|
+
"name": "loglevel",
|
|
929
|
+
"hasDynamicHelp": false,
|
|
930
|
+
"multiple": false,
|
|
931
|
+
"type": "option"
|
|
932
|
+
},
|
|
933
|
+
"target-org": {
|
|
934
|
+
"aliases": [
|
|
935
|
+
"targetusername",
|
|
936
|
+
"u"
|
|
937
|
+
],
|
|
938
|
+
"char": "o",
|
|
939
|
+
"deprecateAliases": true,
|
|
940
|
+
"name": "target-org",
|
|
941
|
+
"noCacheDefault": true,
|
|
942
|
+
"required": true,
|
|
943
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
944
|
+
"hasDynamicHelp": true,
|
|
945
|
+
"multiple": false,
|
|
946
|
+
"type": "option"
|
|
947
|
+
},
|
|
948
|
+
"api-version": {
|
|
949
|
+
"aliases": [
|
|
950
|
+
"apiversion"
|
|
951
|
+
],
|
|
952
|
+
"deprecateAliases": true,
|
|
953
|
+
"description": "Override the api version used for api requests made by this command",
|
|
954
|
+
"name": "api-version",
|
|
955
|
+
"hasDynamicHelp": false,
|
|
956
|
+
"multiple": false,
|
|
957
|
+
"type": "option"
|
|
958
|
+
},
|
|
959
|
+
"autoinstallid": {
|
|
960
|
+
"char": "i",
|
|
961
|
+
"description": "ID of the auto-install request.",
|
|
962
|
+
"name": "autoinstallid",
|
|
963
|
+
"required": true,
|
|
964
|
+
"summary": "auto-install request ID",
|
|
965
|
+
"hasDynamicHelp": false,
|
|
966
|
+
"multiple": false,
|
|
967
|
+
"type": "option"
|
|
968
|
+
},
|
|
969
|
+
"applog": {
|
|
970
|
+
"char": "a",
|
|
971
|
+
"description": "Specify to include app log details.",
|
|
972
|
+
"name": "applog",
|
|
973
|
+
"required": false,
|
|
974
|
+
"summary": "specify to include app log details",
|
|
975
|
+
"allowNo": false,
|
|
976
|
+
"type": "boolean"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"hasDynamicHelp": true,
|
|
980
|
+
"hiddenAliases": [],
|
|
981
|
+
"id": "analytics:autoinstall:display",
|
|
982
|
+
"pluginAlias": "@salesforce/analytics",
|
|
983
|
+
"pluginName": "@salesforce/analytics",
|
|
984
|
+
"pluginType": "core",
|
|
985
|
+
"strict": true,
|
|
986
|
+
"summary": "displays a Analytics auto-install request details",
|
|
987
|
+
"enableJsonFlag": true,
|
|
988
|
+
"isESM": true,
|
|
989
|
+
"relativePath": [
|
|
990
|
+
"lib",
|
|
991
|
+
"commands",
|
|
992
|
+
"analytics",
|
|
993
|
+
"autoinstall",
|
|
994
|
+
"display.js"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"analytics:autoinstall:list": {
|
|
998
|
+
"aliases": [],
|
|
999
|
+
"args": {},
|
|
1000
|
+
"description": "Lists Analytics auto-install requests in the specified target org.",
|
|
1001
|
+
"examples": [
|
|
1002
|
+
"$ sfdx analytics:autoinstall:list"
|
|
1003
|
+
],
|
|
1004
|
+
"flags": {
|
|
1005
|
+
"json": {
|
|
1006
|
+
"description": "Format output as json.",
|
|
1007
|
+
"helpGroup": "GLOBAL",
|
|
1008
|
+
"name": "json",
|
|
1009
|
+
"allowNo": false,
|
|
1010
|
+
"type": "boolean"
|
|
1011
|
+
},
|
|
1012
|
+
"loglevel": {
|
|
1013
|
+
"deprecated": {
|
|
1014
|
+
"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."
|
|
1015
|
+
},
|
|
1016
|
+
"hidden": true,
|
|
1017
|
+
"name": "loglevel",
|
|
1018
|
+
"hasDynamicHelp": false,
|
|
1019
|
+
"multiple": false,
|
|
1020
|
+
"type": "option"
|
|
1021
|
+
},
|
|
1022
|
+
"target-org": {
|
|
1023
|
+
"aliases": [
|
|
1024
|
+
"targetusername",
|
|
1025
|
+
"u"
|
|
1026
|
+
],
|
|
1027
|
+
"char": "o",
|
|
1028
|
+
"deprecateAliases": true,
|
|
1029
|
+
"name": "target-org",
|
|
1030
|
+
"noCacheDefault": true,
|
|
1031
|
+
"required": true,
|
|
1032
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1033
|
+
"hasDynamicHelp": true,
|
|
1034
|
+
"multiple": false,
|
|
1035
|
+
"type": "option"
|
|
1036
|
+
},
|
|
1037
|
+
"api-version": {
|
|
1038
|
+
"aliases": [
|
|
1039
|
+
"apiversion"
|
|
1040
|
+
],
|
|
1041
|
+
"deprecateAliases": true,
|
|
1042
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1043
|
+
"name": "api-version",
|
|
1044
|
+
"hasDynamicHelp": false,
|
|
1045
|
+
"multiple": false,
|
|
1046
|
+
"type": "option"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"hasDynamicHelp": true,
|
|
1050
|
+
"hiddenAliases": [],
|
|
1051
|
+
"id": "analytics:autoinstall:list",
|
|
1052
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1053
|
+
"pluginName": "@salesforce/analytics",
|
|
1054
|
+
"pluginType": "core",
|
|
1055
|
+
"strict": true,
|
|
1056
|
+
"summary": "list Analytics auto-install requests",
|
|
1057
|
+
"enableJsonFlag": true,
|
|
1058
|
+
"isESM": true,
|
|
1059
|
+
"relativePath": [
|
|
1060
|
+
"lib",
|
|
1061
|
+
"commands",
|
|
1062
|
+
"analytics",
|
|
1063
|
+
"autoinstall",
|
|
1064
|
+
"list.js"
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
908
1067
|
"analytics:dashboard:list": {
|
|
909
1068
|
"aliases": [],
|
|
910
1069
|
"args": {},
|
|
@@ -1556,12 +1715,14 @@
|
|
|
1556
1715
|
"list.js"
|
|
1557
1716
|
]
|
|
1558
1717
|
},
|
|
1559
|
-
"analytics:
|
|
1718
|
+
"analytics:template:create": {
|
|
1560
1719
|
"aliases": [],
|
|
1561
1720
|
"args": {},
|
|
1562
|
-
"description": "
|
|
1721
|
+
"description": "Creates Analytics templates.",
|
|
1563
1722
|
"examples": [
|
|
1564
|
-
"$ sfdx analytics:
|
|
1723
|
+
"$ sfdx analytics:template:create -f folderid",
|
|
1724
|
+
"$ sfdx analytics:template:create -f folderid -r \"recipeid1, recipeid2\"",
|
|
1725
|
+
"$ sfdx analytics:template:create -f folderid -d \"datatransformid1, datatransformid2\""
|
|
1565
1726
|
],
|
|
1566
1727
|
"flags": {
|
|
1567
1728
|
"json": {
|
|
@@ -1606,32 +1767,81 @@
|
|
|
1606
1767
|
"hasDynamicHelp": false,
|
|
1607
1768
|
"multiple": false,
|
|
1608
1769
|
"type": "option"
|
|
1770
|
+
},
|
|
1771
|
+
"folderid": {
|
|
1772
|
+
"char": "f",
|
|
1773
|
+
"description": "The ID of the folder that contains the template data.",
|
|
1774
|
+
"name": "folderid",
|
|
1775
|
+
"required": true,
|
|
1776
|
+
"summary": "folder ID",
|
|
1777
|
+
"hasDynamicHelp": false,
|
|
1778
|
+
"multiple": false,
|
|
1779
|
+
"type": "option"
|
|
1780
|
+
},
|
|
1781
|
+
"recipeids": {
|
|
1782
|
+
"char": "r",
|
|
1783
|
+
"description": "comma-separated list of recipe IDs to be included with the template. ",
|
|
1784
|
+
"name": "recipeids",
|
|
1785
|
+
"required": false,
|
|
1786
|
+
"summary": "comma-separated list of recipe IDs",
|
|
1787
|
+
"delimiter": ",",
|
|
1788
|
+
"hasDynamicHelp": false,
|
|
1789
|
+
"multiple": true,
|
|
1790
|
+
"type": "option"
|
|
1791
|
+
},
|
|
1792
|
+
"datatransformids": {
|
|
1793
|
+
"char": "d",
|
|
1794
|
+
"description": "comma-separated list of data transform IDs to be included with the template. ",
|
|
1795
|
+
"name": "datatransformids",
|
|
1796
|
+
"required": false,
|
|
1797
|
+
"summary": "comma-separated list of data transform IDs",
|
|
1798
|
+
"delimiter": ",",
|
|
1799
|
+
"hasDynamicHelp": false,
|
|
1800
|
+
"multiple": true,
|
|
1801
|
+
"type": "option"
|
|
1802
|
+
},
|
|
1803
|
+
"label": {
|
|
1804
|
+
"char": "l",
|
|
1805
|
+
"description": "The label for the Analytics template (defaults to the app label).",
|
|
1806
|
+
"name": "label",
|
|
1807
|
+
"summary": "template label",
|
|
1808
|
+
"hasDynamicHelp": false,
|
|
1809
|
+
"multiple": false,
|
|
1810
|
+
"type": "option"
|
|
1811
|
+
},
|
|
1812
|
+
"description": {
|
|
1813
|
+
"description": "The description for the Analytics template (defaults to the app description).",
|
|
1814
|
+
"name": "description",
|
|
1815
|
+
"summary": "template description",
|
|
1816
|
+
"hasDynamicHelp": false,
|
|
1817
|
+
"multiple": false,
|
|
1818
|
+
"type": "option"
|
|
1609
1819
|
}
|
|
1610
1820
|
},
|
|
1611
1821
|
"hasDynamicHelp": true,
|
|
1612
1822
|
"hiddenAliases": [],
|
|
1613
|
-
"id": "analytics:
|
|
1823
|
+
"id": "analytics:template:create",
|
|
1614
1824
|
"pluginAlias": "@salesforce/analytics",
|
|
1615
1825
|
"pluginName": "@salesforce/analytics",
|
|
1616
1826
|
"pluginType": "core",
|
|
1617
1827
|
"strict": true,
|
|
1618
|
-
"summary": "
|
|
1828
|
+
"summary": "create Analytics templates",
|
|
1619
1829
|
"enableJsonFlag": true,
|
|
1620
1830
|
"isESM": true,
|
|
1621
1831
|
"relativePath": [
|
|
1622
1832
|
"lib",
|
|
1623
1833
|
"commands",
|
|
1624
1834
|
"analytics",
|
|
1625
|
-
"
|
|
1626
|
-
"
|
|
1835
|
+
"template",
|
|
1836
|
+
"create.js"
|
|
1627
1837
|
]
|
|
1628
1838
|
},
|
|
1629
|
-
"analytics:
|
|
1839
|
+
"analytics:template:delete": {
|
|
1630
1840
|
"aliases": [],
|
|
1631
1841
|
"args": {},
|
|
1632
|
-
"description": "
|
|
1842
|
+
"description": "Deletes Analytics templates.",
|
|
1633
1843
|
"examples": [
|
|
1634
|
-
"$ sfdx analytics:
|
|
1844
|
+
"$ sfdx analytics:template:delete -t templateid"
|
|
1635
1845
|
],
|
|
1636
1846
|
"flags": {
|
|
1637
1847
|
"json": {
|
|
@@ -1677,213 +1887,12 @@
|
|
|
1677
1887
|
"multiple": false,
|
|
1678
1888
|
"type": "option"
|
|
1679
1889
|
},
|
|
1680
|
-
"
|
|
1681
|
-
"char": "
|
|
1682
|
-
"description": "The ID of the
|
|
1683
|
-
"name": "
|
|
1890
|
+
"templateid": {
|
|
1891
|
+
"char": "t",
|
|
1892
|
+
"description": "The ID of the Analytics template.",
|
|
1893
|
+
"name": "templateid",
|
|
1684
1894
|
"required": true,
|
|
1685
|
-
"summary": "
|
|
1686
|
-
"hasDynamicHelp": false,
|
|
1687
|
-
"multiple": false,
|
|
1688
|
-
"type": "option"
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
"hasDynamicHelp": true,
|
|
1692
|
-
"hiddenAliases": [],
|
|
1693
|
-
"id": "analytics:recipe:start",
|
|
1694
|
-
"pluginAlias": "@salesforce/analytics",
|
|
1695
|
-
"pluginName": "@salesforce/analytics",
|
|
1696
|
-
"pluginType": "core",
|
|
1697
|
-
"strict": true,
|
|
1698
|
-
"summary": "start Data Prep recipes",
|
|
1699
|
-
"enableJsonFlag": true,
|
|
1700
|
-
"isESM": true,
|
|
1701
|
-
"relativePath": [
|
|
1702
|
-
"lib",
|
|
1703
|
-
"commands",
|
|
1704
|
-
"analytics",
|
|
1705
|
-
"recipe",
|
|
1706
|
-
"start.js"
|
|
1707
|
-
]
|
|
1708
|
-
},
|
|
1709
|
-
"analytics:template:create": {
|
|
1710
|
-
"aliases": [],
|
|
1711
|
-
"args": {},
|
|
1712
|
-
"description": "Creates Analytics templates.",
|
|
1713
|
-
"examples": [
|
|
1714
|
-
"$ sfdx analytics:template:create -f folderid",
|
|
1715
|
-
"$ sfdx analytics:template:create -f folderid -r \"recipeid1, recipeid2\"",
|
|
1716
|
-
"$ sfdx analytics:template:create -f folderid -d \"datatransformid1, datatransformid2\""
|
|
1717
|
-
],
|
|
1718
|
-
"flags": {
|
|
1719
|
-
"json": {
|
|
1720
|
-
"description": "Format output as json.",
|
|
1721
|
-
"helpGroup": "GLOBAL",
|
|
1722
|
-
"name": "json",
|
|
1723
|
-
"allowNo": false,
|
|
1724
|
-
"type": "boolean"
|
|
1725
|
-
},
|
|
1726
|
-
"loglevel": {
|
|
1727
|
-
"deprecated": {
|
|
1728
|
-
"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."
|
|
1729
|
-
},
|
|
1730
|
-
"hidden": true,
|
|
1731
|
-
"name": "loglevel",
|
|
1732
|
-
"hasDynamicHelp": false,
|
|
1733
|
-
"multiple": false,
|
|
1734
|
-
"type": "option"
|
|
1735
|
-
},
|
|
1736
|
-
"target-org": {
|
|
1737
|
-
"aliases": [
|
|
1738
|
-
"targetusername",
|
|
1739
|
-
"u"
|
|
1740
|
-
],
|
|
1741
|
-
"char": "o",
|
|
1742
|
-
"deprecateAliases": true,
|
|
1743
|
-
"name": "target-org",
|
|
1744
|
-
"noCacheDefault": true,
|
|
1745
|
-
"required": true,
|
|
1746
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1747
|
-
"hasDynamicHelp": true,
|
|
1748
|
-
"multiple": false,
|
|
1749
|
-
"type": "option"
|
|
1750
|
-
},
|
|
1751
|
-
"api-version": {
|
|
1752
|
-
"aliases": [
|
|
1753
|
-
"apiversion"
|
|
1754
|
-
],
|
|
1755
|
-
"deprecateAliases": true,
|
|
1756
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1757
|
-
"name": "api-version",
|
|
1758
|
-
"hasDynamicHelp": false,
|
|
1759
|
-
"multiple": false,
|
|
1760
|
-
"type": "option"
|
|
1761
|
-
},
|
|
1762
|
-
"folderid": {
|
|
1763
|
-
"char": "f",
|
|
1764
|
-
"description": "The ID of the folder that contains the template data.",
|
|
1765
|
-
"name": "folderid",
|
|
1766
|
-
"required": true,
|
|
1767
|
-
"summary": "folder ID",
|
|
1768
|
-
"hasDynamicHelp": false,
|
|
1769
|
-
"multiple": false,
|
|
1770
|
-
"type": "option"
|
|
1771
|
-
},
|
|
1772
|
-
"recipeids": {
|
|
1773
|
-
"char": "r",
|
|
1774
|
-
"description": "comma-separated list of recipe IDs to be included with the template. ",
|
|
1775
|
-
"name": "recipeids",
|
|
1776
|
-
"required": false,
|
|
1777
|
-
"summary": "comma-separated list of recipe IDs",
|
|
1778
|
-
"delimiter": ",",
|
|
1779
|
-
"hasDynamicHelp": false,
|
|
1780
|
-
"multiple": true,
|
|
1781
|
-
"type": "option"
|
|
1782
|
-
},
|
|
1783
|
-
"datatransformids": {
|
|
1784
|
-
"char": "d",
|
|
1785
|
-
"description": "comma-separated list of data transform IDs to be included with the template. ",
|
|
1786
|
-
"name": "datatransformids",
|
|
1787
|
-
"required": false,
|
|
1788
|
-
"summary": "comma-separated list of data transform IDs",
|
|
1789
|
-
"delimiter": ",",
|
|
1790
|
-
"hasDynamicHelp": false,
|
|
1791
|
-
"multiple": true,
|
|
1792
|
-
"type": "option"
|
|
1793
|
-
},
|
|
1794
|
-
"label": {
|
|
1795
|
-
"char": "l",
|
|
1796
|
-
"description": "The label for the Analytics template (defaults to the app label).",
|
|
1797
|
-
"name": "label",
|
|
1798
|
-
"summary": "template label",
|
|
1799
|
-
"hasDynamicHelp": false,
|
|
1800
|
-
"multiple": false,
|
|
1801
|
-
"type": "option"
|
|
1802
|
-
},
|
|
1803
|
-
"description": {
|
|
1804
|
-
"description": "The description for the Analytics template (defaults to the app description).",
|
|
1805
|
-
"name": "description",
|
|
1806
|
-
"summary": "template description",
|
|
1807
|
-
"hasDynamicHelp": false,
|
|
1808
|
-
"multiple": false,
|
|
1809
|
-
"type": "option"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
"hasDynamicHelp": true,
|
|
1813
|
-
"hiddenAliases": [],
|
|
1814
|
-
"id": "analytics:template:create",
|
|
1815
|
-
"pluginAlias": "@salesforce/analytics",
|
|
1816
|
-
"pluginName": "@salesforce/analytics",
|
|
1817
|
-
"pluginType": "core",
|
|
1818
|
-
"strict": true,
|
|
1819
|
-
"summary": "create Analytics templates",
|
|
1820
|
-
"enableJsonFlag": true,
|
|
1821
|
-
"isESM": true,
|
|
1822
|
-
"relativePath": [
|
|
1823
|
-
"lib",
|
|
1824
|
-
"commands",
|
|
1825
|
-
"analytics",
|
|
1826
|
-
"template",
|
|
1827
|
-
"create.js"
|
|
1828
|
-
]
|
|
1829
|
-
},
|
|
1830
|
-
"analytics:template:delete": {
|
|
1831
|
-
"aliases": [],
|
|
1832
|
-
"args": {},
|
|
1833
|
-
"description": "Deletes Analytics templates.",
|
|
1834
|
-
"examples": [
|
|
1835
|
-
"$ sfdx analytics:template:delete -t templateid"
|
|
1836
|
-
],
|
|
1837
|
-
"flags": {
|
|
1838
|
-
"json": {
|
|
1839
|
-
"description": "Format output as json.",
|
|
1840
|
-
"helpGroup": "GLOBAL",
|
|
1841
|
-
"name": "json",
|
|
1842
|
-
"allowNo": false,
|
|
1843
|
-
"type": "boolean"
|
|
1844
|
-
},
|
|
1845
|
-
"loglevel": {
|
|
1846
|
-
"deprecated": {
|
|
1847
|
-
"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."
|
|
1848
|
-
},
|
|
1849
|
-
"hidden": true,
|
|
1850
|
-
"name": "loglevel",
|
|
1851
|
-
"hasDynamicHelp": false,
|
|
1852
|
-
"multiple": false,
|
|
1853
|
-
"type": "option"
|
|
1854
|
-
},
|
|
1855
|
-
"target-org": {
|
|
1856
|
-
"aliases": [
|
|
1857
|
-
"targetusername",
|
|
1858
|
-
"u"
|
|
1859
|
-
],
|
|
1860
|
-
"char": "o",
|
|
1861
|
-
"deprecateAliases": true,
|
|
1862
|
-
"name": "target-org",
|
|
1863
|
-
"noCacheDefault": true,
|
|
1864
|
-
"required": true,
|
|
1865
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1866
|
-
"hasDynamicHelp": true,
|
|
1867
|
-
"multiple": false,
|
|
1868
|
-
"type": "option"
|
|
1869
|
-
},
|
|
1870
|
-
"api-version": {
|
|
1871
|
-
"aliases": [
|
|
1872
|
-
"apiversion"
|
|
1873
|
-
],
|
|
1874
|
-
"deprecateAliases": true,
|
|
1875
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1876
|
-
"name": "api-version",
|
|
1877
|
-
"hasDynamicHelp": false,
|
|
1878
|
-
"multiple": false,
|
|
1879
|
-
"type": "option"
|
|
1880
|
-
},
|
|
1881
|
-
"templateid": {
|
|
1882
|
-
"char": "t",
|
|
1883
|
-
"description": "The ID of the Analytics template.",
|
|
1884
|
-
"name": "templateid",
|
|
1885
|
-
"required": true,
|
|
1886
|
-
"summary": "template ID",
|
|
1895
|
+
"summary": "template ID",
|
|
1887
1896
|
"hasDynamicHelp": false,
|
|
1888
1897
|
"multiple": false,
|
|
1889
1898
|
"type": "option"
|
|
@@ -2447,12 +2456,12 @@
|
|
|
2447
2456
|
"validate.js"
|
|
2448
2457
|
]
|
|
2449
2458
|
},
|
|
2450
|
-
"analytics:
|
|
2459
|
+
"analytics:recipe:list": {
|
|
2451
2460
|
"aliases": [],
|
|
2452
2461
|
"args": {},
|
|
2453
|
-
"description": "
|
|
2462
|
+
"description": "Lists Data Prep recipes in the specified target org.",
|
|
2454
2463
|
"examples": [
|
|
2455
|
-
"$ sfdx analytics:
|
|
2464
|
+
"$ sfdx analytics:recipe:list"
|
|
2456
2465
|
],
|
|
2457
2466
|
"flags": {
|
|
2458
2467
|
"json": {
|
|
@@ -2497,43 +2506,32 @@
|
|
|
2497
2506
|
"hasDynamicHelp": false,
|
|
2498
2507
|
"multiple": false,
|
|
2499
2508
|
"type": "option"
|
|
2500
|
-
},
|
|
2501
|
-
"assetid": {
|
|
2502
|
-
"char": "i",
|
|
2503
|
-
"description": "Asset ID under development.",
|
|
2504
|
-
"name": "assetid",
|
|
2505
|
-
"required": true,
|
|
2506
|
-
"summary": "Asset ID under development",
|
|
2507
|
-
"hasDynamicHelp": false,
|
|
2508
|
-
"multiple": false,
|
|
2509
|
-
"type": "option"
|
|
2510
2509
|
}
|
|
2511
2510
|
},
|
|
2512
2511
|
"hasDynamicHelp": true,
|
|
2513
2512
|
"hiddenAliases": [],
|
|
2514
|
-
"id": "analytics:
|
|
2513
|
+
"id": "analytics:recipe:list",
|
|
2515
2514
|
"pluginAlias": "@salesforce/analytics",
|
|
2516
2515
|
"pluginName": "@salesforce/analytics",
|
|
2517
2516
|
"pluginType": "core",
|
|
2518
2517
|
"strict": true,
|
|
2519
|
-
"summary": "
|
|
2518
|
+
"summary": "list Data Prep recipes",
|
|
2520
2519
|
"enableJsonFlag": true,
|
|
2521
2520
|
"isESM": true,
|
|
2522
2521
|
"relativePath": [
|
|
2523
2522
|
"lib",
|
|
2524
2523
|
"commands",
|
|
2525
2524
|
"analytics",
|
|
2526
|
-
"
|
|
2527
|
-
"
|
|
2528
|
-
"create.js"
|
|
2525
|
+
"recipe",
|
|
2526
|
+
"list.js"
|
|
2529
2527
|
]
|
|
2530
2528
|
},
|
|
2531
|
-
"analytics:
|
|
2529
|
+
"analytics:recipe:start": {
|
|
2532
2530
|
"aliases": [],
|
|
2533
2531
|
"args": {},
|
|
2534
|
-
"description": "
|
|
2532
|
+
"description": "Start a Data Prep recipe in the specified target org.",
|
|
2535
2533
|
"examples": [
|
|
2536
|
-
"$ sfdx analytics:
|
|
2534
|
+
"$ sfdx analytics:recipe:start --recipeid <recipeid>"
|
|
2537
2535
|
],
|
|
2538
2536
|
"flags": {
|
|
2539
2537
|
"json": {
|
|
@@ -2579,22 +2577,12 @@
|
|
|
2579
2577
|
"multiple": false,
|
|
2580
2578
|
"type": "option"
|
|
2581
2579
|
},
|
|
2582
|
-
"
|
|
2580
|
+
"recipeid": {
|
|
2583
2581
|
"char": "i",
|
|
2584
|
-
"description": "
|
|
2585
|
-
"name": "
|
|
2586
|
-
"required": true,
|
|
2587
|
-
"summary": "Asset Publisher ID under development",
|
|
2588
|
-
"hasDynamicHelp": false,
|
|
2589
|
-
"multiple": false,
|
|
2590
|
-
"type": "option"
|
|
2591
|
-
},
|
|
2592
|
-
"assetid": {
|
|
2593
|
-
"char": "a",
|
|
2594
|
-
"description": "Asset ID under development.",
|
|
2595
|
-
"name": "assetid",
|
|
2582
|
+
"description": "The ID of the recipe to update.",
|
|
2583
|
+
"name": "recipeid",
|
|
2596
2584
|
"required": true,
|
|
2597
|
-
"summary": "
|
|
2585
|
+
"summary": "recipe ID",
|
|
2598
2586
|
"hasDynamicHelp": false,
|
|
2599
2587
|
"multiple": false,
|
|
2600
2588
|
"type": "option"
|
|
@@ -2602,29 +2590,28 @@
|
|
|
2602
2590
|
},
|
|
2603
2591
|
"hasDynamicHelp": true,
|
|
2604
2592
|
"hiddenAliases": [],
|
|
2605
|
-
"id": "analytics:
|
|
2593
|
+
"id": "analytics:recipe:start",
|
|
2606
2594
|
"pluginAlias": "@salesforce/analytics",
|
|
2607
2595
|
"pluginName": "@salesforce/analytics",
|
|
2608
2596
|
"pluginType": "core",
|
|
2609
2597
|
"strict": true,
|
|
2610
|
-
"summary": "
|
|
2598
|
+
"summary": "start Data Prep recipes",
|
|
2611
2599
|
"enableJsonFlag": true,
|
|
2612
2600
|
"isESM": true,
|
|
2613
2601
|
"relativePath": [
|
|
2614
2602
|
"lib",
|
|
2615
2603
|
"commands",
|
|
2616
2604
|
"analytics",
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
-
"delete.js"
|
|
2605
|
+
"recipe",
|
|
2606
|
+
"start.js"
|
|
2620
2607
|
]
|
|
2621
2608
|
},
|
|
2622
|
-
"analytics:
|
|
2609
|
+
"analytics:autoinstall:app:cancel": {
|
|
2623
2610
|
"aliases": [],
|
|
2624
2611
|
"args": {},
|
|
2625
|
-
"description": "
|
|
2612
|
+
"description": "Cancels app-auto install request",
|
|
2626
2613
|
"examples": [
|
|
2627
|
-
"$ sfdx analytics:
|
|
2614
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
2628
2615
|
],
|
|
2629
2616
|
"flags": {
|
|
2630
2617
|
"json": {
|
|
@@ -2670,50 +2657,43 @@
|
|
|
2670
2657
|
"multiple": false,
|
|
2671
2658
|
"type": "option"
|
|
2672
2659
|
},
|
|
2673
|
-
"
|
|
2660
|
+
"autoinstallid": {
|
|
2674
2661
|
"char": "i",
|
|
2675
|
-
"description": "
|
|
2676
|
-
"name": "
|
|
2662
|
+
"description": "ID of the auto-install request.",
|
|
2663
|
+
"name": "autoinstallid",
|
|
2677
2664
|
"required": true,
|
|
2678
|
-
"summary": "
|
|
2665
|
+
"summary": "auto-install request ID",
|
|
2679
2666
|
"hasDynamicHelp": false,
|
|
2680
2667
|
"multiple": false,
|
|
2681
2668
|
"type": "option"
|
|
2682
|
-
},
|
|
2683
|
-
"noprompt": {
|
|
2684
|
-
"char": "p",
|
|
2685
|
-
"description": "Do not prompt to confirm delete.",
|
|
2686
|
-
"name": "noprompt",
|
|
2687
|
-
"summary": "do not prompt to confirm force delete",
|
|
2688
|
-
"allowNo": false,
|
|
2689
|
-
"type": "boolean"
|
|
2690
2669
|
}
|
|
2691
2670
|
},
|
|
2692
2671
|
"hasDynamicHelp": true,
|
|
2693
2672
|
"hiddenAliases": [],
|
|
2694
|
-
"id": "analytics:
|
|
2673
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
2695
2674
|
"pluginAlias": "@salesforce/analytics",
|
|
2696
2675
|
"pluginName": "@salesforce/analytics",
|
|
2697
2676
|
"pluginType": "core",
|
|
2698
2677
|
"strict": true,
|
|
2699
|
-
"summary": "
|
|
2678
|
+
"summary": "cancels app-auto install request",
|
|
2700
2679
|
"enableJsonFlag": true,
|
|
2701
2680
|
"isESM": true,
|
|
2702
2681
|
"relativePath": [
|
|
2703
2682
|
"lib",
|
|
2704
2683
|
"commands",
|
|
2705
2684
|
"analytics",
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2685
|
+
"autoinstall",
|
|
2686
|
+
"app",
|
|
2687
|
+
"cancel.js"
|
|
2709
2688
|
]
|
|
2710
2689
|
},
|
|
2711
|
-
"analytics:
|
|
2690
|
+
"analytics:autoinstall:app:create": {
|
|
2712
2691
|
"aliases": [],
|
|
2713
2692
|
"args": {},
|
|
2714
|
-
"description": "
|
|
2693
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
2715
2694
|
"examples": [
|
|
2716
|
-
"$ sfdx analytics:
|
|
2695
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
2696
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2717
2697
|
],
|
|
2718
2698
|
"flags": {
|
|
2719
2699
|
"json": {
|
|
@@ -2759,99 +2739,96 @@
|
|
|
2759
2739
|
"multiple": false,
|
|
2760
2740
|
"type": "option"
|
|
2761
2741
|
},
|
|
2762
|
-
"
|
|
2763
|
-
"char": "
|
|
2764
|
-
"description": "
|
|
2765
|
-
"
|
|
2766
|
-
|
|
2767
|
-
|
|
2742
|
+
"templateid": {
|
|
2743
|
+
"char": "t",
|
|
2744
|
+
"description": "The ID of the Analytics template.",
|
|
2745
|
+
"exclusive": [
|
|
2746
|
+
"templatename"
|
|
2747
|
+
],
|
|
2748
|
+
"name": "templateid",
|
|
2749
|
+
"summary": "template ID",
|
|
2768
2750
|
"hasDynamicHelp": false,
|
|
2769
2751
|
"multiple": false,
|
|
2770
2752
|
"type": "option"
|
|
2771
|
-
}
|
|
2772
|
-
},
|
|
2773
|
-
"hasDynamicHelp": true,
|
|
2774
|
-
"hiddenAliases": [],
|
|
2775
|
-
"id": "analytics:asset:publisher:list",
|
|
2776
|
-
"pluginAlias": "@salesforce/analytics",
|
|
2777
|
-
"pluginName": "@salesforce/analytics",
|
|
2778
|
-
"pluginType": "core",
|
|
2779
|
-
"strict": true,
|
|
2780
|
-
"summary": "list Analytics asset publishers",
|
|
2781
|
-
"enableJsonFlag": true,
|
|
2782
|
-
"isESM": true,
|
|
2783
|
-
"relativePath": [
|
|
2784
|
-
"lib",
|
|
2785
|
-
"commands",
|
|
2786
|
-
"analytics",
|
|
2787
|
-
"asset",
|
|
2788
|
-
"publisher",
|
|
2789
|
-
"list.js"
|
|
2790
|
-
]
|
|
2791
|
-
},
|
|
2792
|
-
"analytics:autoinstall:display": {
|
|
2793
|
-
"aliases": [],
|
|
2794
|
-
"args": {},
|
|
2795
|
-
"description": "Displays a Analytics auto-install request details.",
|
|
2796
|
-
"examples": [
|
|
2797
|
-
"$ sfdx analytics:autoinstall:display -i id"
|
|
2798
|
-
],
|
|
2799
|
-
"flags": {
|
|
2800
|
-
"json": {
|
|
2801
|
-
"description": "Format output as json.",
|
|
2802
|
-
"helpGroup": "GLOBAL",
|
|
2803
|
-
"name": "json",
|
|
2804
|
-
"allowNo": false,
|
|
2805
|
-
"type": "boolean"
|
|
2806
2753
|
},
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2754
|
+
"templatename": {
|
|
2755
|
+
"char": "n",
|
|
2756
|
+
"description": "The API name of the Analytics template.",
|
|
2757
|
+
"exclusive": [
|
|
2758
|
+
"templateid"
|
|
2759
|
+
],
|
|
2760
|
+
"name": "templatename",
|
|
2761
|
+
"summary": "template api name",
|
|
2813
2762
|
"hasDynamicHelp": false,
|
|
2814
2763
|
"multiple": false,
|
|
2815
2764
|
"type": "option"
|
|
2816
2765
|
},
|
|
2817
|
-
"
|
|
2818
|
-
"
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
"char": "o",
|
|
2823
|
-
"deprecateAliases": true,
|
|
2824
|
-
"name": "target-org",
|
|
2825
|
-
"noCacheDefault": true,
|
|
2826
|
-
"required": true,
|
|
2827
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2828
|
-
"hasDynamicHelp": true,
|
|
2766
|
+
"appname": {
|
|
2767
|
+
"description": "The name of the created app.",
|
|
2768
|
+
"name": "appname",
|
|
2769
|
+
"summary": "app name",
|
|
2770
|
+
"hasDynamicHelp": false,
|
|
2829
2771
|
"multiple": false,
|
|
2830
2772
|
"type": "option"
|
|
2831
2773
|
},
|
|
2832
|
-
"
|
|
2833
|
-
"
|
|
2834
|
-
|
|
2774
|
+
"appdescription": {
|
|
2775
|
+
"description": "The description of the created app.",
|
|
2776
|
+
"name": "appdescription",
|
|
2777
|
+
"summary": "app description",
|
|
2778
|
+
"hasDynamicHelp": false,
|
|
2779
|
+
"multiple": false,
|
|
2780
|
+
"type": "option"
|
|
2781
|
+
},
|
|
2782
|
+
"appconfiguration": {
|
|
2783
|
+
"char": "c",
|
|
2784
|
+
"description": "Analytics auto-install app configuration file. For more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
|
|
2785
|
+
"exclusive": [
|
|
2786
|
+
"appname",
|
|
2787
|
+
"appdescription"
|
|
2835
2788
|
],
|
|
2836
|
-
"
|
|
2837
|
-
"
|
|
2838
|
-
"name": "api-version",
|
|
2789
|
+
"name": "appconfiguration",
|
|
2790
|
+
"summary": "Analytics auto-install app configuration file, for more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
|
|
2839
2791
|
"hasDynamicHelp": false,
|
|
2840
2792
|
"multiple": false,
|
|
2841
2793
|
"type": "option"
|
|
2842
2794
|
},
|
|
2843
|
-
"
|
|
2844
|
-
"
|
|
2845
|
-
"
|
|
2846
|
-
"name": "
|
|
2847
|
-
"
|
|
2848
|
-
"
|
|
2795
|
+
"noenqueue": {
|
|
2796
|
+
"description": "Only create the request, do not initially enqueue and start the request.",
|
|
2797
|
+
"hidden": true,
|
|
2798
|
+
"name": "noenqueue",
|
|
2799
|
+
"summary": "do not enqueue the request",
|
|
2800
|
+
"allowNo": false,
|
|
2801
|
+
"type": "boolean"
|
|
2802
|
+
},
|
|
2803
|
+
"async": {
|
|
2804
|
+
"char": "a",
|
|
2805
|
+
"description": "Create app asynchronously.",
|
|
2806
|
+
"name": "async",
|
|
2807
|
+
"summary": "create app asynchronously",
|
|
2808
|
+
"allowNo": false,
|
|
2809
|
+
"type": "boolean"
|
|
2810
|
+
},
|
|
2811
|
+
"wait": {
|
|
2812
|
+
"char": "w",
|
|
2813
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2814
|
+
"name": "wait",
|
|
2815
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
2816
|
+
"default": 10,
|
|
2817
|
+
"hasDynamicHelp": false,
|
|
2818
|
+
"multiple": false,
|
|
2819
|
+
"type": "option"
|
|
2820
|
+
},
|
|
2821
|
+
"pollinterval": {
|
|
2822
|
+
"char": "p",
|
|
2823
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2824
|
+
"name": "pollinterval",
|
|
2825
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2826
|
+
"default": 5000,
|
|
2849
2827
|
"hasDynamicHelp": false,
|
|
2850
2828
|
"multiple": false,
|
|
2851
2829
|
"type": "option"
|
|
2852
2830
|
},
|
|
2853
2831
|
"applog": {
|
|
2854
|
-
"char": "a",
|
|
2855
2832
|
"description": "Specify to include app log details.",
|
|
2856
2833
|
"name": "applog",
|
|
2857
2834
|
"required": false,
|
|
@@ -2862,12 +2839,12 @@
|
|
|
2862
2839
|
},
|
|
2863
2840
|
"hasDynamicHelp": true,
|
|
2864
2841
|
"hiddenAliases": [],
|
|
2865
|
-
"id": "analytics:autoinstall:
|
|
2842
|
+
"id": "analytics:autoinstall:app:create",
|
|
2866
2843
|
"pluginAlias": "@salesforce/analytics",
|
|
2867
2844
|
"pluginName": "@salesforce/analytics",
|
|
2868
2845
|
"pluginType": "core",
|
|
2869
2846
|
"strict": true,
|
|
2870
|
-
"summary": "
|
|
2847
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
2871
2848
|
"enableJsonFlag": true,
|
|
2872
2849
|
"isESM": true,
|
|
2873
2850
|
"relativePath": [
|
|
@@ -2875,15 +2852,16 @@
|
|
|
2875
2852
|
"commands",
|
|
2876
2853
|
"analytics",
|
|
2877
2854
|
"autoinstall",
|
|
2878
|
-
"
|
|
2855
|
+
"app",
|
|
2856
|
+
"create.js"
|
|
2879
2857
|
]
|
|
2880
2858
|
},
|
|
2881
|
-
"analytics:autoinstall:
|
|
2859
|
+
"analytics:autoinstall:app:delete": {
|
|
2882
2860
|
"aliases": [],
|
|
2883
2861
|
"args": {},
|
|
2884
|
-
"description": "
|
|
2862
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
2885
2863
|
"examples": [
|
|
2886
|
-
"$ sfdx analytics:autoinstall:
|
|
2864
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
2887
2865
|
],
|
|
2888
2866
|
"flags": {
|
|
2889
2867
|
"json": {
|
|
@@ -2928,16 +2906,54 @@
|
|
|
2928
2906
|
"hasDynamicHelp": false,
|
|
2929
2907
|
"multiple": false,
|
|
2930
2908
|
"type": "option"
|
|
2909
|
+
},
|
|
2910
|
+
"folderid": {
|
|
2911
|
+
"char": "f",
|
|
2912
|
+
"description": "ID of the folder that contains the app data.",
|
|
2913
|
+
"name": "folderid",
|
|
2914
|
+
"required": true,
|
|
2915
|
+
"summary": "folder ID",
|
|
2916
|
+
"hasDynamicHelp": false,
|
|
2917
|
+
"multiple": false,
|
|
2918
|
+
"type": "option"
|
|
2919
|
+
},
|
|
2920
|
+
"async": {
|
|
2921
|
+
"char": "a",
|
|
2922
|
+
"description": "Delete app asynchronously.",
|
|
2923
|
+
"name": "async",
|
|
2924
|
+
"summary": "delete app asynchronously",
|
|
2925
|
+
"allowNo": false,
|
|
2926
|
+
"type": "boolean"
|
|
2927
|
+
},
|
|
2928
|
+
"wait": {
|
|
2929
|
+
"char": "w",
|
|
2930
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2931
|
+
"name": "wait",
|
|
2932
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
2933
|
+
"default": 10,
|
|
2934
|
+
"hasDynamicHelp": false,
|
|
2935
|
+
"multiple": false,
|
|
2936
|
+
"type": "option"
|
|
2937
|
+
},
|
|
2938
|
+
"pollinterval": {
|
|
2939
|
+
"char": "p",
|
|
2940
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2941
|
+
"name": "pollinterval",
|
|
2942
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2943
|
+
"default": 5000,
|
|
2944
|
+
"hasDynamicHelp": false,
|
|
2945
|
+
"multiple": false,
|
|
2946
|
+
"type": "option"
|
|
2931
2947
|
}
|
|
2932
2948
|
},
|
|
2933
2949
|
"hasDynamicHelp": true,
|
|
2934
2950
|
"hiddenAliases": [],
|
|
2935
|
-
"id": "analytics:autoinstall:
|
|
2951
|
+
"id": "analytics:autoinstall:app:delete",
|
|
2936
2952
|
"pluginAlias": "@salesforce/analytics",
|
|
2937
2953
|
"pluginName": "@salesforce/analytics",
|
|
2938
2954
|
"pluginType": "core",
|
|
2939
2955
|
"strict": true,
|
|
2940
|
-
"summary": "
|
|
2956
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
2941
2957
|
"enableJsonFlag": true,
|
|
2942
2958
|
"isESM": true,
|
|
2943
2959
|
"relativePath": [
|
|
@@ -2945,15 +2961,17 @@
|
|
|
2945
2961
|
"commands",
|
|
2946
2962
|
"analytics",
|
|
2947
2963
|
"autoinstall",
|
|
2948
|
-
"
|
|
2964
|
+
"app",
|
|
2965
|
+
"delete.js"
|
|
2949
2966
|
]
|
|
2950
2967
|
},
|
|
2951
|
-
"analytics:
|
|
2968
|
+
"analytics:autoinstall:app:update": {
|
|
2952
2969
|
"aliases": [],
|
|
2953
2970
|
"args": {},
|
|
2954
|
-
"description": "
|
|
2971
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
2955
2972
|
"examples": [
|
|
2956
|
-
"$ sfdx analytics:
|
|
2973
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
2974
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
2957
2975
|
],
|
|
2958
2976
|
"flags": {
|
|
2959
2977
|
"json": {
|
|
@@ -2999,42 +3017,183 @@
|
|
|
2999
3017
|
"multiple": false,
|
|
3000
3018
|
"type": "option"
|
|
3001
3019
|
},
|
|
3002
|
-
"
|
|
3003
|
-
"char": "
|
|
3004
|
-
"description": "The ID of the
|
|
3005
|
-
"
|
|
3006
|
-
|
|
3007
|
-
|
|
3020
|
+
"templateid": {
|
|
3021
|
+
"char": "t",
|
|
3022
|
+
"description": "The ID of the Analytics template.",
|
|
3023
|
+
"exclusive": [
|
|
3024
|
+
"templatename"
|
|
3025
|
+
],
|
|
3026
|
+
"name": "templateid",
|
|
3027
|
+
"summary": "template ID",
|
|
3008
3028
|
"hasDynamicHelp": false,
|
|
3009
3029
|
"multiple": false,
|
|
3010
3030
|
"type": "option"
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3031
|
+
},
|
|
3032
|
+
"templatename": {
|
|
3033
|
+
"char": "n",
|
|
3034
|
+
"description": "The API name of the Analytics template.",
|
|
3035
|
+
"exclusive": [
|
|
3036
|
+
"templateid"
|
|
3037
|
+
],
|
|
3038
|
+
"name": "templatename",
|
|
3039
|
+
"summary": "template api name",
|
|
3040
|
+
"hasDynamicHelp": false,
|
|
3041
|
+
"multiple": false,
|
|
3042
|
+
"type": "option"
|
|
3043
|
+
},
|
|
3044
|
+
"folderid": {
|
|
3045
|
+
"char": "f",
|
|
3046
|
+
"description": "ID of the folder that contains the app data.",
|
|
3047
|
+
"name": "folderid",
|
|
3048
|
+
"required": true,
|
|
3049
|
+
"summary": "folder ID",
|
|
3050
|
+
"hasDynamicHelp": false,
|
|
3051
|
+
"multiple": false,
|
|
3052
|
+
"type": "option"
|
|
3053
|
+
},
|
|
3054
|
+
"async": {
|
|
3055
|
+
"char": "a",
|
|
3056
|
+
"description": "Update app asynchronously.",
|
|
3057
|
+
"name": "async",
|
|
3058
|
+
"summary": "update app asynchronously",
|
|
3059
|
+
"allowNo": false,
|
|
3060
|
+
"type": "boolean"
|
|
3061
|
+
},
|
|
3062
|
+
"wait": {
|
|
3063
|
+
"char": "w",
|
|
3064
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3065
|
+
"name": "wait",
|
|
3066
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3067
|
+
"default": 10,
|
|
3068
|
+
"hasDynamicHelp": false,
|
|
3069
|
+
"multiple": false,
|
|
3070
|
+
"type": "option"
|
|
3071
|
+
},
|
|
3072
|
+
"pollinterval": {
|
|
3073
|
+
"char": "p",
|
|
3074
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3075
|
+
"name": "pollinterval",
|
|
3076
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3077
|
+
"default": 5000,
|
|
3078
|
+
"hasDynamicHelp": false,
|
|
3079
|
+
"multiple": false,
|
|
3080
|
+
"type": "option"
|
|
3081
|
+
},
|
|
3082
|
+
"applog": {
|
|
3083
|
+
"description": "Specify to include app log details.",
|
|
3084
|
+
"name": "applog",
|
|
3085
|
+
"required": false,
|
|
3086
|
+
"summary": "specify to include app log details",
|
|
3087
|
+
"allowNo": false,
|
|
3088
|
+
"type": "boolean"
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
3091
|
+
"hasDynamicHelp": true,
|
|
3092
|
+
"hiddenAliases": [],
|
|
3093
|
+
"id": "analytics:autoinstall:app:update",
|
|
3094
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3095
|
+
"pluginName": "@salesforce/analytics",
|
|
3096
|
+
"pluginType": "core",
|
|
3097
|
+
"strict": true,
|
|
3098
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
3021
3099
|
"enableJsonFlag": true,
|
|
3022
3100
|
"isESM": true,
|
|
3023
3101
|
"relativePath": [
|
|
3024
3102
|
"lib",
|
|
3025
3103
|
"commands",
|
|
3026
3104
|
"analytics",
|
|
3027
|
-
"
|
|
3105
|
+
"autoinstall",
|
|
3106
|
+
"app",
|
|
3107
|
+
"update.js"
|
|
3108
|
+
]
|
|
3109
|
+
},
|
|
3110
|
+
"analytics:dashboard:history:list": {
|
|
3111
|
+
"aliases": [],
|
|
3112
|
+
"args": {},
|
|
3113
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3114
|
+
"examples": [
|
|
3115
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3116
|
+
],
|
|
3117
|
+
"flags": {
|
|
3118
|
+
"json": {
|
|
3119
|
+
"description": "Format output as json.",
|
|
3120
|
+
"helpGroup": "GLOBAL",
|
|
3121
|
+
"name": "json",
|
|
3122
|
+
"allowNo": false,
|
|
3123
|
+
"type": "boolean"
|
|
3124
|
+
},
|
|
3125
|
+
"loglevel": {
|
|
3126
|
+
"deprecated": {
|
|
3127
|
+
"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."
|
|
3128
|
+
},
|
|
3129
|
+
"hidden": true,
|
|
3130
|
+
"name": "loglevel",
|
|
3131
|
+
"hasDynamicHelp": false,
|
|
3132
|
+
"multiple": false,
|
|
3133
|
+
"type": "option"
|
|
3134
|
+
},
|
|
3135
|
+
"target-org": {
|
|
3136
|
+
"aliases": [
|
|
3137
|
+
"targetusername",
|
|
3138
|
+
"u"
|
|
3139
|
+
],
|
|
3140
|
+
"char": "o",
|
|
3141
|
+
"deprecateAliases": true,
|
|
3142
|
+
"name": "target-org",
|
|
3143
|
+
"noCacheDefault": true,
|
|
3144
|
+
"required": true,
|
|
3145
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3146
|
+
"hasDynamicHelp": true,
|
|
3147
|
+
"multiple": false,
|
|
3148
|
+
"type": "option"
|
|
3149
|
+
},
|
|
3150
|
+
"api-version": {
|
|
3151
|
+
"aliases": [
|
|
3152
|
+
"apiversion"
|
|
3153
|
+
],
|
|
3154
|
+
"deprecateAliases": true,
|
|
3155
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3156
|
+
"name": "api-version",
|
|
3157
|
+
"hasDynamicHelp": false,
|
|
3158
|
+
"multiple": false,
|
|
3159
|
+
"type": "option"
|
|
3160
|
+
},
|
|
3161
|
+
"dashboardid": {
|
|
3162
|
+
"char": "i",
|
|
3163
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3164
|
+
"name": "dashboardid",
|
|
3165
|
+
"required": true,
|
|
3166
|
+
"summary": "dashboard ID",
|
|
3167
|
+
"hasDynamicHelp": false,
|
|
3168
|
+
"multiple": false,
|
|
3169
|
+
"type": "option"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3172
|
+
"hasDynamicHelp": true,
|
|
3173
|
+
"hiddenAliases": [],
|
|
3174
|
+
"id": "analytics:dashboard:history:list",
|
|
3175
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3176
|
+
"pluginName": "@salesforce/analytics",
|
|
3177
|
+
"pluginType": "core",
|
|
3178
|
+
"strict": true,
|
|
3179
|
+
"summary": "list history records for Analytics dashboards",
|
|
3180
|
+
"enableJsonFlag": true,
|
|
3181
|
+
"isESM": true,
|
|
3182
|
+
"relativePath": [
|
|
3183
|
+
"lib",
|
|
3184
|
+
"commands",
|
|
3185
|
+
"analytics",
|
|
3186
|
+
"dashboard",
|
|
3028
3187
|
"history",
|
|
3029
3188
|
"list.js"
|
|
3030
3189
|
]
|
|
3031
3190
|
},
|
|
3032
|
-
"analytics:
|
|
3191
|
+
"analytics:dashboard:history:revert": {
|
|
3033
3192
|
"aliases": [],
|
|
3034
3193
|
"args": {},
|
|
3035
3194
|
"description": "Revert to a specified history record.",
|
|
3036
3195
|
"examples": [
|
|
3037
|
-
"$ sfdx analytics:
|
|
3196
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3038
3197
|
],
|
|
3039
3198
|
"flags": {
|
|
3040
3199
|
"json": {
|
|
@@ -3080,22 +3239,22 @@
|
|
|
3080
3239
|
"multiple": false,
|
|
3081
3240
|
"type": "option"
|
|
3082
3241
|
},
|
|
3083
|
-
"
|
|
3242
|
+
"dashboardid": {
|
|
3084
3243
|
"char": "i",
|
|
3085
|
-
"description": "The ID of the
|
|
3086
|
-
"name": "
|
|
3244
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3245
|
+
"name": "dashboardid",
|
|
3087
3246
|
"required": true,
|
|
3088
|
-
"summary": "
|
|
3247
|
+
"summary": "dashboard ID",
|
|
3089
3248
|
"hasDynamicHelp": false,
|
|
3090
3249
|
"multiple": false,
|
|
3091
3250
|
"type": "option"
|
|
3092
3251
|
},
|
|
3093
3252
|
"historyid": {
|
|
3094
3253
|
"char": "y",
|
|
3095
|
-
"description": "The ID of the
|
|
3254
|
+
"description": "The ID of the dashboard history records.",
|
|
3096
3255
|
"name": "historyid",
|
|
3097
3256
|
"required": true,
|
|
3098
|
-
"summary": "
|
|
3257
|
+
"summary": "dashboard history ID",
|
|
3099
3258
|
"hasDynamicHelp": false,
|
|
3100
3259
|
"multiple": false,
|
|
3101
3260
|
"type": "option"
|
|
@@ -3112,7 +3271,7 @@
|
|
|
3112
3271
|
},
|
|
3113
3272
|
"hasDynamicHelp": true,
|
|
3114
3273
|
"hiddenAliases": [],
|
|
3115
|
-
"id": "analytics:
|
|
3274
|
+
"id": "analytics:dashboard:history:revert",
|
|
3116
3275
|
"pluginAlias": "@salesforce/analytics",
|
|
3117
3276
|
"pluginName": "@salesforce/analytics",
|
|
3118
3277
|
"pluginType": "core",
|
|
@@ -3124,17 +3283,17 @@
|
|
|
3124
3283
|
"lib",
|
|
3125
3284
|
"commands",
|
|
3126
3285
|
"analytics",
|
|
3127
|
-
"
|
|
3286
|
+
"dashboard",
|
|
3128
3287
|
"history",
|
|
3129
3288
|
"revert.js"
|
|
3130
3289
|
]
|
|
3131
3290
|
},
|
|
3132
|
-
"analytics:
|
|
3291
|
+
"analytics:dataflow:history:list": {
|
|
3133
3292
|
"aliases": [],
|
|
3134
3293
|
"args": {},
|
|
3135
|
-
"description": "Lists history records for Analytics
|
|
3294
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3136
3295
|
"examples": [
|
|
3137
|
-
"$ sfdx analytics:
|
|
3296
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3138
3297
|
],
|
|
3139
3298
|
"flags": {
|
|
3140
3299
|
"json": {
|
|
@@ -3180,12 +3339,12 @@
|
|
|
3180
3339
|
"multiple": false,
|
|
3181
3340
|
"type": "option"
|
|
3182
3341
|
},
|
|
3183
|
-
"
|
|
3342
|
+
"dataflowid": {
|
|
3184
3343
|
"char": "i",
|
|
3185
|
-
"description": "The ID of the
|
|
3186
|
-
"name": "
|
|
3344
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3345
|
+
"name": "dataflowid",
|
|
3187
3346
|
"required": true,
|
|
3188
|
-
"summary": "
|
|
3347
|
+
"summary": "dataflow ID",
|
|
3189
3348
|
"hasDynamicHelp": false,
|
|
3190
3349
|
"multiple": false,
|
|
3191
3350
|
"type": "option"
|
|
@@ -3193,29 +3352,29 @@
|
|
|
3193
3352
|
},
|
|
3194
3353
|
"hasDynamicHelp": true,
|
|
3195
3354
|
"hiddenAliases": [],
|
|
3196
|
-
"id": "analytics:
|
|
3355
|
+
"id": "analytics:dataflow:history:list",
|
|
3197
3356
|
"pluginAlias": "@salesforce/analytics",
|
|
3198
3357
|
"pluginName": "@salesforce/analytics",
|
|
3199
3358
|
"pluginType": "core",
|
|
3200
3359
|
"strict": true,
|
|
3201
|
-
"summary": "list history records for Analytics
|
|
3360
|
+
"summary": "list history records for Analytics dataflows",
|
|
3202
3361
|
"enableJsonFlag": true,
|
|
3203
3362
|
"isESM": true,
|
|
3204
3363
|
"relativePath": [
|
|
3205
3364
|
"lib",
|
|
3206
3365
|
"commands",
|
|
3207
3366
|
"analytics",
|
|
3208
|
-
"
|
|
3367
|
+
"dataflow",
|
|
3209
3368
|
"history",
|
|
3210
3369
|
"list.js"
|
|
3211
3370
|
]
|
|
3212
3371
|
},
|
|
3213
|
-
"analytics:
|
|
3372
|
+
"analytics:dataflow:history:revert": {
|
|
3214
3373
|
"aliases": [],
|
|
3215
3374
|
"args": {},
|
|
3216
3375
|
"description": "Revert to a specified history record.",
|
|
3217
3376
|
"examples": [
|
|
3218
|
-
"$ sfdx analytics:
|
|
3377
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3219
3378
|
],
|
|
3220
3379
|
"flags": {
|
|
3221
3380
|
"json": {
|
|
@@ -3261,22 +3420,22 @@
|
|
|
3261
3420
|
"multiple": false,
|
|
3262
3421
|
"type": "option"
|
|
3263
3422
|
},
|
|
3264
|
-
"
|
|
3423
|
+
"dataflowid": {
|
|
3265
3424
|
"char": "i",
|
|
3266
|
-
"description": "The ID of the
|
|
3267
|
-
"name": "
|
|
3425
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3426
|
+
"name": "dataflowid",
|
|
3268
3427
|
"required": true,
|
|
3269
|
-
"summary": "
|
|
3428
|
+
"summary": "dataflow ID",
|
|
3270
3429
|
"hasDynamicHelp": false,
|
|
3271
3430
|
"multiple": false,
|
|
3272
3431
|
"type": "option"
|
|
3273
3432
|
},
|
|
3274
3433
|
"historyid": {
|
|
3275
3434
|
"char": "y",
|
|
3276
|
-
"description": "The ID of the
|
|
3435
|
+
"description": "The ID of the dataflow history record.",
|
|
3277
3436
|
"name": "historyid",
|
|
3278
3437
|
"required": true,
|
|
3279
|
-
"summary": "
|
|
3438
|
+
"summary": "dataflow history ID",
|
|
3280
3439
|
"hasDynamicHelp": false,
|
|
3281
3440
|
"multiple": false,
|
|
3282
3441
|
"type": "option"
|
|
@@ -3293,7 +3452,7 @@
|
|
|
3293
3452
|
},
|
|
3294
3453
|
"hasDynamicHelp": true,
|
|
3295
3454
|
"hiddenAliases": [],
|
|
3296
|
-
"id": "analytics:
|
|
3455
|
+
"id": "analytics:dataflow:history:revert",
|
|
3297
3456
|
"pluginAlias": "@salesforce/analytics",
|
|
3298
3457
|
"pluginName": "@salesforce/analytics",
|
|
3299
3458
|
"pluginType": "core",
|
|
@@ -3305,7 +3464,7 @@
|
|
|
3305
3464
|
"lib",
|
|
3306
3465
|
"commands",
|
|
3307
3466
|
"analytics",
|
|
3308
|
-
"
|
|
3467
|
+
"dataflow",
|
|
3309
3468
|
"history",
|
|
3310
3469
|
"revert.js"
|
|
3311
3470
|
]
|
|
@@ -3860,12 +4019,12 @@
|
|
|
3860
4019
|
"revert.js"
|
|
3861
4020
|
]
|
|
3862
4021
|
},
|
|
3863
|
-
"analytics:
|
|
4022
|
+
"analytics:asset:publisher:create": {
|
|
3864
4023
|
"aliases": [],
|
|
3865
4024
|
"args": {},
|
|
3866
|
-
"description": "
|
|
4025
|
+
"description": "Create a publisher record for the Analytics asset.",
|
|
3867
4026
|
"examples": [
|
|
3868
|
-
"$ sfdx analytics:
|
|
4027
|
+
"$ sfdx analytics:asset:publisher:create -i assetId"
|
|
3869
4028
|
],
|
|
3870
4029
|
"flags": {
|
|
3871
4030
|
"json": {
|
|
@@ -3911,12 +4070,12 @@
|
|
|
3911
4070
|
"multiple": false,
|
|
3912
4071
|
"type": "option"
|
|
3913
4072
|
},
|
|
3914
|
-
"
|
|
4073
|
+
"assetid": {
|
|
3915
4074
|
"char": "i",
|
|
3916
|
-
"description": "ID
|
|
3917
|
-
"name": "
|
|
4075
|
+
"description": "Asset ID under development.",
|
|
4076
|
+
"name": "assetid",
|
|
3918
4077
|
"required": true,
|
|
3919
|
-
"summary": "
|
|
4078
|
+
"summary": "Asset ID under development",
|
|
3920
4079
|
"hasDynamicHelp": false,
|
|
3921
4080
|
"multiple": false,
|
|
3922
4081
|
"type": "option"
|
|
@@ -3924,30 +4083,29 @@
|
|
|
3924
4083
|
},
|
|
3925
4084
|
"hasDynamicHelp": true,
|
|
3926
4085
|
"hiddenAliases": [],
|
|
3927
|
-
"id": "analytics:
|
|
4086
|
+
"id": "analytics:asset:publisher:create",
|
|
3928
4087
|
"pluginAlias": "@salesforce/analytics",
|
|
3929
4088
|
"pluginName": "@salesforce/analytics",
|
|
3930
4089
|
"pluginType": "core",
|
|
3931
4090
|
"strict": true,
|
|
3932
|
-
"summary": "
|
|
4091
|
+
"summary": "create a publisher record for the Analytics asset",
|
|
3933
4092
|
"enableJsonFlag": true,
|
|
3934
4093
|
"isESM": true,
|
|
3935
4094
|
"relativePath": [
|
|
3936
4095
|
"lib",
|
|
3937
4096
|
"commands",
|
|
3938
4097
|
"analytics",
|
|
3939
|
-
"
|
|
3940
|
-
"
|
|
3941
|
-
"
|
|
4098
|
+
"asset",
|
|
4099
|
+
"publisher",
|
|
4100
|
+
"create.js"
|
|
3942
4101
|
]
|
|
3943
4102
|
},
|
|
3944
|
-
"analytics:
|
|
4103
|
+
"analytics:asset:publisher:delete": {
|
|
3945
4104
|
"aliases": [],
|
|
3946
4105
|
"args": {},
|
|
3947
|
-
"description": "
|
|
4106
|
+
"description": "Delete a Analytics asset publisher.",
|
|
3948
4107
|
"examples": [
|
|
3949
|
-
"$ sfdx analytics:
|
|
3950
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
4108
|
+
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
3951
4109
|
],
|
|
3952
4110
|
"flags": {
|
|
3953
4111
|
"json": {
|
|
@@ -3993,129 +4151,52 @@
|
|
|
3993
4151
|
"multiple": false,
|
|
3994
4152
|
"type": "option"
|
|
3995
4153
|
},
|
|
3996
|
-
"
|
|
3997
|
-
"char": "
|
|
3998
|
-
"description": "
|
|
3999
|
-
"
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
"name": "templateid",
|
|
4003
|
-
"summary": "template ID",
|
|
4004
|
-
"hasDynamicHelp": false,
|
|
4005
|
-
"multiple": false,
|
|
4006
|
-
"type": "option"
|
|
4007
|
-
},
|
|
4008
|
-
"templatename": {
|
|
4009
|
-
"char": "n",
|
|
4010
|
-
"description": "The API name of the Analytics template.",
|
|
4011
|
-
"exclusive": [
|
|
4012
|
-
"templateid"
|
|
4013
|
-
],
|
|
4014
|
-
"name": "templatename",
|
|
4015
|
-
"summary": "template api name",
|
|
4016
|
-
"hasDynamicHelp": false,
|
|
4017
|
-
"multiple": false,
|
|
4018
|
-
"type": "option"
|
|
4019
|
-
},
|
|
4020
|
-
"appname": {
|
|
4021
|
-
"description": "The name of the created app.",
|
|
4022
|
-
"name": "appname",
|
|
4023
|
-
"summary": "app name",
|
|
4024
|
-
"hasDynamicHelp": false,
|
|
4025
|
-
"multiple": false,
|
|
4026
|
-
"type": "option"
|
|
4027
|
-
},
|
|
4028
|
-
"appdescription": {
|
|
4029
|
-
"description": "The description of the created app.",
|
|
4030
|
-
"name": "appdescription",
|
|
4031
|
-
"summary": "app description",
|
|
4032
|
-
"hasDynamicHelp": false,
|
|
4033
|
-
"multiple": false,
|
|
4034
|
-
"type": "option"
|
|
4035
|
-
},
|
|
4036
|
-
"appconfiguration": {
|
|
4037
|
-
"char": "c",
|
|
4038
|
-
"description": "Analytics auto-install app configuration file. For more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
|
|
4039
|
-
"exclusive": [
|
|
4040
|
-
"appname",
|
|
4041
|
-
"appdescription"
|
|
4042
|
-
],
|
|
4043
|
-
"name": "appconfiguration",
|
|
4044
|
-
"summary": "Analytics auto-install app configuration file, for more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
|
|
4154
|
+
"id": {
|
|
4155
|
+
"char": "i",
|
|
4156
|
+
"description": "Asset Publisher ID under development.",
|
|
4157
|
+
"name": "id",
|
|
4158
|
+
"required": true,
|
|
4159
|
+
"summary": "Asset Publisher ID under development",
|
|
4045
4160
|
"hasDynamicHelp": false,
|
|
4046
4161
|
"multiple": false,
|
|
4047
4162
|
"type": "option"
|
|
4048
4163
|
},
|
|
4049
|
-
"
|
|
4050
|
-
"description": "Only create the request, do not initially enqueue and start the request.",
|
|
4051
|
-
"hidden": true,
|
|
4052
|
-
"name": "noenqueue",
|
|
4053
|
-
"summary": "do not enqueue the request",
|
|
4054
|
-
"allowNo": false,
|
|
4055
|
-
"type": "boolean"
|
|
4056
|
-
},
|
|
4057
|
-
"async": {
|
|
4164
|
+
"assetid": {
|
|
4058
4165
|
"char": "a",
|
|
4059
|
-
"description": "
|
|
4060
|
-
"name": "
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4063
|
-
"type": "boolean"
|
|
4064
|
-
},
|
|
4065
|
-
"wait": {
|
|
4066
|
-
"char": "w",
|
|
4067
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
4068
|
-
"name": "wait",
|
|
4069
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
4070
|
-
"default": 10,
|
|
4071
|
-
"hasDynamicHelp": false,
|
|
4072
|
-
"multiple": false,
|
|
4073
|
-
"type": "option"
|
|
4074
|
-
},
|
|
4075
|
-
"pollinterval": {
|
|
4076
|
-
"char": "p",
|
|
4077
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
4078
|
-
"name": "pollinterval",
|
|
4079
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
4080
|
-
"default": 5000,
|
|
4166
|
+
"description": "Asset ID under development.",
|
|
4167
|
+
"name": "assetid",
|
|
4168
|
+
"required": true,
|
|
4169
|
+
"summary": "Asset ID under development",
|
|
4081
4170
|
"hasDynamicHelp": false,
|
|
4082
4171
|
"multiple": false,
|
|
4083
4172
|
"type": "option"
|
|
4084
|
-
},
|
|
4085
|
-
"applog": {
|
|
4086
|
-
"description": "Specify to include app log details.",
|
|
4087
|
-
"name": "applog",
|
|
4088
|
-
"required": false,
|
|
4089
|
-
"summary": "specify to include app log details",
|
|
4090
|
-
"allowNo": false,
|
|
4091
|
-
"type": "boolean"
|
|
4092
4173
|
}
|
|
4093
4174
|
},
|
|
4094
4175
|
"hasDynamicHelp": true,
|
|
4095
4176
|
"hiddenAliases": [],
|
|
4096
|
-
"id": "analytics:
|
|
4177
|
+
"id": "analytics:asset:publisher:delete",
|
|
4097
4178
|
"pluginAlias": "@salesforce/analytics",
|
|
4098
4179
|
"pluginName": "@salesforce/analytics",
|
|
4099
4180
|
"pluginType": "core",
|
|
4100
4181
|
"strict": true,
|
|
4101
|
-
"summary": "
|
|
4182
|
+
"summary": "delete a Analytics asset publisher",
|
|
4102
4183
|
"enableJsonFlag": true,
|
|
4103
4184
|
"isESM": true,
|
|
4104
4185
|
"relativePath": [
|
|
4105
4186
|
"lib",
|
|
4106
4187
|
"commands",
|
|
4107
4188
|
"analytics",
|
|
4108
|
-
"
|
|
4109
|
-
"
|
|
4110
|
-
"
|
|
4189
|
+
"asset",
|
|
4190
|
+
"publisher",
|
|
4191
|
+
"delete.js"
|
|
4111
4192
|
]
|
|
4112
4193
|
},
|
|
4113
|
-
"analytics:
|
|
4194
|
+
"analytics:asset:publisher:deleteall": {
|
|
4114
4195
|
"aliases": [],
|
|
4115
4196
|
"args": {},
|
|
4116
|
-
"description": "
|
|
4197
|
+
"description": "Deletes Analytics asset publishers.",
|
|
4117
4198
|
"examples": [
|
|
4118
|
-
"$ sfdx analytics:
|
|
4199
|
+
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
4119
4200
|
],
|
|
4120
4201
|
"flags": {
|
|
4121
4202
|
"json": {
|
|
@@ -4161,71 +4242,50 @@
|
|
|
4161
4242
|
"multiple": false,
|
|
4162
4243
|
"type": "option"
|
|
4163
4244
|
},
|
|
4164
|
-
"
|
|
4165
|
-
"char": "
|
|
4166
|
-
"description": "ID
|
|
4167
|
-
"name": "
|
|
4245
|
+
"assetid": {
|
|
4246
|
+
"char": "i",
|
|
4247
|
+
"description": "Asset ID under development.",
|
|
4248
|
+
"name": "assetid",
|
|
4168
4249
|
"required": true,
|
|
4169
|
-
"summary": "
|
|
4250
|
+
"summary": "Asset ID under development",
|
|
4170
4251
|
"hasDynamicHelp": false,
|
|
4171
4252
|
"multiple": false,
|
|
4172
4253
|
"type": "option"
|
|
4173
4254
|
},
|
|
4174
|
-
"
|
|
4175
|
-
"char": "
|
|
4176
|
-
"description": "
|
|
4177
|
-
"name": "
|
|
4178
|
-
"summary": "
|
|
4255
|
+
"noprompt": {
|
|
4256
|
+
"char": "p",
|
|
4257
|
+
"description": "Do not prompt to confirm delete.",
|
|
4258
|
+
"name": "noprompt",
|
|
4259
|
+
"summary": "do not prompt to confirm force delete",
|
|
4179
4260
|
"allowNo": false,
|
|
4180
4261
|
"type": "boolean"
|
|
4181
|
-
},
|
|
4182
|
-
"wait": {
|
|
4183
|
-
"char": "w",
|
|
4184
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
4185
|
-
"name": "wait",
|
|
4186
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
4187
|
-
"default": 10,
|
|
4188
|
-
"hasDynamicHelp": false,
|
|
4189
|
-
"multiple": false,
|
|
4190
|
-
"type": "option"
|
|
4191
|
-
},
|
|
4192
|
-
"pollinterval": {
|
|
4193
|
-
"char": "p",
|
|
4194
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
4195
|
-
"name": "pollinterval",
|
|
4196
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
4197
|
-
"default": 5000,
|
|
4198
|
-
"hasDynamicHelp": false,
|
|
4199
|
-
"multiple": false,
|
|
4200
|
-
"type": "option"
|
|
4201
4262
|
}
|
|
4202
4263
|
},
|
|
4203
4264
|
"hasDynamicHelp": true,
|
|
4204
4265
|
"hiddenAliases": [],
|
|
4205
|
-
"id": "analytics:
|
|
4266
|
+
"id": "analytics:asset:publisher:deleteall",
|
|
4206
4267
|
"pluginAlias": "@salesforce/analytics",
|
|
4207
4268
|
"pluginName": "@salesforce/analytics",
|
|
4208
4269
|
"pluginType": "core",
|
|
4209
4270
|
"strict": true,
|
|
4210
|
-
"summary": "
|
|
4271
|
+
"summary": "delete Analytics asset publishers",
|
|
4211
4272
|
"enableJsonFlag": true,
|
|
4212
4273
|
"isESM": true,
|
|
4213
4274
|
"relativePath": [
|
|
4214
4275
|
"lib",
|
|
4215
4276
|
"commands",
|
|
4216
4277
|
"analytics",
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4278
|
+
"asset",
|
|
4279
|
+
"publisher",
|
|
4280
|
+
"deleteall.js"
|
|
4220
4281
|
]
|
|
4221
4282
|
},
|
|
4222
|
-
"analytics:
|
|
4283
|
+
"analytics:asset:publisher:list": {
|
|
4223
4284
|
"aliases": [],
|
|
4224
4285
|
"args": {},
|
|
4225
|
-
"description": "
|
|
4286
|
+
"description": "Lists Analytics asset publishers.",
|
|
4226
4287
|
"examples": [
|
|
4227
|
-
"$ sfdx analytics:
|
|
4228
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
4288
|
+
"$ sfdx analytics:asset:publisher:list -i assetId"
|
|
4229
4289
|
],
|
|
4230
4290
|
"flags": {
|
|
4231
4291
|
"json": {
|
|
@@ -4271,96 +4331,36 @@
|
|
|
4271
4331
|
"multiple": false,
|
|
4272
4332
|
"type": "option"
|
|
4273
4333
|
},
|
|
4274
|
-
"
|
|
4275
|
-
"char": "
|
|
4276
|
-
"description": "
|
|
4277
|
-
"
|
|
4278
|
-
"templatename"
|
|
4279
|
-
],
|
|
4280
|
-
"name": "templateid",
|
|
4281
|
-
"summary": "template ID",
|
|
4282
|
-
"hasDynamicHelp": false,
|
|
4283
|
-
"multiple": false,
|
|
4284
|
-
"type": "option"
|
|
4285
|
-
},
|
|
4286
|
-
"templatename": {
|
|
4287
|
-
"char": "n",
|
|
4288
|
-
"description": "The API name of the Analytics template.",
|
|
4289
|
-
"exclusive": [
|
|
4290
|
-
"templateid"
|
|
4291
|
-
],
|
|
4292
|
-
"name": "templatename",
|
|
4293
|
-
"summary": "template api name",
|
|
4294
|
-
"hasDynamicHelp": false,
|
|
4295
|
-
"multiple": false,
|
|
4296
|
-
"type": "option"
|
|
4297
|
-
},
|
|
4298
|
-
"folderid": {
|
|
4299
|
-
"char": "f",
|
|
4300
|
-
"description": "ID of the folder that contains the app data.",
|
|
4301
|
-
"name": "folderid",
|
|
4334
|
+
"assetid": {
|
|
4335
|
+
"char": "i",
|
|
4336
|
+
"description": "Asset ID under development.",
|
|
4337
|
+
"name": "assetid",
|
|
4302
4338
|
"required": true,
|
|
4303
|
-
"summary": "
|
|
4304
|
-
"hasDynamicHelp": false,
|
|
4305
|
-
"multiple": false,
|
|
4306
|
-
"type": "option"
|
|
4307
|
-
},
|
|
4308
|
-
"async": {
|
|
4309
|
-
"char": "a",
|
|
4310
|
-
"description": "Update app asynchronously.",
|
|
4311
|
-
"name": "async",
|
|
4312
|
-
"summary": "update app asynchronously",
|
|
4313
|
-
"allowNo": false,
|
|
4314
|
-
"type": "boolean"
|
|
4315
|
-
},
|
|
4316
|
-
"wait": {
|
|
4317
|
-
"char": "w",
|
|
4318
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
4319
|
-
"name": "wait",
|
|
4320
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
4321
|
-
"default": 10,
|
|
4322
|
-
"hasDynamicHelp": false,
|
|
4323
|
-
"multiple": false,
|
|
4324
|
-
"type": "option"
|
|
4325
|
-
},
|
|
4326
|
-
"pollinterval": {
|
|
4327
|
-
"char": "p",
|
|
4328
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
4329
|
-
"name": "pollinterval",
|
|
4330
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
4331
|
-
"default": 5000,
|
|
4339
|
+
"summary": "Asset ID under development",
|
|
4332
4340
|
"hasDynamicHelp": false,
|
|
4333
4341
|
"multiple": false,
|
|
4334
4342
|
"type": "option"
|
|
4335
|
-
},
|
|
4336
|
-
"applog": {
|
|
4337
|
-
"description": "Specify to include app log details.",
|
|
4338
|
-
"name": "applog",
|
|
4339
|
-
"required": false,
|
|
4340
|
-
"summary": "specify to include app log details",
|
|
4341
|
-
"allowNo": false,
|
|
4342
|
-
"type": "boolean"
|
|
4343
4343
|
}
|
|
4344
4344
|
},
|
|
4345
4345
|
"hasDynamicHelp": true,
|
|
4346
4346
|
"hiddenAliases": [],
|
|
4347
|
-
"id": "analytics:
|
|
4347
|
+
"id": "analytics:asset:publisher:list",
|
|
4348
4348
|
"pluginAlias": "@salesforce/analytics",
|
|
4349
4349
|
"pluginName": "@salesforce/analytics",
|
|
4350
4350
|
"pluginType": "core",
|
|
4351
4351
|
"strict": true,
|
|
4352
|
-
"summary": "
|
|
4352
|
+
"summary": "list Analytics asset publishers",
|
|
4353
4353
|
"enableJsonFlag": true,
|
|
4354
4354
|
"isESM": true,
|
|
4355
4355
|
"relativePath": [
|
|
4356
4356
|
"lib",
|
|
4357
4357
|
"commands",
|
|
4358
4358
|
"analytics",
|
|
4359
|
-
"
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4359
|
+
"asset",
|
|
4360
|
+
"publisher",
|
|
4361
|
+
"list.js"
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.51"
|
|
4366
4366
|
}
|