@salesforce/analytics 1.4.49 → 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.
@@ -1715,156 +1715,6 @@
1715
1715
  "list.js"
1716
1716
  ]
1717
1717
  },
1718
- "analytics:recipe:list": {
1719
- "aliases": [],
1720
- "args": {},
1721
- "description": "Lists Data Prep recipes in the specified target org.",
1722
- "examples": [
1723
- "$ sfdx analytics:recipe:list"
1724
- ],
1725
- "flags": {
1726
- "json": {
1727
- "description": "Format output as json.",
1728
- "helpGroup": "GLOBAL",
1729
- "name": "json",
1730
- "allowNo": false,
1731
- "type": "boolean"
1732
- },
1733
- "loglevel": {
1734
- "deprecated": {
1735
- "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."
1736
- },
1737
- "hidden": true,
1738
- "name": "loglevel",
1739
- "hasDynamicHelp": false,
1740
- "multiple": false,
1741
- "type": "option"
1742
- },
1743
- "target-org": {
1744
- "aliases": [
1745
- "targetusername",
1746
- "u"
1747
- ],
1748
- "char": "o",
1749
- "deprecateAliases": true,
1750
- "name": "target-org",
1751
- "noCacheDefault": true,
1752
- "required": true,
1753
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1754
- "hasDynamicHelp": true,
1755
- "multiple": false,
1756
- "type": "option"
1757
- },
1758
- "api-version": {
1759
- "aliases": [
1760
- "apiversion"
1761
- ],
1762
- "deprecateAliases": true,
1763
- "description": "Override the api version used for api requests made by this command",
1764
- "name": "api-version",
1765
- "hasDynamicHelp": false,
1766
- "multiple": false,
1767
- "type": "option"
1768
- }
1769
- },
1770
- "hasDynamicHelp": true,
1771
- "hiddenAliases": [],
1772
- "id": "analytics:recipe:list",
1773
- "pluginAlias": "@salesforce/analytics",
1774
- "pluginName": "@salesforce/analytics",
1775
- "pluginType": "core",
1776
- "strict": true,
1777
- "summary": "list Data Prep recipes",
1778
- "enableJsonFlag": true,
1779
- "isESM": true,
1780
- "relativePath": [
1781
- "lib",
1782
- "commands",
1783
- "analytics",
1784
- "recipe",
1785
- "list.js"
1786
- ]
1787
- },
1788
- "analytics:recipe:start": {
1789
- "aliases": [],
1790
- "args": {},
1791
- "description": "Start a Data Prep recipe in the specified target org.",
1792
- "examples": [
1793
- "$ sfdx analytics:recipe:start --recipeid <recipeid>"
1794
- ],
1795
- "flags": {
1796
- "json": {
1797
- "description": "Format output as json.",
1798
- "helpGroup": "GLOBAL",
1799
- "name": "json",
1800
- "allowNo": false,
1801
- "type": "boolean"
1802
- },
1803
- "loglevel": {
1804
- "deprecated": {
1805
- "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."
1806
- },
1807
- "hidden": true,
1808
- "name": "loglevel",
1809
- "hasDynamicHelp": false,
1810
- "multiple": false,
1811
- "type": "option"
1812
- },
1813
- "target-org": {
1814
- "aliases": [
1815
- "targetusername",
1816
- "u"
1817
- ],
1818
- "char": "o",
1819
- "deprecateAliases": true,
1820
- "name": "target-org",
1821
- "noCacheDefault": true,
1822
- "required": true,
1823
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1824
- "hasDynamicHelp": true,
1825
- "multiple": false,
1826
- "type": "option"
1827
- },
1828
- "api-version": {
1829
- "aliases": [
1830
- "apiversion"
1831
- ],
1832
- "deprecateAliases": true,
1833
- "description": "Override the api version used for api requests made by this command",
1834
- "name": "api-version",
1835
- "hasDynamicHelp": false,
1836
- "multiple": false,
1837
- "type": "option"
1838
- },
1839
- "recipeid": {
1840
- "char": "i",
1841
- "description": "The ID of the recipe to update.",
1842
- "name": "recipeid",
1843
- "required": true,
1844
- "summary": "recipe ID",
1845
- "hasDynamicHelp": false,
1846
- "multiple": false,
1847
- "type": "option"
1848
- }
1849
- },
1850
- "hasDynamicHelp": true,
1851
- "hiddenAliases": [],
1852
- "id": "analytics:recipe:start",
1853
- "pluginAlias": "@salesforce/analytics",
1854
- "pluginName": "@salesforce/analytics",
1855
- "pluginType": "core",
1856
- "strict": true,
1857
- "summary": "start Data Prep recipes",
1858
- "enableJsonFlag": true,
1859
- "isESM": true,
1860
- "relativePath": [
1861
- "lib",
1862
- "commands",
1863
- "analytics",
1864
- "recipe",
1865
- "start.js"
1866
- ]
1867
- },
1868
1718
  "analytics:template:create": {
1869
1719
  "aliases": [],
1870
1720
  "args": {},
@@ -2606,12 +2456,12 @@
2606
2456
  "validate.js"
2607
2457
  ]
2608
2458
  },
2609
- "analytics:asset:publisher:create": {
2459
+ "analytics:recipe:list": {
2610
2460
  "aliases": [],
2611
2461
  "args": {},
2612
- "description": "Create a publisher record for the Analytics asset.",
2462
+ "description": "Lists Data Prep recipes in the specified target org.",
2613
2463
  "examples": [
2614
- "$ sfdx analytics:asset:publisher:create -i assetId"
2464
+ "$ sfdx analytics:recipe:list"
2615
2465
  ],
2616
2466
  "flags": {
2617
2467
  "json": {
@@ -2656,43 +2506,32 @@
2656
2506
  "hasDynamicHelp": false,
2657
2507
  "multiple": false,
2658
2508
  "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
2509
  }
2670
2510
  },
2671
2511
  "hasDynamicHelp": true,
2672
2512
  "hiddenAliases": [],
2673
- "id": "analytics:asset:publisher:create",
2513
+ "id": "analytics:recipe:list",
2674
2514
  "pluginAlias": "@salesforce/analytics",
2675
2515
  "pluginName": "@salesforce/analytics",
2676
2516
  "pluginType": "core",
2677
2517
  "strict": true,
2678
- "summary": "create a publisher record for the Analytics asset",
2518
+ "summary": "list Data Prep recipes",
2679
2519
  "enableJsonFlag": true,
2680
2520
  "isESM": true,
2681
2521
  "relativePath": [
2682
2522
  "lib",
2683
2523
  "commands",
2684
2524
  "analytics",
2685
- "asset",
2686
- "publisher",
2687
- "create.js"
2525
+ "recipe",
2526
+ "list.js"
2688
2527
  ]
2689
2528
  },
2690
- "analytics:asset:publisher:delete": {
2529
+ "analytics:recipe:start": {
2691
2530
  "aliases": [],
2692
2531
  "args": {},
2693
- "description": "Delete a Analytics asset publisher.",
2532
+ "description": "Start a Data Prep recipe in the specified target org.",
2694
2533
  "examples": [
2695
- "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
2534
+ "$ sfdx analytics:recipe:start --recipeid <recipeid>"
2696
2535
  ],
2697
2536
  "flags": {
2698
2537
  "json": {
@@ -2738,22 +2577,12 @@
2738
2577
  "multiple": false,
2739
2578
  "type": "option"
2740
2579
  },
2741
- "id": {
2580
+ "recipeid": {
2742
2581
  "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": {
2752
- "char": "a",
2753
- "description": "Asset ID under development.",
2754
- "name": "assetid",
2582
+ "description": "The ID of the recipe to update.",
2583
+ "name": "recipeid",
2755
2584
  "required": true,
2756
- "summary": "Asset ID under development",
2585
+ "summary": "recipe ID",
2757
2586
  "hasDynamicHelp": false,
2758
2587
  "multiple": false,
2759
2588
  "type": "option"
@@ -2761,29 +2590,28 @@
2761
2590
  },
2762
2591
  "hasDynamicHelp": true,
2763
2592
  "hiddenAliases": [],
2764
- "id": "analytics:asset:publisher:delete",
2593
+ "id": "analytics:recipe:start",
2765
2594
  "pluginAlias": "@salesforce/analytics",
2766
2595
  "pluginName": "@salesforce/analytics",
2767
2596
  "pluginType": "core",
2768
2597
  "strict": true,
2769
- "summary": "delete a Analytics asset publisher",
2598
+ "summary": "start Data Prep recipes",
2770
2599
  "enableJsonFlag": true,
2771
2600
  "isESM": true,
2772
2601
  "relativePath": [
2773
2602
  "lib",
2774
2603
  "commands",
2775
2604
  "analytics",
2776
- "asset",
2777
- "publisher",
2778
- "delete.js"
2605
+ "recipe",
2606
+ "start.js"
2779
2607
  ]
2780
2608
  },
2781
- "analytics:asset:publisher:deleteall": {
2609
+ "analytics:autoinstall:app:cancel": {
2782
2610
  "aliases": [],
2783
2611
  "args": {},
2784
- "description": "Deletes Analytics asset publishers.",
2612
+ "description": "Cancels app-auto install request",
2785
2613
  "examples": [
2786
- "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2614
+ "$ sfdx analytics:autoinstall:app:cancel -i id"
2787
2615
  ],
2788
2616
  "flags": {
2789
2617
  "json": {
@@ -2829,213 +2657,43 @@
2829
2657
  "multiple": false,
2830
2658
  "type": "option"
2831
2659
  },
2832
- "assetid": {
2660
+ "autoinstallid": {
2833
2661
  "char": "i",
2834
- "description": "Asset ID under development.",
2835
- "name": "assetid",
2662
+ "description": "ID of the auto-install request.",
2663
+ "name": "autoinstallid",
2836
2664
  "required": true,
2837
- "summary": "Asset ID under development",
2665
+ "summary": "auto-install request ID",
2838
2666
  "hasDynamicHelp": false,
2839
2667
  "multiple": false,
2840
2668
  "type": "option"
2841
- },
2842
- "noprompt": {
2843
- "char": "p",
2844
- "description": "Do not prompt to confirm delete.",
2845
- "name": "noprompt",
2846
- "summary": "do not prompt to confirm force delete",
2847
- "allowNo": false,
2848
- "type": "boolean"
2849
2669
  }
2850
2670
  },
2851
2671
  "hasDynamicHelp": true,
2852
2672
  "hiddenAliases": [],
2853
- "id": "analytics:asset:publisher:deleteall",
2673
+ "id": "analytics:autoinstall:app:cancel",
2854
2674
  "pluginAlias": "@salesforce/analytics",
2855
2675
  "pluginName": "@salesforce/analytics",
2856
2676
  "pluginType": "core",
2857
2677
  "strict": true,
2858
- "summary": "delete Analytics asset publishers",
2678
+ "summary": "cancels app-auto install request",
2859
2679
  "enableJsonFlag": true,
2860
2680
  "isESM": true,
2861
2681
  "relativePath": [
2862
2682
  "lib",
2863
2683
  "commands",
2864
2684
  "analytics",
2865
- "asset",
2866
- "publisher",
2867
- "deleteall.js"
2685
+ "autoinstall",
2686
+ "app",
2687
+ "cancel.js"
2868
2688
  ]
2869
2689
  },
2870
- "analytics:asset:publisher:list": {
2690
+ "analytics:autoinstall:app:create": {
2871
2691
  "aliases": [],
2872
2692
  "args": {},
2873
- "description": "Lists Analytics asset publishers.",
2693
+ "description": "Creates auto-install request to create a Analytics app.",
2874
2694
  "examples": [
2875
- "$ sfdx analytics:asset:publisher:list -i assetId"
2876
- ],
2877
- "flags": {
2878
- "json": {
2879
- "description": "Format output as json.",
2880
- "helpGroup": "GLOBAL",
2881
- "name": "json",
2882
- "allowNo": false,
2883
- "type": "boolean"
2884
- },
2885
- "loglevel": {
2886
- "deprecated": {
2887
- "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."
2888
- },
2889
- "hidden": true,
2890
- "name": "loglevel",
2891
- "hasDynamicHelp": false,
2892
- "multiple": false,
2893
- "type": "option"
2894
- },
2895
- "target-org": {
2896
- "aliases": [
2897
- "targetusername",
2898
- "u"
2899
- ],
2900
- "char": "o",
2901
- "deprecateAliases": true,
2902
- "name": "target-org",
2903
- "noCacheDefault": true,
2904
- "required": true,
2905
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2906
- "hasDynamicHelp": true,
2907
- "multiple": false,
2908
- "type": "option"
2909
- },
2910
- "api-version": {
2911
- "aliases": [
2912
- "apiversion"
2913
- ],
2914
- "deprecateAliases": true,
2915
- "description": "Override the api version used for api requests made by this command",
2916
- "name": "api-version",
2917
- "hasDynamicHelp": false,
2918
- "multiple": false,
2919
- "type": "option"
2920
- },
2921
- "assetid": {
2922
- "char": "i",
2923
- "description": "Asset ID under development.",
2924
- "name": "assetid",
2925
- "required": true,
2926
- "summary": "Asset ID under development",
2927
- "hasDynamicHelp": false,
2928
- "multiple": false,
2929
- "type": "option"
2930
- }
2931
- },
2932
- "hasDynamicHelp": true,
2933
- "hiddenAliases": [],
2934
- "id": "analytics:asset:publisher:list",
2935
- "pluginAlias": "@salesforce/analytics",
2936
- "pluginName": "@salesforce/analytics",
2937
- "pluginType": "core",
2938
- "strict": true,
2939
- "summary": "list Analytics asset publishers",
2940
- "enableJsonFlag": true,
2941
- "isESM": true,
2942
- "relativePath": [
2943
- "lib",
2944
- "commands",
2945
- "analytics",
2946
- "asset",
2947
- "publisher",
2948
- "list.js"
2949
- ]
2950
- },
2951
- "analytics:autoinstall:app:cancel": {
2952
- "aliases": [],
2953
- "args": {},
2954
- "description": "Cancels app-auto install request",
2955
- "examples": [
2956
- "$ sfdx analytics:autoinstall:app:cancel -i id"
2957
- ],
2958
- "flags": {
2959
- "json": {
2960
- "description": "Format output as json.",
2961
- "helpGroup": "GLOBAL",
2962
- "name": "json",
2963
- "allowNo": false,
2964
- "type": "boolean"
2965
- },
2966
- "loglevel": {
2967
- "deprecated": {
2968
- "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."
2969
- },
2970
- "hidden": true,
2971
- "name": "loglevel",
2972
- "hasDynamicHelp": false,
2973
- "multiple": false,
2974
- "type": "option"
2975
- },
2976
- "target-org": {
2977
- "aliases": [
2978
- "targetusername",
2979
- "u"
2980
- ],
2981
- "char": "o",
2982
- "deprecateAliases": true,
2983
- "name": "target-org",
2984
- "noCacheDefault": true,
2985
- "required": true,
2986
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2987
- "hasDynamicHelp": true,
2988
- "multiple": false,
2989
- "type": "option"
2990
- },
2991
- "api-version": {
2992
- "aliases": [
2993
- "apiversion"
2994
- ],
2995
- "deprecateAliases": true,
2996
- "description": "Override the api version used for api requests made by this command",
2997
- "name": "api-version",
2998
- "hasDynamicHelp": false,
2999
- "multiple": false,
3000
- "type": "option"
3001
- },
3002
- "autoinstallid": {
3003
- "char": "i",
3004
- "description": "ID of the auto-install request.",
3005
- "name": "autoinstallid",
3006
- "required": true,
3007
- "summary": "auto-install request ID",
3008
- "hasDynamicHelp": false,
3009
- "multiple": false,
3010
- "type": "option"
3011
- }
3012
- },
3013
- "hasDynamicHelp": true,
3014
- "hiddenAliases": [],
3015
- "id": "analytics:autoinstall:app:cancel",
3016
- "pluginAlias": "@salesforce/analytics",
3017
- "pluginName": "@salesforce/analytics",
3018
- "pluginType": "core",
3019
- "strict": true,
3020
- "summary": "cancels app-auto install request",
3021
- "enableJsonFlag": true,
3022
- "isESM": true,
3023
- "relativePath": [
3024
- "lib",
3025
- "commands",
3026
- "analytics",
3027
- "autoinstall",
3028
- "app",
3029
- "cancel.js"
3030
- ]
3031
- },
3032
- "analytics:autoinstall:app:create": {
3033
- "aliases": [],
3034
- "args": {},
3035
- "description": "Creates auto-install request to create a Analytics app.",
3036
- "examples": [
3037
- "$ sfdx analytics:autoinstall:app:create -t templateid",
3038
- "$ sfdx analytics:autoinstall:app:create -n templatename"
2695
+ "$ sfdx analytics:autoinstall:app:create -t templateid",
2696
+ "$ sfdx analytics:autoinstall:app:create -n templatename"
3039
2697
  ],
3040
2698
  "flags": {
3041
2699
  "json": {
@@ -4360,7 +4018,349 @@
4360
4018
  "history",
4361
4019
  "revert.js"
4362
4020
  ]
4021
+ },
4022
+ "analytics:asset:publisher:create": {
4023
+ "aliases": [],
4024
+ "args": {},
4025
+ "description": "Create a publisher record for the Analytics asset.",
4026
+ "examples": [
4027
+ "$ sfdx analytics:asset:publisher:create -i assetId"
4028
+ ],
4029
+ "flags": {
4030
+ "json": {
4031
+ "description": "Format output as json.",
4032
+ "helpGroup": "GLOBAL",
4033
+ "name": "json",
4034
+ "allowNo": false,
4035
+ "type": "boolean"
4036
+ },
4037
+ "loglevel": {
4038
+ "deprecated": {
4039
+ "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."
4040
+ },
4041
+ "hidden": true,
4042
+ "name": "loglevel",
4043
+ "hasDynamicHelp": false,
4044
+ "multiple": false,
4045
+ "type": "option"
4046
+ },
4047
+ "target-org": {
4048
+ "aliases": [
4049
+ "targetusername",
4050
+ "u"
4051
+ ],
4052
+ "char": "o",
4053
+ "deprecateAliases": true,
4054
+ "name": "target-org",
4055
+ "noCacheDefault": true,
4056
+ "required": true,
4057
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4058
+ "hasDynamicHelp": true,
4059
+ "multiple": false,
4060
+ "type": "option"
4061
+ },
4062
+ "api-version": {
4063
+ "aliases": [
4064
+ "apiversion"
4065
+ ],
4066
+ "deprecateAliases": true,
4067
+ "description": "Override the api version used for api requests made by this command",
4068
+ "name": "api-version",
4069
+ "hasDynamicHelp": false,
4070
+ "multiple": false,
4071
+ "type": "option"
4072
+ },
4073
+ "assetid": {
4074
+ "char": "i",
4075
+ "description": "Asset ID under development.",
4076
+ "name": "assetid",
4077
+ "required": true,
4078
+ "summary": "Asset ID under development",
4079
+ "hasDynamicHelp": false,
4080
+ "multiple": false,
4081
+ "type": "option"
4082
+ }
4083
+ },
4084
+ "hasDynamicHelp": true,
4085
+ "hiddenAliases": [],
4086
+ "id": "analytics:asset:publisher:create",
4087
+ "pluginAlias": "@salesforce/analytics",
4088
+ "pluginName": "@salesforce/analytics",
4089
+ "pluginType": "core",
4090
+ "strict": true,
4091
+ "summary": "create a publisher record for the Analytics asset",
4092
+ "enableJsonFlag": true,
4093
+ "isESM": true,
4094
+ "relativePath": [
4095
+ "lib",
4096
+ "commands",
4097
+ "analytics",
4098
+ "asset",
4099
+ "publisher",
4100
+ "create.js"
4101
+ ]
4102
+ },
4103
+ "analytics:asset:publisher:delete": {
4104
+ "aliases": [],
4105
+ "args": {},
4106
+ "description": "Delete a Analytics asset publisher.",
4107
+ "examples": [
4108
+ "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
4109
+ ],
4110
+ "flags": {
4111
+ "json": {
4112
+ "description": "Format output as json.",
4113
+ "helpGroup": "GLOBAL",
4114
+ "name": "json",
4115
+ "allowNo": false,
4116
+ "type": "boolean"
4117
+ },
4118
+ "loglevel": {
4119
+ "deprecated": {
4120
+ "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."
4121
+ },
4122
+ "hidden": true,
4123
+ "name": "loglevel",
4124
+ "hasDynamicHelp": false,
4125
+ "multiple": false,
4126
+ "type": "option"
4127
+ },
4128
+ "target-org": {
4129
+ "aliases": [
4130
+ "targetusername",
4131
+ "u"
4132
+ ],
4133
+ "char": "o",
4134
+ "deprecateAliases": true,
4135
+ "name": "target-org",
4136
+ "noCacheDefault": true,
4137
+ "required": true,
4138
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4139
+ "hasDynamicHelp": true,
4140
+ "multiple": false,
4141
+ "type": "option"
4142
+ },
4143
+ "api-version": {
4144
+ "aliases": [
4145
+ "apiversion"
4146
+ ],
4147
+ "deprecateAliases": true,
4148
+ "description": "Override the api version used for api requests made by this command",
4149
+ "name": "api-version",
4150
+ "hasDynamicHelp": false,
4151
+ "multiple": false,
4152
+ "type": "option"
4153
+ },
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",
4160
+ "hasDynamicHelp": false,
4161
+ "multiple": false,
4162
+ "type": "option"
4163
+ },
4164
+ "assetid": {
4165
+ "char": "a",
4166
+ "description": "Asset ID under development.",
4167
+ "name": "assetid",
4168
+ "required": true,
4169
+ "summary": "Asset ID under development",
4170
+ "hasDynamicHelp": false,
4171
+ "multiple": false,
4172
+ "type": "option"
4173
+ }
4174
+ },
4175
+ "hasDynamicHelp": true,
4176
+ "hiddenAliases": [],
4177
+ "id": "analytics:asset:publisher:delete",
4178
+ "pluginAlias": "@salesforce/analytics",
4179
+ "pluginName": "@salesforce/analytics",
4180
+ "pluginType": "core",
4181
+ "strict": true,
4182
+ "summary": "delete a Analytics asset publisher",
4183
+ "enableJsonFlag": true,
4184
+ "isESM": true,
4185
+ "relativePath": [
4186
+ "lib",
4187
+ "commands",
4188
+ "analytics",
4189
+ "asset",
4190
+ "publisher",
4191
+ "delete.js"
4192
+ ]
4193
+ },
4194
+ "analytics:asset:publisher:deleteall": {
4195
+ "aliases": [],
4196
+ "args": {},
4197
+ "description": "Deletes Analytics asset publishers.",
4198
+ "examples": [
4199
+ "$ sfdx analytics:asset:publisher:deleteall -i assetId"
4200
+ ],
4201
+ "flags": {
4202
+ "json": {
4203
+ "description": "Format output as json.",
4204
+ "helpGroup": "GLOBAL",
4205
+ "name": "json",
4206
+ "allowNo": false,
4207
+ "type": "boolean"
4208
+ },
4209
+ "loglevel": {
4210
+ "deprecated": {
4211
+ "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."
4212
+ },
4213
+ "hidden": true,
4214
+ "name": "loglevel",
4215
+ "hasDynamicHelp": false,
4216
+ "multiple": false,
4217
+ "type": "option"
4218
+ },
4219
+ "target-org": {
4220
+ "aliases": [
4221
+ "targetusername",
4222
+ "u"
4223
+ ],
4224
+ "char": "o",
4225
+ "deprecateAliases": true,
4226
+ "name": "target-org",
4227
+ "noCacheDefault": true,
4228
+ "required": true,
4229
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4230
+ "hasDynamicHelp": true,
4231
+ "multiple": false,
4232
+ "type": "option"
4233
+ },
4234
+ "api-version": {
4235
+ "aliases": [
4236
+ "apiversion"
4237
+ ],
4238
+ "deprecateAliases": true,
4239
+ "description": "Override the api version used for api requests made by this command",
4240
+ "name": "api-version",
4241
+ "hasDynamicHelp": false,
4242
+ "multiple": false,
4243
+ "type": "option"
4244
+ },
4245
+ "assetid": {
4246
+ "char": "i",
4247
+ "description": "Asset ID under development.",
4248
+ "name": "assetid",
4249
+ "required": true,
4250
+ "summary": "Asset ID under development",
4251
+ "hasDynamicHelp": false,
4252
+ "multiple": false,
4253
+ "type": "option"
4254
+ },
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",
4260
+ "allowNo": false,
4261
+ "type": "boolean"
4262
+ }
4263
+ },
4264
+ "hasDynamicHelp": true,
4265
+ "hiddenAliases": [],
4266
+ "id": "analytics:asset:publisher:deleteall",
4267
+ "pluginAlias": "@salesforce/analytics",
4268
+ "pluginName": "@salesforce/analytics",
4269
+ "pluginType": "core",
4270
+ "strict": true,
4271
+ "summary": "delete Analytics asset publishers",
4272
+ "enableJsonFlag": true,
4273
+ "isESM": true,
4274
+ "relativePath": [
4275
+ "lib",
4276
+ "commands",
4277
+ "analytics",
4278
+ "asset",
4279
+ "publisher",
4280
+ "deleteall.js"
4281
+ ]
4282
+ },
4283
+ "analytics:asset:publisher:list": {
4284
+ "aliases": [],
4285
+ "args": {},
4286
+ "description": "Lists Analytics asset publishers.",
4287
+ "examples": [
4288
+ "$ sfdx analytics:asset:publisher:list -i assetId"
4289
+ ],
4290
+ "flags": {
4291
+ "json": {
4292
+ "description": "Format output as json.",
4293
+ "helpGroup": "GLOBAL",
4294
+ "name": "json",
4295
+ "allowNo": false,
4296
+ "type": "boolean"
4297
+ },
4298
+ "loglevel": {
4299
+ "deprecated": {
4300
+ "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."
4301
+ },
4302
+ "hidden": true,
4303
+ "name": "loglevel",
4304
+ "hasDynamicHelp": false,
4305
+ "multiple": false,
4306
+ "type": "option"
4307
+ },
4308
+ "target-org": {
4309
+ "aliases": [
4310
+ "targetusername",
4311
+ "u"
4312
+ ],
4313
+ "char": "o",
4314
+ "deprecateAliases": true,
4315
+ "name": "target-org",
4316
+ "noCacheDefault": true,
4317
+ "required": true,
4318
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4319
+ "hasDynamicHelp": true,
4320
+ "multiple": false,
4321
+ "type": "option"
4322
+ },
4323
+ "api-version": {
4324
+ "aliases": [
4325
+ "apiversion"
4326
+ ],
4327
+ "deprecateAliases": true,
4328
+ "description": "Override the api version used for api requests made by this command",
4329
+ "name": "api-version",
4330
+ "hasDynamicHelp": false,
4331
+ "multiple": false,
4332
+ "type": "option"
4333
+ },
4334
+ "assetid": {
4335
+ "char": "i",
4336
+ "description": "Asset ID under development.",
4337
+ "name": "assetid",
4338
+ "required": true,
4339
+ "summary": "Asset ID under development",
4340
+ "hasDynamicHelp": false,
4341
+ "multiple": false,
4342
+ "type": "option"
4343
+ }
4344
+ },
4345
+ "hasDynamicHelp": true,
4346
+ "hiddenAliases": [],
4347
+ "id": "analytics:asset:publisher:list",
4348
+ "pluginAlias": "@salesforce/analytics",
4349
+ "pluginName": "@salesforce/analytics",
4350
+ "pluginType": "core",
4351
+ "strict": true,
4352
+ "summary": "list Analytics asset publishers",
4353
+ "enableJsonFlag": true,
4354
+ "isESM": true,
4355
+ "relativePath": [
4356
+ "lib",
4357
+ "commands",
4358
+ "analytics",
4359
+ "asset",
4360
+ "publisher",
4361
+ "list.js"
4362
+ ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.49"
4365
+ "version": "1.4.51"
4366
4366
  }