@salesforce/analytics 1.4.15 → 1.4.16
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 +66 -45
- package/oclif.lock +42 -37
- package/oclif.manifest.json +320 -320
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -2606,12 +2606,12 @@
|
|
|
2606
2606
|
"validate.js"
|
|
2607
2607
|
]
|
|
2608
2608
|
},
|
|
2609
|
-
"analytics:
|
|
2609
|
+
"analytics:asset:publisher:create": {
|
|
2610
2610
|
"aliases": [],
|
|
2611
2611
|
"args": {},
|
|
2612
|
-
"description": "
|
|
2612
|
+
"description": "Create a publisher record for the Analytics asset.",
|
|
2613
2613
|
"examples": [
|
|
2614
|
-
"$ sfdx analytics:
|
|
2614
|
+
"$ sfdx analytics:asset:publisher:create -i assetId"
|
|
2615
2615
|
],
|
|
2616
2616
|
"flags": {
|
|
2617
2617
|
"json": {
|
|
@@ -2657,12 +2657,12 @@
|
|
|
2657
2657
|
"multiple": false,
|
|
2658
2658
|
"type": "option"
|
|
2659
2659
|
},
|
|
2660
|
-
"
|
|
2660
|
+
"assetid": {
|
|
2661
2661
|
"char": "i",
|
|
2662
|
-
"description": "ID
|
|
2663
|
-
"name": "
|
|
2662
|
+
"description": "Asset ID under development.",
|
|
2663
|
+
"name": "assetid",
|
|
2664
2664
|
"required": true,
|
|
2665
|
-
"summary": "
|
|
2665
|
+
"summary": "Asset ID under development",
|
|
2666
2666
|
"hasDynamicHelp": false,
|
|
2667
2667
|
"multiple": false,
|
|
2668
2668
|
"type": "option"
|
|
@@ -2670,30 +2670,29 @@
|
|
|
2670
2670
|
},
|
|
2671
2671
|
"hasDynamicHelp": true,
|
|
2672
2672
|
"hiddenAliases": [],
|
|
2673
|
-
"id": "analytics:
|
|
2673
|
+
"id": "analytics:asset:publisher:create",
|
|
2674
2674
|
"pluginAlias": "@salesforce/analytics",
|
|
2675
2675
|
"pluginName": "@salesforce/analytics",
|
|
2676
2676
|
"pluginType": "core",
|
|
2677
2677
|
"strict": true,
|
|
2678
|
-
"summary": "
|
|
2678
|
+
"summary": "create a publisher record for the Analytics asset",
|
|
2679
2679
|
"enableJsonFlag": true,
|
|
2680
2680
|
"isESM": true,
|
|
2681
2681
|
"relativePath": [
|
|
2682
2682
|
"lib",
|
|
2683
2683
|
"commands",
|
|
2684
2684
|
"analytics",
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2685
|
+
"asset",
|
|
2686
|
+
"publisher",
|
|
2687
|
+
"create.js"
|
|
2688
2688
|
]
|
|
2689
2689
|
},
|
|
2690
|
-
"analytics:
|
|
2690
|
+
"analytics:asset:publisher:delete": {
|
|
2691
2691
|
"aliases": [],
|
|
2692
2692
|
"args": {},
|
|
2693
|
-
"description": "
|
|
2693
|
+
"description": "Delete a Analytics asset publisher.",
|
|
2694
2694
|
"examples": [
|
|
2695
|
-
"$ sfdx analytics:
|
|
2696
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2695
|
+
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
2697
2696
|
],
|
|
2698
2697
|
"flags": {
|
|
2699
2698
|
"json": {
|
|
@@ -2739,129 +2738,141 @@
|
|
|
2739
2738
|
"multiple": false,
|
|
2740
2739
|
"type": "option"
|
|
2741
2740
|
},
|
|
2742
|
-
"
|
|
2743
|
-
"char": "
|
|
2744
|
-
"description": "
|
|
2745
|
-
"
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
"name": "templateid",
|
|
2749
|
-
"summary": "template ID",
|
|
2741
|
+
"id": {
|
|
2742
|
+
"char": "i",
|
|
2743
|
+
"description": "Asset Publisher ID under development.",
|
|
2744
|
+
"name": "id",
|
|
2745
|
+
"required": true,
|
|
2746
|
+
"summary": "Asset Publisher ID under development",
|
|
2750
2747
|
"hasDynamicHelp": false,
|
|
2751
2748
|
"multiple": false,
|
|
2752
2749
|
"type": "option"
|
|
2753
2750
|
},
|
|
2754
|
-
"
|
|
2755
|
-
"char": "
|
|
2756
|
-
"description": "
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
"name": "templatename",
|
|
2761
|
-
"summary": "template api name",
|
|
2751
|
+
"assetid": {
|
|
2752
|
+
"char": "a",
|
|
2753
|
+
"description": "Asset ID under development.",
|
|
2754
|
+
"name": "assetid",
|
|
2755
|
+
"required": true,
|
|
2756
|
+
"summary": "Asset ID under development",
|
|
2762
2757
|
"hasDynamicHelp": false,
|
|
2763
2758
|
"multiple": false,
|
|
2764
2759
|
"type": "option"
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
"hasDynamicHelp": true,
|
|
2763
|
+
"hiddenAliases": [],
|
|
2764
|
+
"id": "analytics:asset:publisher:delete",
|
|
2765
|
+
"pluginAlias": "@salesforce/analytics",
|
|
2766
|
+
"pluginName": "@salesforce/analytics",
|
|
2767
|
+
"pluginType": "core",
|
|
2768
|
+
"strict": true,
|
|
2769
|
+
"summary": "delete a Analytics asset publisher",
|
|
2770
|
+
"enableJsonFlag": true,
|
|
2771
|
+
"isESM": true,
|
|
2772
|
+
"relativePath": [
|
|
2773
|
+
"lib",
|
|
2774
|
+
"commands",
|
|
2775
|
+
"analytics",
|
|
2776
|
+
"asset",
|
|
2777
|
+
"publisher",
|
|
2778
|
+
"delete.js"
|
|
2779
|
+
]
|
|
2780
|
+
},
|
|
2781
|
+
"analytics:asset:publisher:deleteall": {
|
|
2782
|
+
"aliases": [],
|
|
2783
|
+
"args": {},
|
|
2784
|
+
"description": "Deletes Analytics asset publishers.",
|
|
2785
|
+
"examples": [
|
|
2786
|
+
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
2787
|
+
],
|
|
2788
|
+
"flags": {
|
|
2789
|
+
"json": {
|
|
2790
|
+
"description": "Format output as json.",
|
|
2791
|
+
"helpGroup": "GLOBAL",
|
|
2792
|
+
"name": "json",
|
|
2793
|
+
"allowNo": false,
|
|
2794
|
+
"type": "boolean"
|
|
2765
2795
|
},
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
|
|
2769
|
-
|
|
2796
|
+
"loglevel": {
|
|
2797
|
+
"deprecated": {
|
|
2798
|
+
"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."
|
|
2799
|
+
},
|
|
2800
|
+
"hidden": true,
|
|
2801
|
+
"name": "loglevel",
|
|
2770
2802
|
"hasDynamicHelp": false,
|
|
2771
2803
|
"multiple": false,
|
|
2772
2804
|
"type": "option"
|
|
2773
2805
|
},
|
|
2774
|
-
"
|
|
2775
|
-
"
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2806
|
+
"target-org": {
|
|
2807
|
+
"aliases": [
|
|
2808
|
+
"targetusername",
|
|
2809
|
+
"u"
|
|
2810
|
+
],
|
|
2811
|
+
"char": "o",
|
|
2812
|
+
"deprecateAliases": true,
|
|
2813
|
+
"name": "target-org",
|
|
2814
|
+
"noCacheDefault": true,
|
|
2815
|
+
"required": true,
|
|
2816
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2817
|
+
"hasDynamicHelp": true,
|
|
2779
2818
|
"multiple": false,
|
|
2780
2819
|
"type": "option"
|
|
2781
2820
|
},
|
|
2782
|
-
"
|
|
2783
|
-
"
|
|
2784
|
-
|
|
2785
|
-
"exclusive": [
|
|
2786
|
-
"appname",
|
|
2787
|
-
"appdescription"
|
|
2821
|
+
"api-version": {
|
|
2822
|
+
"aliases": [
|
|
2823
|
+
"apiversion"
|
|
2788
2824
|
],
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2825
|
+
"deprecateAliases": true,
|
|
2826
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2827
|
+
"name": "api-version",
|
|
2791
2828
|
"hasDynamicHelp": false,
|
|
2792
2829
|
"multiple": false,
|
|
2793
2830
|
"type": "option"
|
|
2794
2831
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2797
|
-
"
|
|
2798
|
-
"name": "
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
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,
|
|
2832
|
+
"assetid": {
|
|
2833
|
+
"char": "i",
|
|
2834
|
+
"description": "Asset ID under development.",
|
|
2835
|
+
"name": "assetid",
|
|
2836
|
+
"required": true,
|
|
2837
|
+
"summary": "Asset ID under development",
|
|
2817
2838
|
"hasDynamicHelp": false,
|
|
2818
2839
|
"multiple": false,
|
|
2819
2840
|
"type": "option"
|
|
2820
2841
|
},
|
|
2821
|
-
"
|
|
2842
|
+
"noprompt": {
|
|
2822
2843
|
"char": "p",
|
|
2823
|
-
"description": "
|
|
2824
|
-
"name": "
|
|
2825
|
-
"summary": "
|
|
2826
|
-
"default": 5000,
|
|
2827
|
-
"hasDynamicHelp": false,
|
|
2828
|
-
"multiple": false,
|
|
2829
|
-
"type": "option"
|
|
2830
|
-
},
|
|
2831
|
-
"applog": {
|
|
2832
|
-
"description": "Specify to include app log details.",
|
|
2833
|
-
"name": "applog",
|
|
2834
|
-
"required": false,
|
|
2835
|
-
"summary": "specify to include app log details",
|
|
2844
|
+
"description": "Do not prompt to confirm delete.",
|
|
2845
|
+
"name": "noprompt",
|
|
2846
|
+
"summary": "do not prompt to confirm force delete",
|
|
2836
2847
|
"allowNo": false,
|
|
2837
2848
|
"type": "boolean"
|
|
2838
2849
|
}
|
|
2839
2850
|
},
|
|
2840
2851
|
"hasDynamicHelp": true,
|
|
2841
2852
|
"hiddenAliases": [],
|
|
2842
|
-
"id": "analytics:
|
|
2853
|
+
"id": "analytics:asset:publisher:deleteall",
|
|
2843
2854
|
"pluginAlias": "@salesforce/analytics",
|
|
2844
2855
|
"pluginName": "@salesforce/analytics",
|
|
2845
2856
|
"pluginType": "core",
|
|
2846
2857
|
"strict": true,
|
|
2847
|
-
"summary": "
|
|
2858
|
+
"summary": "delete Analytics asset publishers",
|
|
2848
2859
|
"enableJsonFlag": true,
|
|
2849
2860
|
"isESM": true,
|
|
2850
2861
|
"relativePath": [
|
|
2851
2862
|
"lib",
|
|
2852
2863
|
"commands",
|
|
2853
2864
|
"analytics",
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2865
|
+
"asset",
|
|
2866
|
+
"publisher",
|
|
2867
|
+
"deleteall.js"
|
|
2857
2868
|
]
|
|
2858
2869
|
},
|
|
2859
|
-
"analytics:
|
|
2870
|
+
"analytics:asset:publisher:list": {
|
|
2860
2871
|
"aliases": [],
|
|
2861
2872
|
"args": {},
|
|
2862
|
-
"description": "
|
|
2873
|
+
"description": "Lists Analytics asset publishers.",
|
|
2863
2874
|
"examples": [
|
|
2864
|
-
"$ sfdx analytics:
|
|
2875
|
+
"$ sfdx analytics:asset:publisher:list -i assetId"
|
|
2865
2876
|
],
|
|
2866
2877
|
"flags": {
|
|
2867
2878
|
"json": {
|
|
@@ -2907,40 +2918,12 @@
|
|
|
2907
2918
|
"multiple": false,
|
|
2908
2919
|
"type": "option"
|
|
2909
2920
|
},
|
|
2910
|
-
"
|
|
2911
|
-
"char": "
|
|
2912
|
-
"description": "ID
|
|
2913
|
-
"name": "
|
|
2921
|
+
"assetid": {
|
|
2922
|
+
"char": "i",
|
|
2923
|
+
"description": "Asset ID under development.",
|
|
2924
|
+
"name": "assetid",
|
|
2914
2925
|
"required": true,
|
|
2915
|
-
"summary": "
|
|
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,
|
|
2926
|
+
"summary": "Asset ID under development",
|
|
2944
2927
|
"hasDynamicHelp": false,
|
|
2945
2928
|
"multiple": false,
|
|
2946
2929
|
"type": "option"
|
|
@@ -2948,30 +2931,29 @@
|
|
|
2948
2931
|
},
|
|
2949
2932
|
"hasDynamicHelp": true,
|
|
2950
2933
|
"hiddenAliases": [],
|
|
2951
|
-
"id": "analytics:
|
|
2934
|
+
"id": "analytics:asset:publisher:list",
|
|
2952
2935
|
"pluginAlias": "@salesforce/analytics",
|
|
2953
2936
|
"pluginName": "@salesforce/analytics",
|
|
2954
2937
|
"pluginType": "core",
|
|
2955
2938
|
"strict": true,
|
|
2956
|
-
"summary": "
|
|
2939
|
+
"summary": "list Analytics asset publishers",
|
|
2957
2940
|
"enableJsonFlag": true,
|
|
2958
2941
|
"isESM": true,
|
|
2959
2942
|
"relativePath": [
|
|
2960
2943
|
"lib",
|
|
2961
2944
|
"commands",
|
|
2962
2945
|
"analytics",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2946
|
+
"asset",
|
|
2947
|
+
"publisher",
|
|
2948
|
+
"list.js"
|
|
2966
2949
|
]
|
|
2967
2950
|
},
|
|
2968
|
-
"analytics:autoinstall:app:
|
|
2951
|
+
"analytics:autoinstall:app:cancel": {
|
|
2969
2952
|
"aliases": [],
|
|
2970
2953
|
"args": {},
|
|
2971
|
-
"description": "
|
|
2954
|
+
"description": "Cancels app-auto install request",
|
|
2972
2955
|
"examples": [
|
|
2973
|
-
"$ sfdx analytics:autoinstall:app:
|
|
2974
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
2956
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
2975
2957
|
],
|
|
2976
2958
|
"flags": {
|
|
2977
2959
|
"json": {
|
|
@@ -3017,85 +2999,25 @@
|
|
|
3017
2999
|
"multiple": false,
|
|
3018
3000
|
"type": "option"
|
|
3019
3001
|
},
|
|
3020
|
-
"
|
|
3021
|
-
"char": "
|
|
3022
|
-
"description": "
|
|
3023
|
-
"
|
|
3024
|
-
"templatename"
|
|
3025
|
-
],
|
|
3026
|
-
"name": "templateid",
|
|
3027
|
-
"summary": "template ID",
|
|
3028
|
-
"hasDynamicHelp": false,
|
|
3029
|
-
"multiple": false,
|
|
3030
|
-
"type": "option"
|
|
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",
|
|
3002
|
+
"autoinstallid": {
|
|
3003
|
+
"char": "i",
|
|
3004
|
+
"description": "ID of the auto-install request.",
|
|
3005
|
+
"name": "autoinstallid",
|
|
3048
3006
|
"required": true,
|
|
3049
|
-
"summary": "
|
|
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,
|
|
3007
|
+
"summary": "auto-install request ID",
|
|
3078
3008
|
"hasDynamicHelp": false,
|
|
3079
3009
|
"multiple": false,
|
|
3080
3010
|
"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
3011
|
}
|
|
3090
3012
|
},
|
|
3091
3013
|
"hasDynamicHelp": true,
|
|
3092
3014
|
"hiddenAliases": [],
|
|
3093
|
-
"id": "analytics:autoinstall:app:
|
|
3015
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
3094
3016
|
"pluginAlias": "@salesforce/analytics",
|
|
3095
3017
|
"pluginName": "@salesforce/analytics",
|
|
3096
3018
|
"pluginType": "core",
|
|
3097
3019
|
"strict": true,
|
|
3098
|
-
"summary": "
|
|
3020
|
+
"summary": "cancels app-auto install request",
|
|
3099
3021
|
"enableJsonFlag": true,
|
|
3100
3022
|
"isESM": true,
|
|
3101
3023
|
"relativePath": [
|
|
@@ -3104,15 +3026,16 @@
|
|
|
3104
3026
|
"analytics",
|
|
3105
3027
|
"autoinstall",
|
|
3106
3028
|
"app",
|
|
3107
|
-
"
|
|
3029
|
+
"cancel.js"
|
|
3108
3030
|
]
|
|
3109
3031
|
},
|
|
3110
|
-
"analytics:
|
|
3032
|
+
"analytics:autoinstall:app:create": {
|
|
3111
3033
|
"aliases": [],
|
|
3112
3034
|
"args": {},
|
|
3113
|
-
"description": "
|
|
3035
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
3114
3036
|
"examples": [
|
|
3115
|
-
"$ sfdx analytics:
|
|
3037
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
3038
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3116
3039
|
],
|
|
3117
3040
|
"flags": {
|
|
3118
3041
|
"json": {
|
|
@@ -3158,133 +3081,129 @@
|
|
|
3158
3081
|
"multiple": false,
|
|
3159
3082
|
"type": "option"
|
|
3160
3083
|
},
|
|
3161
|
-
"
|
|
3162
|
-
"char": "
|
|
3163
|
-
"description": "
|
|
3164
|
-
"
|
|
3165
|
-
|
|
3166
|
-
|
|
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",
|
|
3167
3092
|
"hasDynamicHelp": false,
|
|
3168
3093
|
"multiple": false,
|
|
3169
3094
|
"type": "option"
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
|
-
"hasDynamicHelp": true,
|
|
3173
|
-
"hiddenAliases": [],
|
|
3174
|
-
"id": "analytics:asset:publisher:create",
|
|
3175
|
-
"pluginAlias": "@salesforce/analytics",
|
|
3176
|
-
"pluginName": "@salesforce/analytics",
|
|
3177
|
-
"pluginType": "core",
|
|
3178
|
-
"strict": true,
|
|
3179
|
-
"summary": "create a publisher record for the Analytics asset",
|
|
3180
|
-
"enableJsonFlag": true,
|
|
3181
|
-
"isESM": true,
|
|
3182
|
-
"relativePath": [
|
|
3183
|
-
"lib",
|
|
3184
|
-
"commands",
|
|
3185
|
-
"analytics",
|
|
3186
|
-
"asset",
|
|
3187
|
-
"publisher",
|
|
3188
|
-
"create.js"
|
|
3189
|
-
]
|
|
3190
|
-
},
|
|
3191
|
-
"analytics:asset:publisher:delete": {
|
|
3192
|
-
"aliases": [],
|
|
3193
|
-
"args": {},
|
|
3194
|
-
"description": "Delete a Analytics asset publisher.",
|
|
3195
|
-
"examples": [
|
|
3196
|
-
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
3197
|
-
],
|
|
3198
|
-
"flags": {
|
|
3199
|
-
"json": {
|
|
3200
|
-
"description": "Format output as json.",
|
|
3201
|
-
"helpGroup": "GLOBAL",
|
|
3202
|
-
"name": "json",
|
|
3203
|
-
"allowNo": false,
|
|
3204
|
-
"type": "boolean"
|
|
3205
3095
|
},
|
|
3206
|
-
"
|
|
3207
|
-
"
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3096
|
+
"templatename": {
|
|
3097
|
+
"char": "n",
|
|
3098
|
+
"description": "The API name of the Analytics template.",
|
|
3099
|
+
"exclusive": [
|
|
3100
|
+
"templateid"
|
|
3101
|
+
],
|
|
3102
|
+
"name": "templatename",
|
|
3103
|
+
"summary": "template api name",
|
|
3212
3104
|
"hasDynamicHelp": false,
|
|
3213
3105
|
"multiple": false,
|
|
3214
3106
|
"type": "option"
|
|
3215
3107
|
},
|
|
3216
|
-
"
|
|
3217
|
-
"
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
"char": "o",
|
|
3222
|
-
"deprecateAliases": true,
|
|
3223
|
-
"name": "target-org",
|
|
3224
|
-
"noCacheDefault": true,
|
|
3225
|
-
"required": true,
|
|
3226
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3227
|
-
"hasDynamicHelp": true,
|
|
3108
|
+
"appname": {
|
|
3109
|
+
"description": "The name of the created app.",
|
|
3110
|
+
"name": "appname",
|
|
3111
|
+
"summary": "app name",
|
|
3112
|
+
"hasDynamicHelp": false,
|
|
3228
3113
|
"multiple": false,
|
|
3229
3114
|
"type": "option"
|
|
3230
3115
|
},
|
|
3231
|
-
"
|
|
3232
|
-
"
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
"deprecateAliases": true,
|
|
3236
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3237
|
-
"name": "api-version",
|
|
3116
|
+
"appdescription": {
|
|
3117
|
+
"description": "The description of the created app.",
|
|
3118
|
+
"name": "appdescription",
|
|
3119
|
+
"summary": "app description",
|
|
3238
3120
|
"hasDynamicHelp": false,
|
|
3239
3121
|
"multiple": false,
|
|
3240
3122
|
"type": "option"
|
|
3241
3123
|
},
|
|
3242
|
-
"
|
|
3243
|
-
"char": "
|
|
3244
|
-
"description": "
|
|
3245
|
-
"
|
|
3246
|
-
|
|
3247
|
-
|
|
3124
|
+
"appconfiguration": {
|
|
3125
|
+
"char": "c",
|
|
3126
|
+
"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",
|
|
3127
|
+
"exclusive": [
|
|
3128
|
+
"appname",
|
|
3129
|
+
"appdescription"
|
|
3130
|
+
],
|
|
3131
|
+
"name": "appconfiguration",
|
|
3132
|
+
"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",
|
|
3248
3133
|
"hasDynamicHelp": false,
|
|
3249
3134
|
"multiple": false,
|
|
3250
3135
|
"type": "option"
|
|
3251
3136
|
},
|
|
3252
|
-
"
|
|
3137
|
+
"noenqueue": {
|
|
3138
|
+
"description": "Only create the request, do not initially enqueue and start the request.",
|
|
3139
|
+
"hidden": true,
|
|
3140
|
+
"name": "noenqueue",
|
|
3141
|
+
"summary": "do not enqueue the request",
|
|
3142
|
+
"allowNo": false,
|
|
3143
|
+
"type": "boolean"
|
|
3144
|
+
},
|
|
3145
|
+
"async": {
|
|
3253
3146
|
"char": "a",
|
|
3254
|
-
"description": "
|
|
3255
|
-
"name": "
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3147
|
+
"description": "Create app asynchronously.",
|
|
3148
|
+
"name": "async",
|
|
3149
|
+
"summary": "create app asynchronously",
|
|
3150
|
+
"allowNo": false,
|
|
3151
|
+
"type": "boolean"
|
|
3152
|
+
},
|
|
3153
|
+
"wait": {
|
|
3154
|
+
"char": "w",
|
|
3155
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3156
|
+
"name": "wait",
|
|
3157
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3158
|
+
"default": 10,
|
|
3159
|
+
"hasDynamicHelp": false,
|
|
3160
|
+
"multiple": false,
|
|
3161
|
+
"type": "option"
|
|
3162
|
+
},
|
|
3163
|
+
"pollinterval": {
|
|
3164
|
+
"char": "p",
|
|
3165
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3166
|
+
"name": "pollinterval",
|
|
3167
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3168
|
+
"default": 5000,
|
|
3258
3169
|
"hasDynamicHelp": false,
|
|
3259
3170
|
"multiple": false,
|
|
3260
3171
|
"type": "option"
|
|
3172
|
+
},
|
|
3173
|
+
"applog": {
|
|
3174
|
+
"description": "Specify to include app log details.",
|
|
3175
|
+
"name": "applog",
|
|
3176
|
+
"required": false,
|
|
3177
|
+
"summary": "specify to include app log details",
|
|
3178
|
+
"allowNo": false,
|
|
3179
|
+
"type": "boolean"
|
|
3261
3180
|
}
|
|
3262
3181
|
},
|
|
3263
3182
|
"hasDynamicHelp": true,
|
|
3264
3183
|
"hiddenAliases": [],
|
|
3265
|
-
"id": "analytics:
|
|
3184
|
+
"id": "analytics:autoinstall:app:create",
|
|
3266
3185
|
"pluginAlias": "@salesforce/analytics",
|
|
3267
3186
|
"pluginName": "@salesforce/analytics",
|
|
3268
3187
|
"pluginType": "core",
|
|
3269
3188
|
"strict": true,
|
|
3270
|
-
"summary": "
|
|
3189
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
3271
3190
|
"enableJsonFlag": true,
|
|
3272
3191
|
"isESM": true,
|
|
3273
3192
|
"relativePath": [
|
|
3274
3193
|
"lib",
|
|
3275
3194
|
"commands",
|
|
3276
3195
|
"analytics",
|
|
3277
|
-
"
|
|
3278
|
-
"
|
|
3279
|
-
"
|
|
3196
|
+
"autoinstall",
|
|
3197
|
+
"app",
|
|
3198
|
+
"create.js"
|
|
3280
3199
|
]
|
|
3281
3200
|
},
|
|
3282
|
-
"analytics:
|
|
3201
|
+
"analytics:autoinstall:app:delete": {
|
|
3283
3202
|
"aliases": [],
|
|
3284
3203
|
"args": {},
|
|
3285
|
-
"description": "
|
|
3204
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
3286
3205
|
"examples": [
|
|
3287
|
-
"$ sfdx analytics:
|
|
3206
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
3288
3207
|
],
|
|
3289
3208
|
"flags": {
|
|
3290
3209
|
"json": {
|
|
@@ -3330,50 +3249,71 @@
|
|
|
3330
3249
|
"multiple": false,
|
|
3331
3250
|
"type": "option"
|
|
3332
3251
|
},
|
|
3333
|
-
"
|
|
3334
|
-
"char": "
|
|
3335
|
-
"description": "
|
|
3336
|
-
"name": "
|
|
3252
|
+
"folderid": {
|
|
3253
|
+
"char": "f",
|
|
3254
|
+
"description": "ID of the folder that contains the app data.",
|
|
3255
|
+
"name": "folderid",
|
|
3337
3256
|
"required": true,
|
|
3338
|
-
"summary": "
|
|
3257
|
+
"summary": "folder ID",
|
|
3339
3258
|
"hasDynamicHelp": false,
|
|
3340
3259
|
"multiple": false,
|
|
3341
3260
|
"type": "option"
|
|
3342
3261
|
},
|
|
3343
|
-
"
|
|
3344
|
-
"char": "
|
|
3345
|
-
"description": "
|
|
3346
|
-
"name": "
|
|
3347
|
-
"summary": "
|
|
3262
|
+
"async": {
|
|
3263
|
+
"char": "a",
|
|
3264
|
+
"description": "Delete app asynchronously.",
|
|
3265
|
+
"name": "async",
|
|
3266
|
+
"summary": "delete app asynchronously",
|
|
3348
3267
|
"allowNo": false,
|
|
3349
3268
|
"type": "boolean"
|
|
3269
|
+
},
|
|
3270
|
+
"wait": {
|
|
3271
|
+
"char": "w",
|
|
3272
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3273
|
+
"name": "wait",
|
|
3274
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3275
|
+
"default": 10,
|
|
3276
|
+
"hasDynamicHelp": false,
|
|
3277
|
+
"multiple": false,
|
|
3278
|
+
"type": "option"
|
|
3279
|
+
},
|
|
3280
|
+
"pollinterval": {
|
|
3281
|
+
"char": "p",
|
|
3282
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3283
|
+
"name": "pollinterval",
|
|
3284
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3285
|
+
"default": 5000,
|
|
3286
|
+
"hasDynamicHelp": false,
|
|
3287
|
+
"multiple": false,
|
|
3288
|
+
"type": "option"
|
|
3350
3289
|
}
|
|
3351
3290
|
},
|
|
3352
3291
|
"hasDynamicHelp": true,
|
|
3353
3292
|
"hiddenAliases": [],
|
|
3354
|
-
"id": "analytics:
|
|
3293
|
+
"id": "analytics:autoinstall:app:delete",
|
|
3355
3294
|
"pluginAlias": "@salesforce/analytics",
|
|
3356
3295
|
"pluginName": "@salesforce/analytics",
|
|
3357
3296
|
"pluginType": "core",
|
|
3358
3297
|
"strict": true,
|
|
3359
|
-
"summary": "delete Analytics
|
|
3298
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
3360
3299
|
"enableJsonFlag": true,
|
|
3361
3300
|
"isESM": true,
|
|
3362
3301
|
"relativePath": [
|
|
3363
3302
|
"lib",
|
|
3364
3303
|
"commands",
|
|
3365
3304
|
"analytics",
|
|
3366
|
-
"
|
|
3367
|
-
"
|
|
3368
|
-
"
|
|
3305
|
+
"autoinstall",
|
|
3306
|
+
"app",
|
|
3307
|
+
"delete.js"
|
|
3369
3308
|
]
|
|
3370
3309
|
},
|
|
3371
|
-
"analytics:
|
|
3310
|
+
"analytics:autoinstall:app:update": {
|
|
3372
3311
|
"aliases": [],
|
|
3373
3312
|
"args": {},
|
|
3374
|
-
"description": "
|
|
3313
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
3375
3314
|
"examples": [
|
|
3376
|
-
"$ sfdx analytics:
|
|
3315
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
3316
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3377
3317
|
],
|
|
3378
3318
|
"flags": {
|
|
3379
3319
|
"json": {
|
|
@@ -3419,34 +3359,94 @@
|
|
|
3419
3359
|
"multiple": false,
|
|
3420
3360
|
"type": "option"
|
|
3421
3361
|
},
|
|
3422
|
-
"
|
|
3423
|
-
"char": "
|
|
3424
|
-
"description": "
|
|
3425
|
-
"
|
|
3362
|
+
"templateid": {
|
|
3363
|
+
"char": "t",
|
|
3364
|
+
"description": "The ID of the Analytics template.",
|
|
3365
|
+
"exclusive": [
|
|
3366
|
+
"templatename"
|
|
3367
|
+
],
|
|
3368
|
+
"name": "templateid",
|
|
3369
|
+
"summary": "template ID",
|
|
3370
|
+
"hasDynamicHelp": false,
|
|
3371
|
+
"multiple": false,
|
|
3372
|
+
"type": "option"
|
|
3373
|
+
},
|
|
3374
|
+
"templatename": {
|
|
3375
|
+
"char": "n",
|
|
3376
|
+
"description": "The API name of the Analytics template.",
|
|
3377
|
+
"exclusive": [
|
|
3378
|
+
"templateid"
|
|
3379
|
+
],
|
|
3380
|
+
"name": "templatename",
|
|
3381
|
+
"summary": "template api name",
|
|
3382
|
+
"hasDynamicHelp": false,
|
|
3383
|
+
"multiple": false,
|
|
3384
|
+
"type": "option"
|
|
3385
|
+
},
|
|
3386
|
+
"folderid": {
|
|
3387
|
+
"char": "f",
|
|
3388
|
+
"description": "ID of the folder that contains the app data.",
|
|
3389
|
+
"name": "folderid",
|
|
3426
3390
|
"required": true,
|
|
3427
|
-
"summary": "
|
|
3391
|
+
"summary": "folder ID",
|
|
3392
|
+
"hasDynamicHelp": false,
|
|
3393
|
+
"multiple": false,
|
|
3394
|
+
"type": "option"
|
|
3395
|
+
},
|
|
3396
|
+
"async": {
|
|
3397
|
+
"char": "a",
|
|
3398
|
+
"description": "Update app asynchronously.",
|
|
3399
|
+
"name": "async",
|
|
3400
|
+
"summary": "update app asynchronously",
|
|
3401
|
+
"allowNo": false,
|
|
3402
|
+
"type": "boolean"
|
|
3403
|
+
},
|
|
3404
|
+
"wait": {
|
|
3405
|
+
"char": "w",
|
|
3406
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3407
|
+
"name": "wait",
|
|
3408
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3409
|
+
"default": 10,
|
|
3428
3410
|
"hasDynamicHelp": false,
|
|
3429
3411
|
"multiple": false,
|
|
3430
3412
|
"type": "option"
|
|
3413
|
+
},
|
|
3414
|
+
"pollinterval": {
|
|
3415
|
+
"char": "p",
|
|
3416
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3417
|
+
"name": "pollinterval",
|
|
3418
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3419
|
+
"default": 5000,
|
|
3420
|
+
"hasDynamicHelp": false,
|
|
3421
|
+
"multiple": false,
|
|
3422
|
+
"type": "option"
|
|
3423
|
+
},
|
|
3424
|
+
"applog": {
|
|
3425
|
+
"description": "Specify to include app log details.",
|
|
3426
|
+
"name": "applog",
|
|
3427
|
+
"required": false,
|
|
3428
|
+
"summary": "specify to include app log details",
|
|
3429
|
+
"allowNo": false,
|
|
3430
|
+
"type": "boolean"
|
|
3431
3431
|
}
|
|
3432
3432
|
},
|
|
3433
3433
|
"hasDynamicHelp": true,
|
|
3434
3434
|
"hiddenAliases": [],
|
|
3435
|
-
"id": "analytics:
|
|
3435
|
+
"id": "analytics:autoinstall:app:update",
|
|
3436
3436
|
"pluginAlias": "@salesforce/analytics",
|
|
3437
3437
|
"pluginName": "@salesforce/analytics",
|
|
3438
3438
|
"pluginType": "core",
|
|
3439
3439
|
"strict": true,
|
|
3440
|
-
"summary": "
|
|
3440
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
3441
3441
|
"enableJsonFlag": true,
|
|
3442
3442
|
"isESM": true,
|
|
3443
3443
|
"relativePath": [
|
|
3444
3444
|
"lib",
|
|
3445
3445
|
"commands",
|
|
3446
3446
|
"analytics",
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3449
|
-
"
|
|
3447
|
+
"autoinstall",
|
|
3448
|
+
"app",
|
|
3449
|
+
"update.js"
|
|
3450
3450
|
]
|
|
3451
3451
|
},
|
|
3452
3452
|
"analytics:dashboard:history:list": {
|
|
@@ -4362,5 +4362,5 @@
|
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.16"
|
|
4366
4366
|
}
|