@salesforce/analytics 1.4.51 → 1.4.53

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,6 +1715,156 @@
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
+ },
1718
1868
  "analytics:template:create": {
1719
1869
  "aliases": [],
1720
1870
  "args": {},
@@ -2456,12 +2606,12 @@
2456
2606
  "validate.js"
2457
2607
  ]
2458
2608
  },
2459
- "analytics:recipe:list": {
2609
+ "analytics:asset:publisher:create": {
2460
2610
  "aliases": [],
2461
2611
  "args": {},
2462
- "description": "Lists Data Prep recipes in the specified target org.",
2612
+ "description": "Create a publisher record for the Analytics asset.",
2463
2613
  "examples": [
2464
- "$ sfdx analytics:recipe:list"
2614
+ "$ sfdx analytics:asset:publisher:create -i assetId"
2465
2615
  ],
2466
2616
  "flags": {
2467
2617
  "json": {
@@ -2506,32 +2656,43 @@
2506
2656
  "hasDynamicHelp": false,
2507
2657
  "multiple": false,
2508
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"
2509
2669
  }
2510
2670
  },
2511
2671
  "hasDynamicHelp": true,
2512
2672
  "hiddenAliases": [],
2513
- "id": "analytics:recipe:list",
2673
+ "id": "analytics:asset:publisher:create",
2514
2674
  "pluginAlias": "@salesforce/analytics",
2515
2675
  "pluginName": "@salesforce/analytics",
2516
2676
  "pluginType": "core",
2517
2677
  "strict": true,
2518
- "summary": "list Data Prep recipes",
2678
+ "summary": "create a publisher record for the Analytics asset",
2519
2679
  "enableJsonFlag": true,
2520
2680
  "isESM": true,
2521
2681
  "relativePath": [
2522
2682
  "lib",
2523
2683
  "commands",
2524
2684
  "analytics",
2525
- "recipe",
2526
- "list.js"
2685
+ "asset",
2686
+ "publisher",
2687
+ "create.js"
2527
2688
  ]
2528
2689
  },
2529
- "analytics:recipe:start": {
2690
+ "analytics:asset:publisher:delete": {
2530
2691
  "aliases": [],
2531
2692
  "args": {},
2532
- "description": "Start a Data Prep recipe in the specified target org.",
2693
+ "description": "Delete a Analytics asset publisher.",
2533
2694
  "examples": [
2534
- "$ sfdx analytics:recipe:start --recipeid <recipeid>"
2695
+ "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
2535
2696
  ],
2536
2697
  "flags": {
2537
2698
  "json": {
@@ -2577,12 +2738,22 @@
2577
2738
  "multiple": false,
2578
2739
  "type": "option"
2579
2740
  },
2580
- "recipeid": {
2741
+ "id": {
2581
2742
  "char": "i",
2582
- "description": "The ID of the recipe to update.",
2583
- "name": "recipeid",
2743
+ "description": "Asset Publisher ID under development.",
2744
+ "name": "id",
2584
2745
  "required": true,
2585
- "summary": "recipe ID",
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",
2755
+ "required": true,
2756
+ "summary": "Asset ID under development",
2586
2757
  "hasDynamicHelp": false,
2587
2758
  "multiple": false,
2588
2759
  "type": "option"
@@ -2590,28 +2761,29 @@
2590
2761
  },
2591
2762
  "hasDynamicHelp": true,
2592
2763
  "hiddenAliases": [],
2593
- "id": "analytics:recipe:start",
2764
+ "id": "analytics:asset:publisher:delete",
2594
2765
  "pluginAlias": "@salesforce/analytics",
2595
2766
  "pluginName": "@salesforce/analytics",
2596
2767
  "pluginType": "core",
2597
2768
  "strict": true,
2598
- "summary": "start Data Prep recipes",
2769
+ "summary": "delete a Analytics asset publisher",
2599
2770
  "enableJsonFlag": true,
2600
2771
  "isESM": true,
2601
2772
  "relativePath": [
2602
2773
  "lib",
2603
2774
  "commands",
2604
2775
  "analytics",
2605
- "recipe",
2606
- "start.js"
2776
+ "asset",
2777
+ "publisher",
2778
+ "delete.js"
2607
2779
  ]
2608
2780
  },
2609
- "analytics:autoinstall:app:cancel": {
2781
+ "analytics:asset:publisher:deleteall": {
2610
2782
  "aliases": [],
2611
2783
  "args": {},
2612
- "description": "Cancels app-auto install request",
2784
+ "description": "Deletes Analytics asset publishers.",
2613
2785
  "examples": [
2614
- "$ sfdx analytics:autoinstall:app:cancel -i id"
2786
+ "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2615
2787
  ],
2616
2788
  "flags": {
2617
2789
  "json": {
@@ -2657,43 +2829,50 @@
2657
2829
  "multiple": false,
2658
2830
  "type": "option"
2659
2831
  },
2660
- "autoinstallid": {
2832
+ "assetid": {
2661
2833
  "char": "i",
2662
- "description": "ID of the auto-install request.",
2663
- "name": "autoinstallid",
2834
+ "description": "Asset ID under development.",
2835
+ "name": "assetid",
2664
2836
  "required": true,
2665
- "summary": "auto-install request ID",
2837
+ "summary": "Asset ID under development",
2666
2838
  "hasDynamicHelp": false,
2667
2839
  "multiple": false,
2668
2840
  "type": "option"
2841
+ },
2842
+ "noprompt": {
2843
+ "char": "p",
2844
+ "description": "Do not prompt to confirm delete.",
2845
+ "name": "noprompt",
2846
+ "summary": "do not prompt to confirm force delete",
2847
+ "allowNo": false,
2848
+ "type": "boolean"
2669
2849
  }
2670
2850
  },
2671
2851
  "hasDynamicHelp": true,
2672
2852
  "hiddenAliases": [],
2673
- "id": "analytics:autoinstall:app:cancel",
2853
+ "id": "analytics:asset:publisher:deleteall",
2674
2854
  "pluginAlias": "@salesforce/analytics",
2675
2855
  "pluginName": "@salesforce/analytics",
2676
2856
  "pluginType": "core",
2677
2857
  "strict": true,
2678
- "summary": "cancels app-auto install request",
2858
+ "summary": "delete Analytics asset publishers",
2679
2859
  "enableJsonFlag": true,
2680
2860
  "isESM": true,
2681
2861
  "relativePath": [
2682
2862
  "lib",
2683
2863
  "commands",
2684
2864
  "analytics",
2685
- "autoinstall",
2686
- "app",
2687
- "cancel.js"
2865
+ "asset",
2866
+ "publisher",
2867
+ "deleteall.js"
2688
2868
  ]
2689
2869
  },
2690
- "analytics:autoinstall:app:create": {
2870
+ "analytics:asset:publisher:list": {
2691
2871
  "aliases": [],
2692
2872
  "args": {},
2693
- "description": "Creates auto-install request to create a Analytics app.",
2873
+ "description": "Lists Analytics asset publishers.",
2694
2874
  "examples": [
2695
- "$ sfdx analytics:autoinstall:app:create -t templateid",
2696
- "$ sfdx analytics:autoinstall:app:create -n templatename"
2875
+ "$ sfdx analytics:asset:publisher:list -i assetId"
2697
2876
  ],
2698
2877
  "flags": {
2699
2878
  "json": {
@@ -2739,15 +2918,178 @@
2739
2918
  "multiple": false,
2740
2919
  "type": "option"
2741
2920
  },
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",
2750
- "hasDynamicHelp": false,
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"
3039
+ ],
3040
+ "flags": {
3041
+ "json": {
3042
+ "description": "Format output as json.",
3043
+ "helpGroup": "GLOBAL",
3044
+ "name": "json",
3045
+ "allowNo": false,
3046
+ "type": "boolean"
3047
+ },
3048
+ "loglevel": {
3049
+ "deprecated": {
3050
+ "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."
3051
+ },
3052
+ "hidden": true,
3053
+ "name": "loglevel",
3054
+ "hasDynamicHelp": false,
3055
+ "multiple": false,
3056
+ "type": "option"
3057
+ },
3058
+ "target-org": {
3059
+ "aliases": [
3060
+ "targetusername",
3061
+ "u"
3062
+ ],
3063
+ "char": "o",
3064
+ "deprecateAliases": true,
3065
+ "name": "target-org",
3066
+ "noCacheDefault": true,
3067
+ "required": true,
3068
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3069
+ "hasDynamicHelp": true,
3070
+ "multiple": false,
3071
+ "type": "option"
3072
+ },
3073
+ "api-version": {
3074
+ "aliases": [
3075
+ "apiversion"
3076
+ ],
3077
+ "deprecateAliases": true,
3078
+ "description": "Override the api version used for api requests made by this command",
3079
+ "name": "api-version",
3080
+ "hasDynamicHelp": false,
3081
+ "multiple": false,
3082
+ "type": "option"
3083
+ },
3084
+ "templateid": {
3085
+ "char": "t",
3086
+ "description": "The ID of the Analytics template.",
3087
+ "exclusive": [
3088
+ "templatename"
3089
+ ],
3090
+ "name": "templateid",
3091
+ "summary": "template ID",
3092
+ "hasDynamicHelp": false,
2751
3093
  "multiple": false,
2752
3094
  "type": "option"
2753
3095
  },
@@ -4018,349 +4360,7 @@
4018
4360
  "history",
4019
4361
  "revert.js"
4020
4362
  ]
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.51"
4365
+ "version": "1.4.53"
4366
4366
  }