@salesforce/analytics 1.4.52 → 1.4.54
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/LICENSE.txt +1 -1
- package/npm-shrinkwrap.json +833 -745
- package/oclif.lock +852 -823
- package/oclif.manifest.json +433 -433
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -2606,12 +2606,12 @@
|
|
|
2606
2606
|
"validate.js"
|
|
2607
2607
|
]
|
|
2608
2608
|
},
|
|
2609
|
-
"analytics:
|
|
2609
|
+
"analytics:autoinstall:app:cancel": {
|
|
2610
2610
|
"aliases": [],
|
|
2611
2611
|
"args": {},
|
|
2612
|
-
"description": "
|
|
2612
|
+
"description": "Cancels app-auto install request",
|
|
2613
2613
|
"examples": [
|
|
2614
|
-
"$ sfdx analytics:
|
|
2614
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
2615
2615
|
],
|
|
2616
2616
|
"flags": {
|
|
2617
2617
|
"json": {
|
|
@@ -2657,12 +2657,12 @@
|
|
|
2657
2657
|
"multiple": false,
|
|
2658
2658
|
"type": "option"
|
|
2659
2659
|
},
|
|
2660
|
-
"
|
|
2660
|
+
"autoinstallid": {
|
|
2661
2661
|
"char": "i",
|
|
2662
|
-
"description": "
|
|
2663
|
-
"name": "
|
|
2662
|
+
"description": "ID of the auto-install request.",
|
|
2663
|
+
"name": "autoinstallid",
|
|
2664
2664
|
"required": true,
|
|
2665
|
-
"summary": "
|
|
2665
|
+
"summary": "auto-install request ID",
|
|
2666
2666
|
"hasDynamicHelp": false,
|
|
2667
2667
|
"multiple": false,
|
|
2668
2668
|
"type": "option"
|
|
@@ -2670,29 +2670,30 @@
|
|
|
2670
2670
|
},
|
|
2671
2671
|
"hasDynamicHelp": true,
|
|
2672
2672
|
"hiddenAliases": [],
|
|
2673
|
-
"id": "analytics:
|
|
2673
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
2674
2674
|
"pluginAlias": "@salesforce/analytics",
|
|
2675
2675
|
"pluginName": "@salesforce/analytics",
|
|
2676
2676
|
"pluginType": "core",
|
|
2677
2677
|
"strict": true,
|
|
2678
|
-
"summary": "
|
|
2678
|
+
"summary": "cancels app-auto install request",
|
|
2679
2679
|
"enableJsonFlag": true,
|
|
2680
2680
|
"isESM": true,
|
|
2681
2681
|
"relativePath": [
|
|
2682
2682
|
"lib",
|
|
2683
2683
|
"commands",
|
|
2684
2684
|
"analytics",
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2685
|
+
"autoinstall",
|
|
2686
|
+
"app",
|
|
2687
|
+
"cancel.js"
|
|
2688
2688
|
]
|
|
2689
2689
|
},
|
|
2690
|
-
"analytics:
|
|
2690
|
+
"analytics:autoinstall:app:create": {
|
|
2691
2691
|
"aliases": [],
|
|
2692
2692
|
"args": {},
|
|
2693
|
-
"description": "
|
|
2693
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
2694
2694
|
"examples": [
|
|
2695
|
-
"$ sfdx analytics:
|
|
2695
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
2696
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2696
2697
|
],
|
|
2697
2698
|
"flags": {
|
|
2698
2699
|
"json": {
|
|
@@ -2738,141 +2739,129 @@
|
|
|
2738
2739
|
"multiple": false,
|
|
2739
2740
|
"type": "option"
|
|
2740
2741
|
},
|
|
2741
|
-
"
|
|
2742
|
-
"char": "
|
|
2743
|
-
"description": "
|
|
2744
|
-
"
|
|
2745
|
-
|
|
2746
|
-
|
|
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",
|
|
2747
2750
|
"hasDynamicHelp": false,
|
|
2748
2751
|
"multiple": false,
|
|
2749
2752
|
"type": "option"
|
|
2750
2753
|
},
|
|
2751
|
-
"
|
|
2752
|
-
"char": "
|
|
2753
|
-
"description": "
|
|
2754
|
-
"
|
|
2755
|
-
|
|
2756
|
-
|
|
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",
|
|
2757
2762
|
"hasDynamicHelp": false,
|
|
2758
2763
|
"multiple": false,
|
|
2759
2764
|
"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"
|
|
2795
2765
|
},
|
|
2796
|
-
"
|
|
2797
|
-
"
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
"hidden": true,
|
|
2801
|
-
"name": "loglevel",
|
|
2766
|
+
"appname": {
|
|
2767
|
+
"description": "The name of the created app.",
|
|
2768
|
+
"name": "appname",
|
|
2769
|
+
"summary": "app name",
|
|
2802
2770
|
"hasDynamicHelp": false,
|
|
2803
2771
|
"multiple": false,
|
|
2804
2772
|
"type": "option"
|
|
2805
2773
|
},
|
|
2806
|
-
"
|
|
2807
|
-
"
|
|
2808
|
-
|
|
2809
|
-
|
|
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,
|
|
2774
|
+
"appdescription": {
|
|
2775
|
+
"description": "The description of the created app.",
|
|
2776
|
+
"name": "appdescription",
|
|
2777
|
+
"summary": "app description",
|
|
2778
|
+
"hasDynamicHelp": false,
|
|
2818
2779
|
"multiple": false,
|
|
2819
2780
|
"type": "option"
|
|
2820
2781
|
},
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
|
|
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"
|
|
2824
2788
|
],
|
|
2825
|
-
"
|
|
2826
|
-
"
|
|
2827
|
-
"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",
|
|
2828
2791
|
"hasDynamicHelp": false,
|
|
2829
2792
|
"multiple": false,
|
|
2830
2793
|
"type": "option"
|
|
2831
2794
|
},
|
|
2832
|
-
"
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2835
|
-
"name": "
|
|
2836
|
-
"
|
|
2837
|
-
"
|
|
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,
|
|
2838
2817
|
"hasDynamicHelp": false,
|
|
2839
2818
|
"multiple": false,
|
|
2840
2819
|
"type": "option"
|
|
2841
2820
|
},
|
|
2842
|
-
"
|
|
2821
|
+
"pollinterval": {
|
|
2843
2822
|
"char": "p",
|
|
2844
|
-
"description": "
|
|
2845
|
-
"name": "
|
|
2846
|
-
"summary": "
|
|
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,
|
|
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",
|
|
2847
2836
|
"allowNo": false,
|
|
2848
2837
|
"type": "boolean"
|
|
2849
2838
|
}
|
|
2850
2839
|
},
|
|
2851
2840
|
"hasDynamicHelp": true,
|
|
2852
2841
|
"hiddenAliases": [],
|
|
2853
|
-
"id": "analytics:
|
|
2842
|
+
"id": "analytics:autoinstall:app:create",
|
|
2854
2843
|
"pluginAlias": "@salesforce/analytics",
|
|
2855
2844
|
"pluginName": "@salesforce/analytics",
|
|
2856
2845
|
"pluginType": "core",
|
|
2857
2846
|
"strict": true,
|
|
2858
|
-
"summary": "
|
|
2847
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
2859
2848
|
"enableJsonFlag": true,
|
|
2860
2849
|
"isESM": true,
|
|
2861
2850
|
"relativePath": [
|
|
2862
2851
|
"lib",
|
|
2863
2852
|
"commands",
|
|
2864
2853
|
"analytics",
|
|
2865
|
-
"
|
|
2866
|
-
"
|
|
2867
|
-
"
|
|
2854
|
+
"autoinstall",
|
|
2855
|
+
"app",
|
|
2856
|
+
"create.js"
|
|
2868
2857
|
]
|
|
2869
2858
|
},
|
|
2870
|
-
"analytics:
|
|
2859
|
+
"analytics:autoinstall:app:delete": {
|
|
2871
2860
|
"aliases": [],
|
|
2872
2861
|
"args": {},
|
|
2873
|
-
"description": "
|
|
2862
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
2874
2863
|
"examples": [
|
|
2875
|
-
"$ sfdx analytics:
|
|
2864
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
2876
2865
|
],
|
|
2877
2866
|
"flags": {
|
|
2878
2867
|
"json": {
|
|
@@ -2918,12 +2907,40 @@
|
|
|
2918
2907
|
"multiple": false,
|
|
2919
2908
|
"type": "option"
|
|
2920
2909
|
},
|
|
2921
|
-
"
|
|
2922
|
-
"char": "
|
|
2923
|
-
"description": "
|
|
2924
|
-
"name": "
|
|
2910
|
+
"folderid": {
|
|
2911
|
+
"char": "f",
|
|
2912
|
+
"description": "ID of the folder that contains the app data.",
|
|
2913
|
+
"name": "folderid",
|
|
2925
2914
|
"required": true,
|
|
2926
|
-
"summary": "
|
|
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,
|
|
2927
2944
|
"hasDynamicHelp": false,
|
|
2928
2945
|
"multiple": false,
|
|
2929
2946
|
"type": "option"
|
|
@@ -2931,29 +2948,30 @@
|
|
|
2931
2948
|
},
|
|
2932
2949
|
"hasDynamicHelp": true,
|
|
2933
2950
|
"hiddenAliases": [],
|
|
2934
|
-
"id": "analytics:
|
|
2951
|
+
"id": "analytics:autoinstall:app:delete",
|
|
2935
2952
|
"pluginAlias": "@salesforce/analytics",
|
|
2936
2953
|
"pluginName": "@salesforce/analytics",
|
|
2937
2954
|
"pluginType": "core",
|
|
2938
2955
|
"strict": true,
|
|
2939
|
-
"summary": "
|
|
2956
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
2940
2957
|
"enableJsonFlag": true,
|
|
2941
2958
|
"isESM": true,
|
|
2942
2959
|
"relativePath": [
|
|
2943
2960
|
"lib",
|
|
2944
2961
|
"commands",
|
|
2945
2962
|
"analytics",
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2963
|
+
"autoinstall",
|
|
2964
|
+
"app",
|
|
2965
|
+
"delete.js"
|
|
2949
2966
|
]
|
|
2950
2967
|
},
|
|
2951
|
-
"analytics:autoinstall:app:
|
|
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:autoinstall:app:
|
|
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,25 +3017,85 @@
|
|
|
2999
3017
|
"multiple": false,
|
|
3000
3018
|
"type": "option"
|
|
3001
3019
|
},
|
|
3002
|
-
"
|
|
3003
|
-
"char": "
|
|
3004
|
-
"description": "ID of the
|
|
3005
|
-
"
|
|
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",
|
|
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",
|
|
3006
3048
|
"required": true,
|
|
3007
|
-
"summary": "
|
|
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,
|
|
3008
3078
|
"hasDynamicHelp": false,
|
|
3009
3079
|
"multiple": false,
|
|
3010
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"
|
|
3011
3089
|
}
|
|
3012
3090
|
},
|
|
3013
3091
|
"hasDynamicHelp": true,
|
|
3014
3092
|
"hiddenAliases": [],
|
|
3015
|
-
"id": "analytics:autoinstall:app:
|
|
3093
|
+
"id": "analytics:autoinstall:app:update",
|
|
3016
3094
|
"pluginAlias": "@salesforce/analytics",
|
|
3017
3095
|
"pluginName": "@salesforce/analytics",
|
|
3018
3096
|
"pluginType": "core",
|
|
3019
3097
|
"strict": true,
|
|
3020
|
-
"summary": "
|
|
3098
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
3021
3099
|
"enableJsonFlag": true,
|
|
3022
3100
|
"isESM": true,
|
|
3023
3101
|
"relativePath": [
|
|
@@ -3026,16 +3104,15 @@
|
|
|
3026
3104
|
"analytics",
|
|
3027
3105
|
"autoinstall",
|
|
3028
3106
|
"app",
|
|
3029
|
-
"
|
|
3107
|
+
"update.js"
|
|
3030
3108
|
]
|
|
3031
3109
|
},
|
|
3032
|
-
"analytics:
|
|
3110
|
+
"analytics:dashboard:history:list": {
|
|
3033
3111
|
"aliases": [],
|
|
3034
3112
|
"args": {},
|
|
3035
|
-
"description": "
|
|
3113
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3036
3114
|
"examples": [
|
|
3037
|
-
"$ sfdx analytics:
|
|
3038
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3115
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3039
3116
|
],
|
|
3040
3117
|
"flags": {
|
|
3041
3118
|
"json": {
|
|
@@ -3081,129 +3158,142 @@
|
|
|
3081
3158
|
"multiple": false,
|
|
3082
3159
|
"type": "option"
|
|
3083
3160
|
},
|
|
3084
|
-
"
|
|
3085
|
-
"char": "
|
|
3086
|
-
"description": "The ID of the
|
|
3087
|
-
"
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
"name": "templateid",
|
|
3091
|
-
"summary": "template ID",
|
|
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",
|
|
3092
3167
|
"hasDynamicHelp": false,
|
|
3093
3168
|
"multiple": false,
|
|
3094
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",
|
|
3187
|
+
"history",
|
|
3188
|
+
"list.js"
|
|
3189
|
+
]
|
|
3190
|
+
},
|
|
3191
|
+
"analytics:dashboard:history:revert": {
|
|
3192
|
+
"aliases": [],
|
|
3193
|
+
"args": {},
|
|
3194
|
+
"description": "Revert to a specified history record.",
|
|
3195
|
+
"examples": [
|
|
3196
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3197
|
+
],
|
|
3198
|
+
"flags": {
|
|
3199
|
+
"json": {
|
|
3200
|
+
"description": "Format output as json.",
|
|
3201
|
+
"helpGroup": "GLOBAL",
|
|
3202
|
+
"name": "json",
|
|
3203
|
+
"allowNo": false,
|
|
3204
|
+
"type": "boolean"
|
|
3095
3205
|
},
|
|
3096
|
-
"
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
"name": "templatename",
|
|
3103
|
-
"summary": "template api name",
|
|
3206
|
+
"loglevel": {
|
|
3207
|
+
"deprecated": {
|
|
3208
|
+
"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."
|
|
3209
|
+
},
|
|
3210
|
+
"hidden": true,
|
|
3211
|
+
"name": "loglevel",
|
|
3104
3212
|
"hasDynamicHelp": false,
|
|
3105
3213
|
"multiple": false,
|
|
3106
3214
|
"type": "option"
|
|
3107
3215
|
},
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3216
|
+
"target-org": {
|
|
3217
|
+
"aliases": [
|
|
3218
|
+
"targetusername",
|
|
3219
|
+
"u"
|
|
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,
|
|
3113
3228
|
"multiple": false,
|
|
3114
3229
|
"type": "option"
|
|
3115
3230
|
},
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
|
|
3119
|
-
|
|
3231
|
+
"api-version": {
|
|
3232
|
+
"aliases": [
|
|
3233
|
+
"apiversion"
|
|
3234
|
+
],
|
|
3235
|
+
"deprecateAliases": true,
|
|
3236
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3237
|
+
"name": "api-version",
|
|
3120
3238
|
"hasDynamicHelp": false,
|
|
3121
3239
|
"multiple": false,
|
|
3122
3240
|
"type": "option"
|
|
3123
3241
|
},
|
|
3124
|
-
"
|
|
3125
|
-
"char": "
|
|
3126
|
-
"description": "
|
|
3127
|
-
"
|
|
3128
|
-
|
|
3129
|
-
|
|
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",
|
|
3242
|
+
"dashboardid": {
|
|
3243
|
+
"char": "i",
|
|
3244
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3245
|
+
"name": "dashboardid",
|
|
3246
|
+
"required": true,
|
|
3247
|
+
"summary": "dashboard ID",
|
|
3133
3248
|
"hasDynamicHelp": false,
|
|
3134
3249
|
"multiple": false,
|
|
3135
3250
|
"type": "option"
|
|
3136
3251
|
},
|
|
3137
|
-
"
|
|
3138
|
-
"
|
|
3139
|
-
"
|
|
3140
|
-
"name": "
|
|
3141
|
-
"
|
|
3142
|
-
"
|
|
3143
|
-
"type": "boolean"
|
|
3144
|
-
},
|
|
3145
|
-
"async": {
|
|
3146
|
-
"char": "a",
|
|
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,
|
|
3252
|
+
"historyid": {
|
|
3253
|
+
"char": "y",
|
|
3254
|
+
"description": "The ID of the dashboard history records.",
|
|
3255
|
+
"name": "historyid",
|
|
3256
|
+
"required": true,
|
|
3257
|
+
"summary": "dashboard history ID",
|
|
3159
3258
|
"hasDynamicHelp": false,
|
|
3160
3259
|
"multiple": false,
|
|
3161
3260
|
"type": "option"
|
|
3162
3261
|
},
|
|
3163
|
-
"
|
|
3164
|
-
"char": "
|
|
3165
|
-
"description": "
|
|
3166
|
-
"name": "
|
|
3167
|
-
"summary": "
|
|
3168
|
-
"default": 5000,
|
|
3262
|
+
"label": {
|
|
3263
|
+
"char": "l",
|
|
3264
|
+
"description": "Label for new reverted history record.",
|
|
3265
|
+
"name": "label",
|
|
3266
|
+
"summary": "label for new reverted history record",
|
|
3169
3267
|
"hasDynamicHelp": false,
|
|
3170
3268
|
"multiple": false,
|
|
3171
3269
|
"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"
|
|
3180
3270
|
}
|
|
3181
3271
|
},
|
|
3182
3272
|
"hasDynamicHelp": true,
|
|
3183
3273
|
"hiddenAliases": [],
|
|
3184
|
-
"id": "analytics:
|
|
3274
|
+
"id": "analytics:dashboard:history:revert",
|
|
3185
3275
|
"pluginAlias": "@salesforce/analytics",
|
|
3186
3276
|
"pluginName": "@salesforce/analytics",
|
|
3187
3277
|
"pluginType": "core",
|
|
3188
3278
|
"strict": true,
|
|
3189
|
-
"summary": "
|
|
3279
|
+
"summary": "revert to specified history record",
|
|
3190
3280
|
"enableJsonFlag": true,
|
|
3191
3281
|
"isESM": true,
|
|
3192
3282
|
"relativePath": [
|
|
3193
3283
|
"lib",
|
|
3194
3284
|
"commands",
|
|
3195
3285
|
"analytics",
|
|
3196
|
-
"
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3286
|
+
"dashboard",
|
|
3287
|
+
"history",
|
|
3288
|
+
"revert.js"
|
|
3199
3289
|
]
|
|
3200
3290
|
},
|
|
3201
|
-
"analytics:
|
|
3291
|
+
"analytics:dataflow:history:list": {
|
|
3202
3292
|
"aliases": [],
|
|
3203
3293
|
"args": {},
|
|
3204
|
-
"description": "
|
|
3294
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3205
3295
|
"examples": [
|
|
3206
|
-
"$ sfdx analytics:
|
|
3296
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3207
3297
|
],
|
|
3208
3298
|
"flags": {
|
|
3209
3299
|
"json": {
|
|
@@ -3249,40 +3339,12 @@
|
|
|
3249
3339
|
"multiple": false,
|
|
3250
3340
|
"type": "option"
|
|
3251
3341
|
},
|
|
3252
|
-
"
|
|
3253
|
-
"char": "
|
|
3254
|
-
"description": "ID of the
|
|
3255
|
-
"name": "
|
|
3342
|
+
"dataflowid": {
|
|
3343
|
+
"char": "i",
|
|
3344
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3345
|
+
"name": "dataflowid",
|
|
3256
3346
|
"required": true,
|
|
3257
|
-
"summary": "
|
|
3258
|
-
"hasDynamicHelp": false,
|
|
3259
|
-
"multiple": false,
|
|
3260
|
-
"type": "option"
|
|
3261
|
-
},
|
|
3262
|
-
"async": {
|
|
3263
|
-
"char": "a",
|
|
3264
|
-
"description": "Delete app asynchronously.",
|
|
3265
|
-
"name": "async",
|
|
3266
|
-
"summary": "delete app asynchronously",
|
|
3267
|
-
"allowNo": false,
|
|
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,
|
|
3347
|
+
"summary": "dataflow ID",
|
|
3286
3348
|
"hasDynamicHelp": false,
|
|
3287
3349
|
"multiple": false,
|
|
3288
3350
|
"type": "option"
|
|
@@ -3290,30 +3352,29 @@
|
|
|
3290
3352
|
},
|
|
3291
3353
|
"hasDynamicHelp": true,
|
|
3292
3354
|
"hiddenAliases": [],
|
|
3293
|
-
"id": "analytics:
|
|
3355
|
+
"id": "analytics:dataflow:history:list",
|
|
3294
3356
|
"pluginAlias": "@salesforce/analytics",
|
|
3295
3357
|
"pluginName": "@salesforce/analytics",
|
|
3296
3358
|
"pluginType": "core",
|
|
3297
3359
|
"strict": true,
|
|
3298
|
-
"summary": "
|
|
3360
|
+
"summary": "list history records for Analytics dataflows",
|
|
3299
3361
|
"enableJsonFlag": true,
|
|
3300
3362
|
"isESM": true,
|
|
3301
3363
|
"relativePath": [
|
|
3302
3364
|
"lib",
|
|
3303
3365
|
"commands",
|
|
3304
3366
|
"analytics",
|
|
3305
|
-
"
|
|
3306
|
-
"
|
|
3307
|
-
"
|
|
3367
|
+
"dataflow",
|
|
3368
|
+
"history",
|
|
3369
|
+
"list.js"
|
|
3308
3370
|
]
|
|
3309
3371
|
},
|
|
3310
|
-
"analytics:
|
|
3372
|
+
"analytics:dataflow:history:revert": {
|
|
3311
3373
|
"aliases": [],
|
|
3312
3374
|
"args": {},
|
|
3313
|
-
"description": "
|
|
3375
|
+
"description": "Revert to a specified history record.",
|
|
3314
3376
|
"examples": [
|
|
3315
|
-
"$ sfdx analytics:
|
|
3316
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3377
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3317
3378
|
],
|
|
3318
3379
|
"flags": {
|
|
3319
3380
|
"json": {
|
|
@@ -3359,102 +3420,61 @@
|
|
|
3359
3420
|
"multiple": false,
|
|
3360
3421
|
"type": "option"
|
|
3361
3422
|
},
|
|
3362
|
-
"
|
|
3363
|
-
"char": "
|
|
3364
|
-
"description": "The ID of the
|
|
3365
|
-
"
|
|
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",
|
|
3423
|
+
"dataflowid": {
|
|
3424
|
+
"char": "i",
|
|
3425
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3426
|
+
"name": "dataflowid",
|
|
3390
3427
|
"required": true,
|
|
3391
|
-
"summary": "
|
|
3428
|
+
"summary": "dataflow ID",
|
|
3392
3429
|
"hasDynamicHelp": false,
|
|
3393
3430
|
"multiple": false,
|
|
3394
3431
|
"type": "option"
|
|
3395
3432
|
},
|
|
3396
|
-
"
|
|
3397
|
-
"char": "
|
|
3398
|
-
"description": "
|
|
3399
|
-
"name": "
|
|
3400
|
-
"
|
|
3401
|
-
"
|
|
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,
|
|
3433
|
+
"historyid": {
|
|
3434
|
+
"char": "y",
|
|
3435
|
+
"description": "The ID of the dataflow history record.",
|
|
3436
|
+
"name": "historyid",
|
|
3437
|
+
"required": true,
|
|
3438
|
+
"summary": "dataflow history ID",
|
|
3410
3439
|
"hasDynamicHelp": false,
|
|
3411
3440
|
"multiple": false,
|
|
3412
3441
|
"type": "option"
|
|
3413
3442
|
},
|
|
3414
|
-
"
|
|
3415
|
-
"char": "
|
|
3416
|
-
"description": "
|
|
3417
|
-
"name": "
|
|
3418
|
-
"summary": "
|
|
3419
|
-
"default": 5000,
|
|
3443
|
+
"label": {
|
|
3444
|
+
"char": "l",
|
|
3445
|
+
"description": "Label for new reverted history record.",
|
|
3446
|
+
"name": "label",
|
|
3447
|
+
"summary": "label for new reverted history record",
|
|
3420
3448
|
"hasDynamicHelp": false,
|
|
3421
3449
|
"multiple": false,
|
|
3422
3450
|
"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
3451
|
}
|
|
3432
3452
|
},
|
|
3433
3453
|
"hasDynamicHelp": true,
|
|
3434
3454
|
"hiddenAliases": [],
|
|
3435
|
-
"id": "analytics:
|
|
3455
|
+
"id": "analytics:dataflow:history:revert",
|
|
3436
3456
|
"pluginAlias": "@salesforce/analytics",
|
|
3437
3457
|
"pluginName": "@salesforce/analytics",
|
|
3438
3458
|
"pluginType": "core",
|
|
3439
3459
|
"strict": true,
|
|
3440
|
-
"summary": "
|
|
3460
|
+
"summary": "revert to specified history record",
|
|
3441
3461
|
"enableJsonFlag": true,
|
|
3442
3462
|
"isESM": true,
|
|
3443
3463
|
"relativePath": [
|
|
3444
3464
|
"lib",
|
|
3445
3465
|
"commands",
|
|
3446
3466
|
"analytics",
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3449
|
-
"
|
|
3467
|
+
"dataflow",
|
|
3468
|
+
"history",
|
|
3469
|
+
"revert.js"
|
|
3450
3470
|
]
|
|
3451
3471
|
},
|
|
3452
|
-
"analytics:
|
|
3472
|
+
"analytics:dataflow:job:display": {
|
|
3453
3473
|
"aliases": [],
|
|
3454
3474
|
"args": {},
|
|
3455
|
-
"description": "
|
|
3475
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3456
3476
|
"examples": [
|
|
3457
|
-
"$ sfdx analytics:
|
|
3477
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3458
3478
|
],
|
|
3459
3479
|
"flags": {
|
|
3460
3480
|
"json": {
|
|
@@ -3500,12 +3520,12 @@
|
|
|
3500
3520
|
"multiple": false,
|
|
3501
3521
|
"type": "option"
|
|
3502
3522
|
},
|
|
3503
|
-
"
|
|
3523
|
+
"dataflowjobid": {
|
|
3504
3524
|
"char": "i",
|
|
3505
|
-
"description": "The ID of the
|
|
3506
|
-
"name": "
|
|
3525
|
+
"description": "The ID of the dataflow job to update.",
|
|
3526
|
+
"name": "dataflowjobid",
|
|
3507
3527
|
"required": true,
|
|
3508
|
-
"summary": "
|
|
3528
|
+
"summary": "dataflow Job ID",
|
|
3509
3529
|
"hasDynamicHelp": false,
|
|
3510
3530
|
"multiple": false,
|
|
3511
3531
|
"type": "option"
|
|
@@ -3513,29 +3533,29 @@
|
|
|
3513
3533
|
},
|
|
3514
3534
|
"hasDynamicHelp": true,
|
|
3515
3535
|
"hiddenAliases": [],
|
|
3516
|
-
"id": "analytics:
|
|
3536
|
+
"id": "analytics:dataflow:job:display",
|
|
3517
3537
|
"pluginAlias": "@salesforce/analytics",
|
|
3518
3538
|
"pluginName": "@salesforce/analytics",
|
|
3519
3539
|
"pluginType": "core",
|
|
3520
3540
|
"strict": true,
|
|
3521
|
-
"summary": "
|
|
3541
|
+
"summary": "display status of Analytics dataflow",
|
|
3522
3542
|
"enableJsonFlag": true,
|
|
3523
3543
|
"isESM": true,
|
|
3524
3544
|
"relativePath": [
|
|
3525
3545
|
"lib",
|
|
3526
3546
|
"commands",
|
|
3527
3547
|
"analytics",
|
|
3528
|
-
"
|
|
3529
|
-
"
|
|
3530
|
-
"
|
|
3548
|
+
"dataflow",
|
|
3549
|
+
"job",
|
|
3550
|
+
"display.js"
|
|
3531
3551
|
]
|
|
3532
3552
|
},
|
|
3533
|
-
"analytics:
|
|
3553
|
+
"analytics:dataflow:job:list": {
|
|
3534
3554
|
"aliases": [],
|
|
3535
3555
|
"args": {},
|
|
3536
|
-
"description": "
|
|
3556
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3537
3557
|
"examples": [
|
|
3538
|
-
"$ sfdx analytics:
|
|
3558
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3539
3559
|
],
|
|
3540
3560
|
"flags": {
|
|
3541
3561
|
"json": {
|
|
@@ -3581,31 +3601,12 @@
|
|
|
3581
3601
|
"multiple": false,
|
|
3582
3602
|
"type": "option"
|
|
3583
3603
|
},
|
|
3584
|
-
"
|
|
3604
|
+
"dataflowid": {
|
|
3585
3605
|
"char": "i",
|
|
3586
|
-
"description": "The ID of the
|
|
3587
|
-
"name": "
|
|
3588
|
-
"required": true,
|
|
3589
|
-
"summary": "dashboard ID",
|
|
3590
|
-
"hasDynamicHelp": false,
|
|
3591
|
-
"multiple": false,
|
|
3592
|
-
"type": "option"
|
|
3593
|
-
},
|
|
3594
|
-
"historyid": {
|
|
3595
|
-
"char": "y",
|
|
3596
|
-
"description": "The ID of the dashboard history records.",
|
|
3597
|
-
"name": "historyid",
|
|
3606
|
+
"description": "The ID of the dataflow to update.",
|
|
3607
|
+
"name": "dataflowid",
|
|
3598
3608
|
"required": true,
|
|
3599
|
-
"summary": "
|
|
3600
|
-
"hasDynamicHelp": false,
|
|
3601
|
-
"multiple": false,
|
|
3602
|
-
"type": "option"
|
|
3603
|
-
},
|
|
3604
|
-
"label": {
|
|
3605
|
-
"char": "l",
|
|
3606
|
-
"description": "Label for new reverted history record.",
|
|
3607
|
-
"name": "label",
|
|
3608
|
-
"summary": "label for new reverted history record",
|
|
3609
|
+
"summary": "dataflow ID",
|
|
3609
3610
|
"hasDynamicHelp": false,
|
|
3610
3611
|
"multiple": false,
|
|
3611
3612
|
"type": "option"
|
|
@@ -3613,29 +3614,29 @@
|
|
|
3613
3614
|
},
|
|
3614
3615
|
"hasDynamicHelp": true,
|
|
3615
3616
|
"hiddenAliases": [],
|
|
3616
|
-
"id": "analytics:
|
|
3617
|
+
"id": "analytics:dataflow:job:list",
|
|
3617
3618
|
"pluginAlias": "@salesforce/analytics",
|
|
3618
3619
|
"pluginName": "@salesforce/analytics",
|
|
3619
3620
|
"pluginType": "core",
|
|
3620
3621
|
"strict": true,
|
|
3621
|
-
"summary": "
|
|
3622
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3622
3623
|
"enableJsonFlag": true,
|
|
3623
3624
|
"isESM": true,
|
|
3624
3625
|
"relativePath": [
|
|
3625
3626
|
"lib",
|
|
3626
3627
|
"commands",
|
|
3627
3628
|
"analytics",
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3629
|
+
"dataflow",
|
|
3630
|
+
"job",
|
|
3631
|
+
"list.js"
|
|
3631
3632
|
]
|
|
3632
3633
|
},
|
|
3633
|
-
"analytics:dataflow:
|
|
3634
|
+
"analytics:dataflow:job:stop": {
|
|
3634
3635
|
"aliases": [],
|
|
3635
3636
|
"args": {},
|
|
3636
|
-
"description": "
|
|
3637
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3637
3638
|
"examples": [
|
|
3638
|
-
"$ sfdx analytics:dataflow:
|
|
3639
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3639
3640
|
],
|
|
3640
3641
|
"flags": {
|
|
3641
3642
|
"json": {
|
|
@@ -3681,12 +3682,12 @@
|
|
|
3681
3682
|
"multiple": false,
|
|
3682
3683
|
"type": "option"
|
|
3683
3684
|
},
|
|
3684
|
-
"
|
|
3685
|
+
"dataflowjobid": {
|
|
3685
3686
|
"char": "i",
|
|
3686
|
-
"description": "The ID of the dataflow to
|
|
3687
|
-
"name": "
|
|
3687
|
+
"description": "The ID of the dataflow job to update.",
|
|
3688
|
+
"name": "dataflowjobid",
|
|
3688
3689
|
"required": true,
|
|
3689
|
-
"summary": "dataflow ID",
|
|
3690
|
+
"summary": "dataflow Job ID",
|
|
3690
3691
|
"hasDynamicHelp": false,
|
|
3691
3692
|
"multiple": false,
|
|
3692
3693
|
"type": "option"
|
|
@@ -3694,12 +3695,12 @@
|
|
|
3694
3695
|
},
|
|
3695
3696
|
"hasDynamicHelp": true,
|
|
3696
3697
|
"hiddenAliases": [],
|
|
3697
|
-
"id": "analytics:dataflow:
|
|
3698
|
+
"id": "analytics:dataflow:job:stop",
|
|
3698
3699
|
"pluginAlias": "@salesforce/analytics",
|
|
3699
3700
|
"pluginName": "@salesforce/analytics",
|
|
3700
3701
|
"pluginType": "core",
|
|
3701
3702
|
"strict": true,
|
|
3702
|
-
"summary": "
|
|
3703
|
+
"summary": "stop Analytics dataflows",
|
|
3703
3704
|
"enableJsonFlag": true,
|
|
3704
3705
|
"isESM": true,
|
|
3705
3706
|
"relativePath": [
|
|
@@ -3707,16 +3708,16 @@
|
|
|
3707
3708
|
"commands",
|
|
3708
3709
|
"analytics",
|
|
3709
3710
|
"dataflow",
|
|
3710
|
-
"
|
|
3711
|
-
"
|
|
3711
|
+
"job",
|
|
3712
|
+
"stop.js"
|
|
3712
3713
|
]
|
|
3713
3714
|
},
|
|
3714
|
-
"analytics:
|
|
3715
|
+
"analytics:asset:publisher:create": {
|
|
3715
3716
|
"aliases": [],
|
|
3716
3717
|
"args": {},
|
|
3717
|
-
"description": "
|
|
3718
|
+
"description": "Create a publisher record for the Analytics asset.",
|
|
3718
3719
|
"examples": [
|
|
3719
|
-
"$ sfdx analytics:
|
|
3720
|
+
"$ sfdx analytics:asset:publisher:create -i assetId"
|
|
3720
3721
|
],
|
|
3721
3722
|
"flags": {
|
|
3722
3723
|
"json": {
|
|
@@ -3762,31 +3763,12 @@
|
|
|
3762
3763
|
"multiple": false,
|
|
3763
3764
|
"type": "option"
|
|
3764
3765
|
},
|
|
3765
|
-
"
|
|
3766
|
+
"assetid": {
|
|
3766
3767
|
"char": "i",
|
|
3767
|
-
"description": "
|
|
3768
|
-
"name": "
|
|
3769
|
-
"required": true,
|
|
3770
|
-
"summary": "dataflow ID",
|
|
3771
|
-
"hasDynamicHelp": false,
|
|
3772
|
-
"multiple": false,
|
|
3773
|
-
"type": "option"
|
|
3774
|
-
},
|
|
3775
|
-
"historyid": {
|
|
3776
|
-
"char": "y",
|
|
3777
|
-
"description": "The ID of the dataflow history record.",
|
|
3778
|
-
"name": "historyid",
|
|
3768
|
+
"description": "Asset ID under development.",
|
|
3769
|
+
"name": "assetid",
|
|
3779
3770
|
"required": true,
|
|
3780
|
-
"summary": "
|
|
3781
|
-
"hasDynamicHelp": false,
|
|
3782
|
-
"multiple": false,
|
|
3783
|
-
"type": "option"
|
|
3784
|
-
},
|
|
3785
|
-
"label": {
|
|
3786
|
-
"char": "l",
|
|
3787
|
-
"description": "Label for new reverted history record.",
|
|
3788
|
-
"name": "label",
|
|
3789
|
-
"summary": "label for new reverted history record",
|
|
3771
|
+
"summary": "Asset ID under development",
|
|
3790
3772
|
"hasDynamicHelp": false,
|
|
3791
3773
|
"multiple": false,
|
|
3792
3774
|
"type": "option"
|
|
@@ -3794,29 +3776,29 @@
|
|
|
3794
3776
|
},
|
|
3795
3777
|
"hasDynamicHelp": true,
|
|
3796
3778
|
"hiddenAliases": [],
|
|
3797
|
-
"id": "analytics:
|
|
3779
|
+
"id": "analytics:asset:publisher:create",
|
|
3798
3780
|
"pluginAlias": "@salesforce/analytics",
|
|
3799
3781
|
"pluginName": "@salesforce/analytics",
|
|
3800
3782
|
"pluginType": "core",
|
|
3801
3783
|
"strict": true,
|
|
3802
|
-
"summary": "
|
|
3784
|
+
"summary": "create a publisher record for the Analytics asset",
|
|
3803
3785
|
"enableJsonFlag": true,
|
|
3804
3786
|
"isESM": true,
|
|
3805
3787
|
"relativePath": [
|
|
3806
3788
|
"lib",
|
|
3807
3789
|
"commands",
|
|
3808
3790
|
"analytics",
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3791
|
+
"asset",
|
|
3792
|
+
"publisher",
|
|
3793
|
+
"create.js"
|
|
3812
3794
|
]
|
|
3813
3795
|
},
|
|
3814
|
-
"analytics:
|
|
3796
|
+
"analytics:asset:publisher:delete": {
|
|
3815
3797
|
"aliases": [],
|
|
3816
3798
|
"args": {},
|
|
3817
|
-
"description": "
|
|
3799
|
+
"description": "Delete a Analytics asset publisher.",
|
|
3818
3800
|
"examples": [
|
|
3819
|
-
"$ sfdx analytics:
|
|
3801
|
+
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
3820
3802
|
],
|
|
3821
3803
|
"flags": {
|
|
3822
3804
|
"json": {
|
|
@@ -3862,12 +3844,22 @@
|
|
|
3862
3844
|
"multiple": false,
|
|
3863
3845
|
"type": "option"
|
|
3864
3846
|
},
|
|
3865
|
-
"
|
|
3847
|
+
"id": {
|
|
3866
3848
|
"char": "i",
|
|
3867
|
-
"description": "
|
|
3868
|
-
"name": "
|
|
3849
|
+
"description": "Asset Publisher ID under development.",
|
|
3850
|
+
"name": "id",
|
|
3869
3851
|
"required": true,
|
|
3870
|
-
"summary": "
|
|
3852
|
+
"summary": "Asset Publisher ID under development",
|
|
3853
|
+
"hasDynamicHelp": false,
|
|
3854
|
+
"multiple": false,
|
|
3855
|
+
"type": "option"
|
|
3856
|
+
},
|
|
3857
|
+
"assetid": {
|
|
3858
|
+
"char": "a",
|
|
3859
|
+
"description": "Asset ID under development.",
|
|
3860
|
+
"name": "assetid",
|
|
3861
|
+
"required": true,
|
|
3862
|
+
"summary": "Asset ID under development",
|
|
3871
3863
|
"hasDynamicHelp": false,
|
|
3872
3864
|
"multiple": false,
|
|
3873
3865
|
"type": "option"
|
|
@@ -3875,29 +3867,29 @@
|
|
|
3875
3867
|
},
|
|
3876
3868
|
"hasDynamicHelp": true,
|
|
3877
3869
|
"hiddenAliases": [],
|
|
3878
|
-
"id": "analytics:
|
|
3870
|
+
"id": "analytics:asset:publisher:delete",
|
|
3879
3871
|
"pluginAlias": "@salesforce/analytics",
|
|
3880
3872
|
"pluginName": "@salesforce/analytics",
|
|
3881
3873
|
"pluginType": "core",
|
|
3882
3874
|
"strict": true,
|
|
3883
|
-
"summary": "
|
|
3875
|
+
"summary": "delete a Analytics asset publisher",
|
|
3884
3876
|
"enableJsonFlag": true,
|
|
3885
3877
|
"isESM": true,
|
|
3886
3878
|
"relativePath": [
|
|
3887
3879
|
"lib",
|
|
3888
3880
|
"commands",
|
|
3889
3881
|
"analytics",
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3892
|
-
"
|
|
3882
|
+
"asset",
|
|
3883
|
+
"publisher",
|
|
3884
|
+
"delete.js"
|
|
3893
3885
|
]
|
|
3894
3886
|
},
|
|
3895
|
-
"analytics:
|
|
3887
|
+
"analytics:asset:publisher:deleteall": {
|
|
3896
3888
|
"aliases": [],
|
|
3897
3889
|
"args": {},
|
|
3898
|
-
"description": "
|
|
3890
|
+
"description": "Deletes Analytics asset publishers.",
|
|
3899
3891
|
"examples": [
|
|
3900
|
-
"$ sfdx analytics:
|
|
3892
|
+
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
3901
3893
|
],
|
|
3902
3894
|
"flags": {
|
|
3903
3895
|
"json": {
|
|
@@ -3943,42 +3935,50 @@
|
|
|
3943
3935
|
"multiple": false,
|
|
3944
3936
|
"type": "option"
|
|
3945
3937
|
},
|
|
3946
|
-
"
|
|
3938
|
+
"assetid": {
|
|
3947
3939
|
"char": "i",
|
|
3948
|
-
"description": "
|
|
3949
|
-
"name": "
|
|
3940
|
+
"description": "Asset ID under development.",
|
|
3941
|
+
"name": "assetid",
|
|
3950
3942
|
"required": true,
|
|
3951
|
-
"summary": "
|
|
3943
|
+
"summary": "Asset ID under development",
|
|
3952
3944
|
"hasDynamicHelp": false,
|
|
3953
3945
|
"multiple": false,
|
|
3954
3946
|
"type": "option"
|
|
3947
|
+
},
|
|
3948
|
+
"noprompt": {
|
|
3949
|
+
"char": "p",
|
|
3950
|
+
"description": "Do not prompt to confirm delete.",
|
|
3951
|
+
"name": "noprompt",
|
|
3952
|
+
"summary": "do not prompt to confirm force delete",
|
|
3953
|
+
"allowNo": false,
|
|
3954
|
+
"type": "boolean"
|
|
3955
3955
|
}
|
|
3956
3956
|
},
|
|
3957
3957
|
"hasDynamicHelp": true,
|
|
3958
3958
|
"hiddenAliases": [],
|
|
3959
|
-
"id": "analytics:
|
|
3959
|
+
"id": "analytics:asset:publisher:deleteall",
|
|
3960
3960
|
"pluginAlias": "@salesforce/analytics",
|
|
3961
3961
|
"pluginName": "@salesforce/analytics",
|
|
3962
3962
|
"pluginType": "core",
|
|
3963
3963
|
"strict": true,
|
|
3964
|
-
"summary": "
|
|
3964
|
+
"summary": "delete Analytics asset publishers",
|
|
3965
3965
|
"enableJsonFlag": true,
|
|
3966
3966
|
"isESM": true,
|
|
3967
3967
|
"relativePath": [
|
|
3968
3968
|
"lib",
|
|
3969
3969
|
"commands",
|
|
3970
3970
|
"analytics",
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3971
|
+
"asset",
|
|
3972
|
+
"publisher",
|
|
3973
|
+
"deleteall.js"
|
|
3974
3974
|
]
|
|
3975
3975
|
},
|
|
3976
|
-
"analytics:
|
|
3976
|
+
"analytics:asset:publisher:list": {
|
|
3977
3977
|
"aliases": [],
|
|
3978
3978
|
"args": {},
|
|
3979
|
-
"description": "
|
|
3979
|
+
"description": "Lists Analytics asset publishers.",
|
|
3980
3980
|
"examples": [
|
|
3981
|
-
"$ sfdx analytics:
|
|
3981
|
+
"$ sfdx analytics:asset:publisher:list -i assetId"
|
|
3982
3982
|
],
|
|
3983
3983
|
"flags": {
|
|
3984
3984
|
"json": {
|
|
@@ -4024,12 +4024,12 @@
|
|
|
4024
4024
|
"multiple": false,
|
|
4025
4025
|
"type": "option"
|
|
4026
4026
|
},
|
|
4027
|
-
"
|
|
4027
|
+
"assetid": {
|
|
4028
4028
|
"char": "i",
|
|
4029
|
-
"description": "
|
|
4030
|
-
"name": "
|
|
4029
|
+
"description": "Asset ID under development.",
|
|
4030
|
+
"name": "assetid",
|
|
4031
4031
|
"required": true,
|
|
4032
|
-
"summary": "
|
|
4032
|
+
"summary": "Asset ID under development",
|
|
4033
4033
|
"hasDynamicHelp": false,
|
|
4034
4034
|
"multiple": false,
|
|
4035
4035
|
"type": "option"
|
|
@@ -4037,21 +4037,21 @@
|
|
|
4037
4037
|
},
|
|
4038
4038
|
"hasDynamicHelp": true,
|
|
4039
4039
|
"hiddenAliases": [],
|
|
4040
|
-
"id": "analytics:
|
|
4040
|
+
"id": "analytics:asset:publisher:list",
|
|
4041
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
4042
4042
|
"pluginName": "@salesforce/analytics",
|
|
4043
4043
|
"pluginType": "core",
|
|
4044
4044
|
"strict": true,
|
|
4045
|
-
"summary": "
|
|
4045
|
+
"summary": "list Analytics asset publishers",
|
|
4046
4046
|
"enableJsonFlag": true,
|
|
4047
4047
|
"isESM": true,
|
|
4048
4048
|
"relativePath": [
|
|
4049
4049
|
"lib",
|
|
4050
4050
|
"commands",
|
|
4051
4051
|
"analytics",
|
|
4052
|
-
"
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4052
|
+
"asset",
|
|
4053
|
+
"publisher",
|
|
4054
|
+
"list.js"
|
|
4055
4055
|
]
|
|
4056
4056
|
},
|
|
4057
4057
|
"analytics:dataset:rows:fetch": {
|
|
@@ -4362,5 +4362,5 @@
|
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.54"
|
|
4366
4366
|
}
|