@salesforce/analytics 1.4.54 → 1.4.56
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 +2382 -912
- package/oclif.lock +1140 -880
- package/oclif.manifest.json +433 -433
- package/package.json +6 -6
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,142 +3081,129 @@
|
|
|
3158
3081
|
"multiple": false,
|
|
3159
3082
|
"type": "option"
|
|
3160
3083
|
},
|
|
3161
|
-
"
|
|
3162
|
-
"char": "
|
|
3163
|
-
"description": "The ID of the
|
|
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: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"
|
|
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
|
-
"
|
|
3253
|
-
"
|
|
3254
|
-
"
|
|
3255
|
-
"name": "
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
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": {
|
|
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,
|
|
3258
3159
|
"hasDynamicHelp": false,
|
|
3259
3160
|
"multiple": false,
|
|
3260
3161
|
"type": "option"
|
|
3261
3162
|
},
|
|
3262
|
-
"
|
|
3263
|
-
"char": "
|
|
3264
|
-
"description": "
|
|
3265
|
-
"name": "
|
|
3266
|
-
"summary": "
|
|
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,
|
|
3267
3169
|
"hasDynamicHelp": false,
|
|
3268
3170
|
"multiple": false,
|
|
3269
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"
|
|
3270
3180
|
}
|
|
3271
3181
|
},
|
|
3272
3182
|
"hasDynamicHelp": true,
|
|
3273
3183
|
"hiddenAliases": [],
|
|
3274
|
-
"id": "analytics:
|
|
3184
|
+
"id": "analytics:autoinstall:app:create",
|
|
3275
3185
|
"pluginAlias": "@salesforce/analytics",
|
|
3276
3186
|
"pluginName": "@salesforce/analytics",
|
|
3277
3187
|
"pluginType": "core",
|
|
3278
3188
|
"strict": true,
|
|
3279
|
-
"summary": "
|
|
3189
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
3280
3190
|
"enableJsonFlag": true,
|
|
3281
3191
|
"isESM": true,
|
|
3282
3192
|
"relativePath": [
|
|
3283
3193
|
"lib",
|
|
3284
3194
|
"commands",
|
|
3285
3195
|
"analytics",
|
|
3286
|
-
"
|
|
3287
|
-
"
|
|
3288
|
-
"
|
|
3196
|
+
"autoinstall",
|
|
3197
|
+
"app",
|
|
3198
|
+
"create.js"
|
|
3289
3199
|
]
|
|
3290
3200
|
},
|
|
3291
|
-
"analytics:
|
|
3201
|
+
"analytics:autoinstall:app:delete": {
|
|
3292
3202
|
"aliases": [],
|
|
3293
3203
|
"args": {},
|
|
3294
|
-
"description": "
|
|
3204
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
3295
3205
|
"examples": [
|
|
3296
|
-
"$ sfdx analytics:
|
|
3206
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
3297
3207
|
],
|
|
3298
3208
|
"flags": {
|
|
3299
3209
|
"json": {
|
|
@@ -3339,12 +3249,40 @@
|
|
|
3339
3249
|
"multiple": false,
|
|
3340
3250
|
"type": "option"
|
|
3341
3251
|
},
|
|
3342
|
-
"
|
|
3343
|
-
"char": "
|
|
3344
|
-
"description": "
|
|
3345
|
-
"name": "
|
|
3252
|
+
"folderid": {
|
|
3253
|
+
"char": "f",
|
|
3254
|
+
"description": "ID of the folder that contains the app data.",
|
|
3255
|
+
"name": "folderid",
|
|
3346
3256
|
"required": true,
|
|
3347
|
-
"summary": "
|
|
3257
|
+
"summary": "folder ID",
|
|
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,
|
|
3348
3286
|
"hasDynamicHelp": false,
|
|
3349
3287
|
"multiple": false,
|
|
3350
3288
|
"type": "option"
|
|
@@ -3352,29 +3290,30 @@
|
|
|
3352
3290
|
},
|
|
3353
3291
|
"hasDynamicHelp": true,
|
|
3354
3292
|
"hiddenAliases": [],
|
|
3355
|
-
"id": "analytics:
|
|
3293
|
+
"id": "analytics:autoinstall:app:delete",
|
|
3356
3294
|
"pluginAlias": "@salesforce/analytics",
|
|
3357
3295
|
"pluginName": "@salesforce/analytics",
|
|
3358
3296
|
"pluginType": "core",
|
|
3359
3297
|
"strict": true,
|
|
3360
|
-
"summary": "
|
|
3298
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
3361
3299
|
"enableJsonFlag": true,
|
|
3362
3300
|
"isESM": true,
|
|
3363
3301
|
"relativePath": [
|
|
3364
3302
|
"lib",
|
|
3365
3303
|
"commands",
|
|
3366
3304
|
"analytics",
|
|
3367
|
-
"
|
|
3368
|
-
"
|
|
3369
|
-
"
|
|
3305
|
+
"autoinstall",
|
|
3306
|
+
"app",
|
|
3307
|
+
"delete.js"
|
|
3370
3308
|
]
|
|
3371
3309
|
},
|
|
3372
|
-
"analytics:
|
|
3310
|
+
"analytics:autoinstall:app:update": {
|
|
3373
3311
|
"aliases": [],
|
|
3374
3312
|
"args": {},
|
|
3375
|
-
"description": "
|
|
3313
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
3376
3314
|
"examples": [
|
|
3377
|
-
"$ sfdx analytics:
|
|
3315
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
3316
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3378
3317
|
],
|
|
3379
3318
|
"flags": {
|
|
3380
3319
|
"json": {
|
|
@@ -3420,61 +3359,102 @@
|
|
|
3420
3359
|
"multiple": false,
|
|
3421
3360
|
"type": "option"
|
|
3422
3361
|
},
|
|
3423
|
-
"
|
|
3424
|
-
"char": "
|
|
3425
|
-
"description": "The ID of the
|
|
3426
|
-
"
|
|
3427
|
-
|
|
3428
|
-
|
|
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",
|
|
3429
3370
|
"hasDynamicHelp": false,
|
|
3430
3371
|
"multiple": false,
|
|
3431
3372
|
"type": "option"
|
|
3432
3373
|
},
|
|
3433
|
-
"
|
|
3434
|
-
"char": "
|
|
3435
|
-
"description": "The
|
|
3436
|
-
"
|
|
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",
|
|
3437
3390
|
"required": true,
|
|
3438
|
-
"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,
|
|
3439
3410
|
"hasDynamicHelp": false,
|
|
3440
3411
|
"multiple": false,
|
|
3441
3412
|
"type": "option"
|
|
3442
3413
|
},
|
|
3443
|
-
"
|
|
3444
|
-
"char": "
|
|
3445
|
-
"description": "
|
|
3446
|
-
"name": "
|
|
3447
|
-
"summary": "
|
|
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,
|
|
3448
3420
|
"hasDynamicHelp": false,
|
|
3449
3421
|
"multiple": false,
|
|
3450
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"
|
|
3451
3431
|
}
|
|
3452
3432
|
},
|
|
3453
3433
|
"hasDynamicHelp": true,
|
|
3454
3434
|
"hiddenAliases": [],
|
|
3455
|
-
"id": "analytics:
|
|
3435
|
+
"id": "analytics:autoinstall:app:update",
|
|
3456
3436
|
"pluginAlias": "@salesforce/analytics",
|
|
3457
3437
|
"pluginName": "@salesforce/analytics",
|
|
3458
3438
|
"pluginType": "core",
|
|
3459
3439
|
"strict": true,
|
|
3460
|
-
"summary": "
|
|
3440
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
3461
3441
|
"enableJsonFlag": true,
|
|
3462
3442
|
"isESM": true,
|
|
3463
3443
|
"relativePath": [
|
|
3464
3444
|
"lib",
|
|
3465
3445
|
"commands",
|
|
3466
3446
|
"analytics",
|
|
3467
|
-
"
|
|
3468
|
-
"
|
|
3469
|
-
"
|
|
3447
|
+
"autoinstall",
|
|
3448
|
+
"app",
|
|
3449
|
+
"update.js"
|
|
3470
3450
|
]
|
|
3471
3451
|
},
|
|
3472
|
-
"analytics:
|
|
3452
|
+
"analytics:dashboard:history:list": {
|
|
3473
3453
|
"aliases": [],
|
|
3474
3454
|
"args": {},
|
|
3475
|
-
"description": "
|
|
3455
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3476
3456
|
"examples": [
|
|
3477
|
-
"$ sfdx analytics:
|
|
3457
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3478
3458
|
],
|
|
3479
3459
|
"flags": {
|
|
3480
3460
|
"json": {
|
|
@@ -3520,12 +3500,12 @@
|
|
|
3520
3500
|
"multiple": false,
|
|
3521
3501
|
"type": "option"
|
|
3522
3502
|
},
|
|
3523
|
-
"
|
|
3503
|
+
"dashboardid": {
|
|
3524
3504
|
"char": "i",
|
|
3525
|
-
"description": "The ID of the
|
|
3526
|
-
"name": "
|
|
3505
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3506
|
+
"name": "dashboardid",
|
|
3527
3507
|
"required": true,
|
|
3528
|
-
"summary": "
|
|
3508
|
+
"summary": "dashboard ID",
|
|
3529
3509
|
"hasDynamicHelp": false,
|
|
3530
3510
|
"multiple": false,
|
|
3531
3511
|
"type": "option"
|
|
@@ -3533,29 +3513,29 @@
|
|
|
3533
3513
|
},
|
|
3534
3514
|
"hasDynamicHelp": true,
|
|
3535
3515
|
"hiddenAliases": [],
|
|
3536
|
-
"id": "analytics:
|
|
3516
|
+
"id": "analytics:dashboard:history:list",
|
|
3537
3517
|
"pluginAlias": "@salesforce/analytics",
|
|
3538
3518
|
"pluginName": "@salesforce/analytics",
|
|
3539
3519
|
"pluginType": "core",
|
|
3540
3520
|
"strict": true,
|
|
3541
|
-
"summary": "
|
|
3521
|
+
"summary": "list history records for Analytics dashboards",
|
|
3542
3522
|
"enableJsonFlag": true,
|
|
3543
3523
|
"isESM": true,
|
|
3544
3524
|
"relativePath": [
|
|
3545
3525
|
"lib",
|
|
3546
3526
|
"commands",
|
|
3547
3527
|
"analytics",
|
|
3548
|
-
"
|
|
3549
|
-
"
|
|
3550
|
-
"
|
|
3528
|
+
"dashboard",
|
|
3529
|
+
"history",
|
|
3530
|
+
"list.js"
|
|
3551
3531
|
]
|
|
3552
3532
|
},
|
|
3553
|
-
"analytics:
|
|
3533
|
+
"analytics:dashboard:history:revert": {
|
|
3554
3534
|
"aliases": [],
|
|
3555
3535
|
"args": {},
|
|
3556
|
-
"description": "
|
|
3536
|
+
"description": "Revert to a specified history record.",
|
|
3557
3537
|
"examples": [
|
|
3558
|
-
"$ sfdx analytics:
|
|
3538
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3559
3539
|
],
|
|
3560
3540
|
"flags": {
|
|
3561
3541
|
"json": {
|
|
@@ -3601,12 +3581,31 @@
|
|
|
3601
3581
|
"multiple": false,
|
|
3602
3582
|
"type": "option"
|
|
3603
3583
|
},
|
|
3604
|
-
"
|
|
3584
|
+
"dashboardid": {
|
|
3605
3585
|
"char": "i",
|
|
3606
|
-
"description": "The ID of the
|
|
3607
|
-
"name": "
|
|
3586
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3587
|
+
"name": "dashboardid",
|
|
3608
3588
|
"required": true,
|
|
3609
|
-
"summary": "
|
|
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",
|
|
3598
|
+
"required": true,
|
|
3599
|
+
"summary": "dashboard history ID",
|
|
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",
|
|
3610
3609
|
"hasDynamicHelp": false,
|
|
3611
3610
|
"multiple": false,
|
|
3612
3611
|
"type": "option"
|
|
@@ -3614,29 +3613,29 @@
|
|
|
3614
3613
|
},
|
|
3615
3614
|
"hasDynamicHelp": true,
|
|
3616
3615
|
"hiddenAliases": [],
|
|
3617
|
-
"id": "analytics:
|
|
3616
|
+
"id": "analytics:dashboard:history:revert",
|
|
3618
3617
|
"pluginAlias": "@salesforce/analytics",
|
|
3619
3618
|
"pluginName": "@salesforce/analytics",
|
|
3620
3619
|
"pluginType": "core",
|
|
3621
3620
|
"strict": true,
|
|
3622
|
-
"summary": "
|
|
3621
|
+
"summary": "revert to specified history record",
|
|
3623
3622
|
"enableJsonFlag": true,
|
|
3624
3623
|
"isESM": true,
|
|
3625
3624
|
"relativePath": [
|
|
3626
3625
|
"lib",
|
|
3627
3626
|
"commands",
|
|
3628
3627
|
"analytics",
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3631
|
-
"
|
|
3628
|
+
"dashboard",
|
|
3629
|
+
"history",
|
|
3630
|
+
"revert.js"
|
|
3632
3631
|
]
|
|
3633
3632
|
},
|
|
3634
|
-
"analytics:dataflow:
|
|
3633
|
+
"analytics:dataflow:history:list": {
|
|
3635
3634
|
"aliases": [],
|
|
3636
3635
|
"args": {},
|
|
3637
|
-
"description": "
|
|
3636
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3638
3637
|
"examples": [
|
|
3639
|
-
"$ sfdx analytics:dataflow:
|
|
3638
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3640
3639
|
],
|
|
3641
3640
|
"flags": {
|
|
3642
3641
|
"json": {
|
|
@@ -3682,12 +3681,12 @@
|
|
|
3682
3681
|
"multiple": false,
|
|
3683
3682
|
"type": "option"
|
|
3684
3683
|
},
|
|
3685
|
-
"
|
|
3684
|
+
"dataflowid": {
|
|
3686
3685
|
"char": "i",
|
|
3687
|
-
"description": "The ID of the dataflow
|
|
3688
|
-
"name": "
|
|
3686
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3687
|
+
"name": "dataflowid",
|
|
3689
3688
|
"required": true,
|
|
3690
|
-
"summary": "dataflow
|
|
3689
|
+
"summary": "dataflow ID",
|
|
3691
3690
|
"hasDynamicHelp": false,
|
|
3692
3691
|
"multiple": false,
|
|
3693
3692
|
"type": "option"
|
|
@@ -3695,12 +3694,12 @@
|
|
|
3695
3694
|
},
|
|
3696
3695
|
"hasDynamicHelp": true,
|
|
3697
3696
|
"hiddenAliases": [],
|
|
3698
|
-
"id": "analytics:dataflow:
|
|
3697
|
+
"id": "analytics:dataflow:history:list",
|
|
3699
3698
|
"pluginAlias": "@salesforce/analytics",
|
|
3700
3699
|
"pluginName": "@salesforce/analytics",
|
|
3701
3700
|
"pluginType": "core",
|
|
3702
3701
|
"strict": true,
|
|
3703
|
-
"summary": "
|
|
3702
|
+
"summary": "list history records for Analytics dataflows",
|
|
3704
3703
|
"enableJsonFlag": true,
|
|
3705
3704
|
"isESM": true,
|
|
3706
3705
|
"relativePath": [
|
|
@@ -3708,16 +3707,16 @@
|
|
|
3708
3707
|
"commands",
|
|
3709
3708
|
"analytics",
|
|
3710
3709
|
"dataflow",
|
|
3711
|
-
"
|
|
3712
|
-
"
|
|
3710
|
+
"history",
|
|
3711
|
+
"list.js"
|
|
3713
3712
|
]
|
|
3714
3713
|
},
|
|
3715
|
-
"analytics:
|
|
3714
|
+
"analytics:dataflow:history:revert": {
|
|
3716
3715
|
"aliases": [],
|
|
3717
3716
|
"args": {},
|
|
3718
|
-
"description": "
|
|
3717
|
+
"description": "Revert to a specified history record.",
|
|
3719
3718
|
"examples": [
|
|
3720
|
-
"$ sfdx analytics:
|
|
3719
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3721
3720
|
],
|
|
3722
3721
|
"flags": {
|
|
3723
3722
|
"json": {
|
|
@@ -3763,12 +3762,31 @@
|
|
|
3763
3762
|
"multiple": false,
|
|
3764
3763
|
"type": "option"
|
|
3765
3764
|
},
|
|
3766
|
-
"
|
|
3765
|
+
"dataflowid": {
|
|
3767
3766
|
"char": "i",
|
|
3768
|
-
"description": "
|
|
3769
|
-
"name": "
|
|
3767
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3768
|
+
"name": "dataflowid",
|
|
3770
3769
|
"required": true,
|
|
3771
|
-
"summary": "
|
|
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",
|
|
3779
|
+
"required": true,
|
|
3780
|
+
"summary": "dataflow history ID",
|
|
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",
|
|
3772
3790
|
"hasDynamicHelp": false,
|
|
3773
3791
|
"multiple": false,
|
|
3774
3792
|
"type": "option"
|
|
@@ -3776,29 +3794,29 @@
|
|
|
3776
3794
|
},
|
|
3777
3795
|
"hasDynamicHelp": true,
|
|
3778
3796
|
"hiddenAliases": [],
|
|
3779
|
-
"id": "analytics:
|
|
3797
|
+
"id": "analytics:dataflow:history:revert",
|
|
3780
3798
|
"pluginAlias": "@salesforce/analytics",
|
|
3781
3799
|
"pluginName": "@salesforce/analytics",
|
|
3782
3800
|
"pluginType": "core",
|
|
3783
3801
|
"strict": true,
|
|
3784
|
-
"summary": "
|
|
3802
|
+
"summary": "revert to specified history record",
|
|
3785
3803
|
"enableJsonFlag": true,
|
|
3786
3804
|
"isESM": true,
|
|
3787
3805
|
"relativePath": [
|
|
3788
3806
|
"lib",
|
|
3789
3807
|
"commands",
|
|
3790
3808
|
"analytics",
|
|
3791
|
-
"
|
|
3792
|
-
"
|
|
3793
|
-
"
|
|
3809
|
+
"dataflow",
|
|
3810
|
+
"history",
|
|
3811
|
+
"revert.js"
|
|
3794
3812
|
]
|
|
3795
3813
|
},
|
|
3796
|
-
"analytics:
|
|
3814
|
+
"analytics:dataflow:job:display": {
|
|
3797
3815
|
"aliases": [],
|
|
3798
3816
|
"args": {},
|
|
3799
|
-
"description": "
|
|
3817
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3800
3818
|
"examples": [
|
|
3801
|
-
"$ sfdx analytics:
|
|
3819
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3802
3820
|
],
|
|
3803
3821
|
"flags": {
|
|
3804
3822
|
"json": {
|
|
@@ -3844,22 +3862,12 @@
|
|
|
3844
3862
|
"multiple": false,
|
|
3845
3863
|
"type": "option"
|
|
3846
3864
|
},
|
|
3847
|
-
"
|
|
3865
|
+
"dataflowjobid": {
|
|
3848
3866
|
"char": "i",
|
|
3849
|
-
"description": "
|
|
3850
|
-
"name": "
|
|
3851
|
-
"required": true,
|
|
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",
|
|
3867
|
+
"description": "The ID of the dataflow job to update.",
|
|
3868
|
+
"name": "dataflowjobid",
|
|
3861
3869
|
"required": true,
|
|
3862
|
-
"summary": "
|
|
3870
|
+
"summary": "dataflow Job ID",
|
|
3863
3871
|
"hasDynamicHelp": false,
|
|
3864
3872
|
"multiple": false,
|
|
3865
3873
|
"type": "option"
|
|
@@ -3867,29 +3875,29 @@
|
|
|
3867
3875
|
},
|
|
3868
3876
|
"hasDynamicHelp": true,
|
|
3869
3877
|
"hiddenAliases": [],
|
|
3870
|
-
"id": "analytics:
|
|
3878
|
+
"id": "analytics:dataflow:job:display",
|
|
3871
3879
|
"pluginAlias": "@salesforce/analytics",
|
|
3872
3880
|
"pluginName": "@salesforce/analytics",
|
|
3873
3881
|
"pluginType": "core",
|
|
3874
3882
|
"strict": true,
|
|
3875
|
-
"summary": "
|
|
3883
|
+
"summary": "display status of Analytics dataflow",
|
|
3876
3884
|
"enableJsonFlag": true,
|
|
3877
3885
|
"isESM": true,
|
|
3878
3886
|
"relativePath": [
|
|
3879
3887
|
"lib",
|
|
3880
3888
|
"commands",
|
|
3881
3889
|
"analytics",
|
|
3882
|
-
"
|
|
3883
|
-
"
|
|
3884
|
-
"
|
|
3890
|
+
"dataflow",
|
|
3891
|
+
"job",
|
|
3892
|
+
"display.js"
|
|
3885
3893
|
]
|
|
3886
3894
|
},
|
|
3887
|
-
"analytics:
|
|
3895
|
+
"analytics:dataflow:job:list": {
|
|
3888
3896
|
"aliases": [],
|
|
3889
3897
|
"args": {},
|
|
3890
|
-
"description": "
|
|
3898
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3891
3899
|
"examples": [
|
|
3892
|
-
"$ sfdx analytics:
|
|
3900
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3893
3901
|
],
|
|
3894
3902
|
"flags": {
|
|
3895
3903
|
"json": {
|
|
@@ -3935,50 +3943,42 @@
|
|
|
3935
3943
|
"multiple": false,
|
|
3936
3944
|
"type": "option"
|
|
3937
3945
|
},
|
|
3938
|
-
"
|
|
3946
|
+
"dataflowid": {
|
|
3939
3947
|
"char": "i",
|
|
3940
|
-
"description": "
|
|
3941
|
-
"name": "
|
|
3948
|
+
"description": "The ID of the dataflow to update.",
|
|
3949
|
+
"name": "dataflowid",
|
|
3942
3950
|
"required": true,
|
|
3943
|
-
"summary": "
|
|
3951
|
+
"summary": "dataflow ID",
|
|
3944
3952
|
"hasDynamicHelp": false,
|
|
3945
3953
|
"multiple": false,
|
|
3946
3954
|
"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:dataflow:job:list",
|
|
3960
3960
|
"pluginAlias": "@salesforce/analytics",
|
|
3961
3961
|
"pluginName": "@salesforce/analytics",
|
|
3962
3962
|
"pluginType": "core",
|
|
3963
3963
|
"strict": true,
|
|
3964
|
-
"summary": "
|
|
3964
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3965
3965
|
"enableJsonFlag": true,
|
|
3966
3966
|
"isESM": true,
|
|
3967
3967
|
"relativePath": [
|
|
3968
3968
|
"lib",
|
|
3969
3969
|
"commands",
|
|
3970
3970
|
"analytics",
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3971
|
+
"dataflow",
|
|
3972
|
+
"job",
|
|
3973
|
+
"list.js"
|
|
3974
3974
|
]
|
|
3975
3975
|
},
|
|
3976
|
-
"analytics:
|
|
3976
|
+
"analytics:dataflow:job:stop": {
|
|
3977
3977
|
"aliases": [],
|
|
3978
3978
|
"args": {},
|
|
3979
|
-
"description": "
|
|
3979
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3980
3980
|
"examples": [
|
|
3981
|
-
"$ sfdx analytics:
|
|
3981
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3982
3982
|
],
|
|
3983
3983
|
"flags": {
|
|
3984
3984
|
"json": {
|
|
@@ -4024,12 +4024,12 @@
|
|
|
4024
4024
|
"multiple": false,
|
|
4025
4025
|
"type": "option"
|
|
4026
4026
|
},
|
|
4027
|
-
"
|
|
4027
|
+
"dataflowjobid": {
|
|
4028
4028
|
"char": "i",
|
|
4029
|
-
"description": "
|
|
4030
|
-
"name": "
|
|
4029
|
+
"description": "The ID of the dataflow job to update.",
|
|
4030
|
+
"name": "dataflowjobid",
|
|
4031
4031
|
"required": true,
|
|
4032
|
-
"summary": "
|
|
4032
|
+
"summary": "dataflow Job ID",
|
|
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:dataflow:job:stop",
|
|
4041
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
4042
4042
|
"pluginName": "@salesforce/analytics",
|
|
4043
4043
|
"pluginType": "core",
|
|
4044
4044
|
"strict": true,
|
|
4045
|
-
"summary": "
|
|
4045
|
+
"summary": "stop Analytics dataflows",
|
|
4046
4046
|
"enableJsonFlag": true,
|
|
4047
4047
|
"isESM": true,
|
|
4048
4048
|
"relativePath": [
|
|
4049
4049
|
"lib",
|
|
4050
4050
|
"commands",
|
|
4051
4051
|
"analytics",
|
|
4052
|
-
"
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4052
|
+
"dataflow",
|
|
4053
|
+
"job",
|
|
4054
|
+
"stop.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.56"
|
|
4366
4366
|
}
|