@salesforce/analytics 1.4.50 → 1.4.52
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 +869 -1833
- package/oclif.lock +841 -1497
- package/oclif.manifest.json +546 -546
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -905,6 +905,165 @@
|
|
|
905
905
|
"update.js"
|
|
906
906
|
]
|
|
907
907
|
},
|
|
908
|
+
"analytics:autoinstall:display": {
|
|
909
|
+
"aliases": [],
|
|
910
|
+
"args": {},
|
|
911
|
+
"description": "Displays a Analytics auto-install request details.",
|
|
912
|
+
"examples": [
|
|
913
|
+
"$ sfdx analytics:autoinstall:display -i id"
|
|
914
|
+
],
|
|
915
|
+
"flags": {
|
|
916
|
+
"json": {
|
|
917
|
+
"description": "Format output as json.",
|
|
918
|
+
"helpGroup": "GLOBAL",
|
|
919
|
+
"name": "json",
|
|
920
|
+
"allowNo": false,
|
|
921
|
+
"type": "boolean"
|
|
922
|
+
},
|
|
923
|
+
"loglevel": {
|
|
924
|
+
"deprecated": {
|
|
925
|
+
"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."
|
|
926
|
+
},
|
|
927
|
+
"hidden": true,
|
|
928
|
+
"name": "loglevel",
|
|
929
|
+
"hasDynamicHelp": false,
|
|
930
|
+
"multiple": false,
|
|
931
|
+
"type": "option"
|
|
932
|
+
},
|
|
933
|
+
"target-org": {
|
|
934
|
+
"aliases": [
|
|
935
|
+
"targetusername",
|
|
936
|
+
"u"
|
|
937
|
+
],
|
|
938
|
+
"char": "o",
|
|
939
|
+
"deprecateAliases": true,
|
|
940
|
+
"name": "target-org",
|
|
941
|
+
"noCacheDefault": true,
|
|
942
|
+
"required": true,
|
|
943
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
944
|
+
"hasDynamicHelp": true,
|
|
945
|
+
"multiple": false,
|
|
946
|
+
"type": "option"
|
|
947
|
+
},
|
|
948
|
+
"api-version": {
|
|
949
|
+
"aliases": [
|
|
950
|
+
"apiversion"
|
|
951
|
+
],
|
|
952
|
+
"deprecateAliases": true,
|
|
953
|
+
"description": "Override the api version used for api requests made by this command",
|
|
954
|
+
"name": "api-version",
|
|
955
|
+
"hasDynamicHelp": false,
|
|
956
|
+
"multiple": false,
|
|
957
|
+
"type": "option"
|
|
958
|
+
},
|
|
959
|
+
"autoinstallid": {
|
|
960
|
+
"char": "i",
|
|
961
|
+
"description": "ID of the auto-install request.",
|
|
962
|
+
"name": "autoinstallid",
|
|
963
|
+
"required": true,
|
|
964
|
+
"summary": "auto-install request ID",
|
|
965
|
+
"hasDynamicHelp": false,
|
|
966
|
+
"multiple": false,
|
|
967
|
+
"type": "option"
|
|
968
|
+
},
|
|
969
|
+
"applog": {
|
|
970
|
+
"char": "a",
|
|
971
|
+
"description": "Specify to include app log details.",
|
|
972
|
+
"name": "applog",
|
|
973
|
+
"required": false,
|
|
974
|
+
"summary": "specify to include app log details",
|
|
975
|
+
"allowNo": false,
|
|
976
|
+
"type": "boolean"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"hasDynamicHelp": true,
|
|
980
|
+
"hiddenAliases": [],
|
|
981
|
+
"id": "analytics:autoinstall:display",
|
|
982
|
+
"pluginAlias": "@salesforce/analytics",
|
|
983
|
+
"pluginName": "@salesforce/analytics",
|
|
984
|
+
"pluginType": "core",
|
|
985
|
+
"strict": true,
|
|
986
|
+
"summary": "displays a Analytics auto-install request details",
|
|
987
|
+
"enableJsonFlag": true,
|
|
988
|
+
"isESM": true,
|
|
989
|
+
"relativePath": [
|
|
990
|
+
"lib",
|
|
991
|
+
"commands",
|
|
992
|
+
"analytics",
|
|
993
|
+
"autoinstall",
|
|
994
|
+
"display.js"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"analytics:autoinstall:list": {
|
|
998
|
+
"aliases": [],
|
|
999
|
+
"args": {},
|
|
1000
|
+
"description": "Lists Analytics auto-install requests in the specified target org.",
|
|
1001
|
+
"examples": [
|
|
1002
|
+
"$ sfdx analytics:autoinstall:list"
|
|
1003
|
+
],
|
|
1004
|
+
"flags": {
|
|
1005
|
+
"json": {
|
|
1006
|
+
"description": "Format output as json.",
|
|
1007
|
+
"helpGroup": "GLOBAL",
|
|
1008
|
+
"name": "json",
|
|
1009
|
+
"allowNo": false,
|
|
1010
|
+
"type": "boolean"
|
|
1011
|
+
},
|
|
1012
|
+
"loglevel": {
|
|
1013
|
+
"deprecated": {
|
|
1014
|
+
"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."
|
|
1015
|
+
},
|
|
1016
|
+
"hidden": true,
|
|
1017
|
+
"name": "loglevel",
|
|
1018
|
+
"hasDynamicHelp": false,
|
|
1019
|
+
"multiple": false,
|
|
1020
|
+
"type": "option"
|
|
1021
|
+
},
|
|
1022
|
+
"target-org": {
|
|
1023
|
+
"aliases": [
|
|
1024
|
+
"targetusername",
|
|
1025
|
+
"u"
|
|
1026
|
+
],
|
|
1027
|
+
"char": "o",
|
|
1028
|
+
"deprecateAliases": true,
|
|
1029
|
+
"name": "target-org",
|
|
1030
|
+
"noCacheDefault": true,
|
|
1031
|
+
"required": true,
|
|
1032
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1033
|
+
"hasDynamicHelp": true,
|
|
1034
|
+
"multiple": false,
|
|
1035
|
+
"type": "option"
|
|
1036
|
+
},
|
|
1037
|
+
"api-version": {
|
|
1038
|
+
"aliases": [
|
|
1039
|
+
"apiversion"
|
|
1040
|
+
],
|
|
1041
|
+
"deprecateAliases": true,
|
|
1042
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1043
|
+
"name": "api-version",
|
|
1044
|
+
"hasDynamicHelp": false,
|
|
1045
|
+
"multiple": false,
|
|
1046
|
+
"type": "option"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"hasDynamicHelp": true,
|
|
1050
|
+
"hiddenAliases": [],
|
|
1051
|
+
"id": "analytics:autoinstall:list",
|
|
1052
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1053
|
+
"pluginName": "@salesforce/analytics",
|
|
1054
|
+
"pluginType": "core",
|
|
1055
|
+
"strict": true,
|
|
1056
|
+
"summary": "list Analytics auto-install requests",
|
|
1057
|
+
"enableJsonFlag": true,
|
|
1058
|
+
"isESM": true,
|
|
1059
|
+
"relativePath": [
|
|
1060
|
+
"lib",
|
|
1061
|
+
"commands",
|
|
1062
|
+
"analytics",
|
|
1063
|
+
"autoinstall",
|
|
1064
|
+
"list.js"
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
908
1067
|
"analytics:dashboard:list": {
|
|
909
1068
|
"aliases": [],
|
|
910
1069
|
"args": {},
|
|
@@ -2789,12 +2948,12 @@
|
|
|
2789
2948
|
"list.js"
|
|
2790
2949
|
]
|
|
2791
2950
|
},
|
|
2792
|
-
"analytics:autoinstall:
|
|
2951
|
+
"analytics:autoinstall:app:cancel": {
|
|
2793
2952
|
"aliases": [],
|
|
2794
2953
|
"args": {},
|
|
2795
|
-
"description": "
|
|
2954
|
+
"description": "Cancels app-auto install request",
|
|
2796
2955
|
"examples": [
|
|
2797
|
-
"$ sfdx analytics:autoinstall:
|
|
2956
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
2798
2957
|
],
|
|
2799
2958
|
"flags": {
|
|
2800
2959
|
"json": {
|
|
@@ -2849,25 +3008,16 @@
|
|
|
2849
3008
|
"hasDynamicHelp": false,
|
|
2850
3009
|
"multiple": false,
|
|
2851
3010
|
"type": "option"
|
|
2852
|
-
},
|
|
2853
|
-
"applog": {
|
|
2854
|
-
"char": "a",
|
|
2855
|
-
"description": "Specify to include app log details.",
|
|
2856
|
-
"name": "applog",
|
|
2857
|
-
"required": false,
|
|
2858
|
-
"summary": "specify to include app log details",
|
|
2859
|
-
"allowNo": false,
|
|
2860
|
-
"type": "boolean"
|
|
2861
3011
|
}
|
|
2862
3012
|
},
|
|
2863
3013
|
"hasDynamicHelp": true,
|
|
2864
3014
|
"hiddenAliases": [],
|
|
2865
|
-
"id": "analytics:autoinstall:
|
|
3015
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
2866
3016
|
"pluginAlias": "@salesforce/analytics",
|
|
2867
3017
|
"pluginName": "@salesforce/analytics",
|
|
2868
3018
|
"pluginType": "core",
|
|
2869
3019
|
"strict": true,
|
|
2870
|
-
"summary": "
|
|
3020
|
+
"summary": "cancels app-auto install request",
|
|
2871
3021
|
"enableJsonFlag": true,
|
|
2872
3022
|
"isESM": true,
|
|
2873
3023
|
"relativePath": [
|
|
@@ -2875,15 +3025,17 @@
|
|
|
2875
3025
|
"commands",
|
|
2876
3026
|
"analytics",
|
|
2877
3027
|
"autoinstall",
|
|
2878
|
-
"
|
|
3028
|
+
"app",
|
|
3029
|
+
"cancel.js"
|
|
2879
3030
|
]
|
|
2880
3031
|
},
|
|
2881
|
-
"analytics:autoinstall:
|
|
3032
|
+
"analytics:autoinstall:app:create": {
|
|
2882
3033
|
"aliases": [],
|
|
2883
3034
|
"args": {},
|
|
2884
|
-
"description": "
|
|
3035
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
2885
3036
|
"examples": [
|
|
2886
|
-
"$ sfdx analytics:autoinstall:
|
|
3037
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
3038
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2887
3039
|
],
|
|
2888
3040
|
"flags": {
|
|
2889
3041
|
"json": {
|
|
@@ -2928,113 +3080,130 @@
|
|
|
2928
3080
|
"hasDynamicHelp": false,
|
|
2929
3081
|
"multiple": false,
|
|
2930
3082
|
"type": "option"
|
|
2931
|
-
}
|
|
2932
|
-
},
|
|
2933
|
-
"hasDynamicHelp": true,
|
|
2934
|
-
"hiddenAliases": [],
|
|
2935
|
-
"id": "analytics:autoinstall:list",
|
|
2936
|
-
"pluginAlias": "@salesforce/analytics",
|
|
2937
|
-
"pluginName": "@salesforce/analytics",
|
|
2938
|
-
"pluginType": "core",
|
|
2939
|
-
"strict": true,
|
|
2940
|
-
"summary": "list Analytics auto-install requests",
|
|
2941
|
-
"enableJsonFlag": true,
|
|
2942
|
-
"isESM": true,
|
|
2943
|
-
"relativePath": [
|
|
2944
|
-
"lib",
|
|
2945
|
-
"commands",
|
|
2946
|
-
"analytics",
|
|
2947
|
-
"autoinstall",
|
|
2948
|
-
"list.js"
|
|
2949
|
-
]
|
|
2950
|
-
},
|
|
2951
|
-
"analytics:dataflow:history:list": {
|
|
2952
|
-
"aliases": [],
|
|
2953
|
-
"args": {},
|
|
2954
|
-
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
2955
|
-
"examples": [
|
|
2956
|
-
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
2957
|
-
],
|
|
2958
|
-
"flags": {
|
|
2959
|
-
"json": {
|
|
2960
|
-
"description": "Format output as json.",
|
|
2961
|
-
"helpGroup": "GLOBAL",
|
|
2962
|
-
"name": "json",
|
|
2963
|
-
"allowNo": false,
|
|
2964
|
-
"type": "boolean"
|
|
2965
3083
|
},
|
|
2966
|
-
"
|
|
2967
|
-
"
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
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",
|
|
2972
3092
|
"hasDynamicHelp": false,
|
|
2973
3093
|
"multiple": false,
|
|
2974
3094
|
"type": "option"
|
|
2975
3095
|
},
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2978
|
-
|
|
2979
|
-
|
|
3096
|
+
"templatename": {
|
|
3097
|
+
"char": "n",
|
|
3098
|
+
"description": "The API name of the Analytics template.",
|
|
3099
|
+
"exclusive": [
|
|
3100
|
+
"templateid"
|
|
2980
3101
|
],
|
|
2981
|
-
"
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"noCacheDefault": true,
|
|
2985
|
-
"required": true,
|
|
2986
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2987
|
-
"hasDynamicHelp": true,
|
|
3102
|
+
"name": "templatename",
|
|
3103
|
+
"summary": "template api name",
|
|
3104
|
+
"hasDynamicHelp": false,
|
|
2988
3105
|
"multiple": false,
|
|
2989
3106
|
"type": "option"
|
|
2990
3107
|
},
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2993
|
-
|
|
3108
|
+
"appname": {
|
|
3109
|
+
"description": "The name of the created app.",
|
|
3110
|
+
"name": "appname",
|
|
3111
|
+
"summary": "app name",
|
|
3112
|
+
"hasDynamicHelp": false,
|
|
3113
|
+
"multiple": false,
|
|
3114
|
+
"type": "option"
|
|
3115
|
+
},
|
|
3116
|
+
"appdescription": {
|
|
3117
|
+
"description": "The description of the created app.",
|
|
3118
|
+
"name": "appdescription",
|
|
3119
|
+
"summary": "app description",
|
|
3120
|
+
"hasDynamicHelp": false,
|
|
3121
|
+
"multiple": false,
|
|
3122
|
+
"type": "option"
|
|
3123
|
+
},
|
|
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"
|
|
2994
3130
|
],
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
"name": "api-version",
|
|
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",
|
|
2998
3133
|
"hasDynamicHelp": false,
|
|
2999
3134
|
"multiple": false,
|
|
3000
3135
|
"type": "option"
|
|
3001
3136
|
},
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3005
|
-
"name": "
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
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,
|
|
3159
|
+
"hasDynamicHelp": false,
|
|
3160
|
+
"multiple": false,
|
|
3161
|
+
"type": "option"
|
|
3162
|
+
},
|
|
3163
|
+
"pollinterval": {
|
|
3164
|
+
"char": "p",
|
|
3165
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3166
|
+
"name": "pollinterval",
|
|
3167
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3168
|
+
"default": 5000,
|
|
3008
3169
|
"hasDynamicHelp": false,
|
|
3009
3170
|
"multiple": false,
|
|
3010
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"
|
|
3011
3180
|
}
|
|
3012
3181
|
},
|
|
3013
3182
|
"hasDynamicHelp": true,
|
|
3014
3183
|
"hiddenAliases": [],
|
|
3015
|
-
"id": "analytics:
|
|
3184
|
+
"id": "analytics:autoinstall:app:create",
|
|
3016
3185
|
"pluginAlias": "@salesforce/analytics",
|
|
3017
3186
|
"pluginName": "@salesforce/analytics",
|
|
3018
3187
|
"pluginType": "core",
|
|
3019
3188
|
"strict": true,
|
|
3020
|
-
"summary": "
|
|
3189
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
3021
3190
|
"enableJsonFlag": true,
|
|
3022
3191
|
"isESM": true,
|
|
3023
3192
|
"relativePath": [
|
|
3024
3193
|
"lib",
|
|
3025
3194
|
"commands",
|
|
3026
3195
|
"analytics",
|
|
3027
|
-
"
|
|
3028
|
-
"
|
|
3029
|
-
"
|
|
3196
|
+
"autoinstall",
|
|
3197
|
+
"app",
|
|
3198
|
+
"create.js"
|
|
3030
3199
|
]
|
|
3031
3200
|
},
|
|
3032
|
-
"analytics:
|
|
3201
|
+
"analytics:autoinstall:app:delete": {
|
|
3033
3202
|
"aliases": [],
|
|
3034
3203
|
"args": {},
|
|
3035
|
-
"description": "
|
|
3204
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
3036
3205
|
"examples": [
|
|
3037
|
-
"$ sfdx analytics:
|
|
3206
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
3038
3207
|
],
|
|
3039
3208
|
"flags": {
|
|
3040
3209
|
"json": {
|
|
@@ -3080,31 +3249,40 @@
|
|
|
3080
3249
|
"multiple": false,
|
|
3081
3250
|
"type": "option"
|
|
3082
3251
|
},
|
|
3083
|
-
"
|
|
3084
|
-
"char": "
|
|
3085
|
-
"description": "
|
|
3086
|
-
"name": "
|
|
3252
|
+
"folderid": {
|
|
3253
|
+
"char": "f",
|
|
3254
|
+
"description": "ID of the folder that contains the app data.",
|
|
3255
|
+
"name": "folderid",
|
|
3087
3256
|
"required": true,
|
|
3088
|
-
"summary": "
|
|
3257
|
+
"summary": "folder ID",
|
|
3089
3258
|
"hasDynamicHelp": false,
|
|
3090
3259
|
"multiple": false,
|
|
3091
3260
|
"type": "option"
|
|
3092
3261
|
},
|
|
3093
|
-
"
|
|
3094
|
-
"char": "
|
|
3095
|
-
"description": "
|
|
3096
|
-
"name": "
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
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,
|
|
3099
3276
|
"hasDynamicHelp": false,
|
|
3100
3277
|
"multiple": false,
|
|
3101
3278
|
"type": "option"
|
|
3102
3279
|
},
|
|
3103
|
-
"
|
|
3104
|
-
"char": "
|
|
3105
|
-
"description": "
|
|
3106
|
-
"name": "
|
|
3107
|
-
"summary": "
|
|
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,
|
|
3108
3286
|
"hasDynamicHelp": false,
|
|
3109
3287
|
"multiple": false,
|
|
3110
3288
|
"type": "option"
|
|
@@ -3112,29 +3290,30 @@
|
|
|
3112
3290
|
},
|
|
3113
3291
|
"hasDynamicHelp": true,
|
|
3114
3292
|
"hiddenAliases": [],
|
|
3115
|
-
"id": "analytics:
|
|
3293
|
+
"id": "analytics:autoinstall:app:delete",
|
|
3116
3294
|
"pluginAlias": "@salesforce/analytics",
|
|
3117
3295
|
"pluginName": "@salesforce/analytics",
|
|
3118
3296
|
"pluginType": "core",
|
|
3119
3297
|
"strict": true,
|
|
3120
|
-
"summary": "
|
|
3298
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
3121
3299
|
"enableJsonFlag": true,
|
|
3122
3300
|
"isESM": true,
|
|
3123
3301
|
"relativePath": [
|
|
3124
3302
|
"lib",
|
|
3125
3303
|
"commands",
|
|
3126
3304
|
"analytics",
|
|
3127
|
-
"
|
|
3128
|
-
"
|
|
3129
|
-
"
|
|
3305
|
+
"autoinstall",
|
|
3306
|
+
"app",
|
|
3307
|
+
"delete.js"
|
|
3130
3308
|
]
|
|
3131
3309
|
},
|
|
3132
|
-
"analytics:
|
|
3310
|
+
"analytics:autoinstall:app:update": {
|
|
3133
3311
|
"aliases": [],
|
|
3134
3312
|
"args": {},
|
|
3135
|
-
"description": "
|
|
3313
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
3136
3314
|
"examples": [
|
|
3137
|
-
"$ sfdx analytics:
|
|
3315
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
3316
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3138
3317
|
],
|
|
3139
3318
|
"flags": {
|
|
3140
3319
|
"json": {
|
|
@@ -3180,42 +3359,102 @@
|
|
|
3180
3359
|
"multiple": false,
|
|
3181
3360
|
"type": "option"
|
|
3182
3361
|
},
|
|
3183
|
-
"
|
|
3184
|
-
"char": "
|
|
3185
|
-
"description": "The ID of the
|
|
3186
|
-
"
|
|
3362
|
+
"templateid": {
|
|
3363
|
+
"char": "t",
|
|
3364
|
+
"description": "The ID of the Analytics template.",
|
|
3365
|
+
"exclusive": [
|
|
3366
|
+
"templatename"
|
|
3367
|
+
],
|
|
3368
|
+
"name": "templateid",
|
|
3369
|
+
"summary": "template ID",
|
|
3370
|
+
"hasDynamicHelp": false,
|
|
3371
|
+
"multiple": false,
|
|
3372
|
+
"type": "option"
|
|
3373
|
+
},
|
|
3374
|
+
"templatename": {
|
|
3375
|
+
"char": "n",
|
|
3376
|
+
"description": "The API name of the Analytics template.",
|
|
3377
|
+
"exclusive": [
|
|
3378
|
+
"templateid"
|
|
3379
|
+
],
|
|
3380
|
+
"name": "templatename",
|
|
3381
|
+
"summary": "template api name",
|
|
3382
|
+
"hasDynamicHelp": false,
|
|
3383
|
+
"multiple": false,
|
|
3384
|
+
"type": "option"
|
|
3385
|
+
},
|
|
3386
|
+
"folderid": {
|
|
3387
|
+
"char": "f",
|
|
3388
|
+
"description": "ID of the folder that contains the app data.",
|
|
3389
|
+
"name": "folderid",
|
|
3187
3390
|
"required": true,
|
|
3188
|
-
"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,
|
|
3410
|
+
"hasDynamicHelp": false,
|
|
3411
|
+
"multiple": false,
|
|
3412
|
+
"type": "option"
|
|
3413
|
+
},
|
|
3414
|
+
"pollinterval": {
|
|
3415
|
+
"char": "p",
|
|
3416
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3417
|
+
"name": "pollinterval",
|
|
3418
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3419
|
+
"default": 5000,
|
|
3189
3420
|
"hasDynamicHelp": false,
|
|
3190
3421
|
"multiple": false,
|
|
3191
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"
|
|
3192
3431
|
}
|
|
3193
3432
|
},
|
|
3194
3433
|
"hasDynamicHelp": true,
|
|
3195
3434
|
"hiddenAliases": [],
|
|
3196
|
-
"id": "analytics:
|
|
3435
|
+
"id": "analytics:autoinstall:app:update",
|
|
3197
3436
|
"pluginAlias": "@salesforce/analytics",
|
|
3198
3437
|
"pluginName": "@salesforce/analytics",
|
|
3199
3438
|
"pluginType": "core",
|
|
3200
3439
|
"strict": true,
|
|
3201
|
-
"summary": "
|
|
3440
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
3202
3441
|
"enableJsonFlag": true,
|
|
3203
3442
|
"isESM": true,
|
|
3204
3443
|
"relativePath": [
|
|
3205
3444
|
"lib",
|
|
3206
3445
|
"commands",
|
|
3207
3446
|
"analytics",
|
|
3208
|
-
"
|
|
3209
|
-
"
|
|
3210
|
-
"
|
|
3447
|
+
"autoinstall",
|
|
3448
|
+
"app",
|
|
3449
|
+
"update.js"
|
|
3211
3450
|
]
|
|
3212
3451
|
},
|
|
3213
|
-
"analytics:dashboard:history:
|
|
3452
|
+
"analytics:dashboard:history:list": {
|
|
3214
3453
|
"aliases": [],
|
|
3215
3454
|
"args": {},
|
|
3216
|
-
"description": "
|
|
3455
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3217
3456
|
"examples": [
|
|
3218
|
-
"$ sfdx analytics:dashboard:history:
|
|
3457
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3219
3458
|
],
|
|
3220
3459
|
"flags": {
|
|
3221
3460
|
"json": {
|
|
@@ -3270,35 +3509,16 @@
|
|
|
3270
3509
|
"hasDynamicHelp": false,
|
|
3271
3510
|
"multiple": false,
|
|
3272
3511
|
"type": "option"
|
|
3273
|
-
},
|
|
3274
|
-
"historyid": {
|
|
3275
|
-
"char": "y",
|
|
3276
|
-
"description": "The ID of the dashboard history records.",
|
|
3277
|
-
"name": "historyid",
|
|
3278
|
-
"required": true,
|
|
3279
|
-
"summary": "dashboard history ID",
|
|
3280
|
-
"hasDynamicHelp": false,
|
|
3281
|
-
"multiple": false,
|
|
3282
|
-
"type": "option"
|
|
3283
|
-
},
|
|
3284
|
-
"label": {
|
|
3285
|
-
"char": "l",
|
|
3286
|
-
"description": "Label for new reverted history record.",
|
|
3287
|
-
"name": "label",
|
|
3288
|
-
"summary": "label for new reverted history record",
|
|
3289
|
-
"hasDynamicHelp": false,
|
|
3290
|
-
"multiple": false,
|
|
3291
|
-
"type": "option"
|
|
3292
3512
|
}
|
|
3293
3513
|
},
|
|
3294
3514
|
"hasDynamicHelp": true,
|
|
3295
3515
|
"hiddenAliases": [],
|
|
3296
|
-
"id": "analytics:dashboard:history:
|
|
3516
|
+
"id": "analytics:dashboard:history:list",
|
|
3297
3517
|
"pluginAlias": "@salesforce/analytics",
|
|
3298
3518
|
"pluginName": "@salesforce/analytics",
|
|
3299
3519
|
"pluginType": "core",
|
|
3300
3520
|
"strict": true,
|
|
3301
|
-
"summary": "
|
|
3521
|
+
"summary": "list history records for Analytics dashboards",
|
|
3302
3522
|
"enableJsonFlag": true,
|
|
3303
3523
|
"isESM": true,
|
|
3304
3524
|
"relativePath": [
|
|
@@ -3307,15 +3527,15 @@
|
|
|
3307
3527
|
"analytics",
|
|
3308
3528
|
"dashboard",
|
|
3309
3529
|
"history",
|
|
3310
|
-
"
|
|
3530
|
+
"list.js"
|
|
3311
3531
|
]
|
|
3312
3532
|
},
|
|
3313
|
-
"analytics:
|
|
3533
|
+
"analytics:dashboard:history:revert": {
|
|
3314
3534
|
"aliases": [],
|
|
3315
3535
|
"args": {},
|
|
3316
|
-
"description": "
|
|
3536
|
+
"description": "Revert to a specified history record.",
|
|
3317
3537
|
"examples": [
|
|
3318
|
-
"$ sfdx analytics:
|
|
3538
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3319
3539
|
],
|
|
3320
3540
|
"flags": {
|
|
3321
3541
|
"json": {
|
|
@@ -3361,12 +3581,31 @@
|
|
|
3361
3581
|
"multiple": false,
|
|
3362
3582
|
"type": "option"
|
|
3363
3583
|
},
|
|
3364
|
-
"
|
|
3584
|
+
"dashboardid": {
|
|
3365
3585
|
"char": "i",
|
|
3366
|
-
"description": "The ID of the
|
|
3367
|
-
"name": "
|
|
3586
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3587
|
+
"name": "dashboardid",
|
|
3368
3588
|
"required": true,
|
|
3369
|
-
"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",
|
|
3370
3609
|
"hasDynamicHelp": false,
|
|
3371
3610
|
"multiple": false,
|
|
3372
3611
|
"type": "option"
|
|
@@ -3374,29 +3613,29 @@
|
|
|
3374
3613
|
},
|
|
3375
3614
|
"hasDynamicHelp": true,
|
|
3376
3615
|
"hiddenAliases": [],
|
|
3377
|
-
"id": "analytics:
|
|
3616
|
+
"id": "analytics:dashboard:history:revert",
|
|
3378
3617
|
"pluginAlias": "@salesforce/analytics",
|
|
3379
3618
|
"pluginName": "@salesforce/analytics",
|
|
3380
3619
|
"pluginType": "core",
|
|
3381
3620
|
"strict": true,
|
|
3382
|
-
"summary": "
|
|
3621
|
+
"summary": "revert to specified history record",
|
|
3383
3622
|
"enableJsonFlag": true,
|
|
3384
3623
|
"isESM": true,
|
|
3385
3624
|
"relativePath": [
|
|
3386
3625
|
"lib",
|
|
3387
3626
|
"commands",
|
|
3388
3627
|
"analytics",
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3391
|
-
"
|
|
3628
|
+
"dashboard",
|
|
3629
|
+
"history",
|
|
3630
|
+
"revert.js"
|
|
3392
3631
|
]
|
|
3393
3632
|
},
|
|
3394
|
-
"analytics:dataflow:
|
|
3633
|
+
"analytics:dataflow:history:list": {
|
|
3395
3634
|
"aliases": [],
|
|
3396
3635
|
"args": {},
|
|
3397
|
-
"description": "
|
|
3636
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3398
3637
|
"examples": [
|
|
3399
|
-
"$ sfdx analytics:dataflow:
|
|
3638
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3400
3639
|
],
|
|
3401
3640
|
"flags": {
|
|
3402
3641
|
"json": {
|
|
@@ -3444,7 +3683,7 @@
|
|
|
3444
3683
|
},
|
|
3445
3684
|
"dataflowid": {
|
|
3446
3685
|
"char": "i",
|
|
3447
|
-
"description": "The ID of the dataflow to
|
|
3686
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3448
3687
|
"name": "dataflowid",
|
|
3449
3688
|
"required": true,
|
|
3450
3689
|
"summary": "dataflow ID",
|
|
@@ -3455,12 +3694,12 @@
|
|
|
3455
3694
|
},
|
|
3456
3695
|
"hasDynamicHelp": true,
|
|
3457
3696
|
"hiddenAliases": [],
|
|
3458
|
-
"id": "analytics:dataflow:
|
|
3697
|
+
"id": "analytics:dataflow:history:list",
|
|
3459
3698
|
"pluginAlias": "@salesforce/analytics",
|
|
3460
3699
|
"pluginName": "@salesforce/analytics",
|
|
3461
3700
|
"pluginType": "core",
|
|
3462
3701
|
"strict": true,
|
|
3463
|
-
"summary": "list
|
|
3702
|
+
"summary": "list history records for Analytics dataflows",
|
|
3464
3703
|
"enableJsonFlag": true,
|
|
3465
3704
|
"isESM": true,
|
|
3466
3705
|
"relativePath": [
|
|
@@ -3468,16 +3707,16 @@
|
|
|
3468
3707
|
"commands",
|
|
3469
3708
|
"analytics",
|
|
3470
3709
|
"dataflow",
|
|
3471
|
-
"
|
|
3710
|
+
"history",
|
|
3472
3711
|
"list.js"
|
|
3473
3712
|
]
|
|
3474
3713
|
},
|
|
3475
|
-
"analytics:dataflow:
|
|
3714
|
+
"analytics:dataflow:history:revert": {
|
|
3476
3715
|
"aliases": [],
|
|
3477
3716
|
"args": {},
|
|
3478
|
-
"description": "
|
|
3717
|
+
"description": "Revert to a specified history record.",
|
|
3479
3718
|
"examples": [
|
|
3480
|
-
"$ sfdx analytics:dataflow:
|
|
3719
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3481
3720
|
],
|
|
3482
3721
|
"flags": {
|
|
3483
3722
|
"json": {
|
|
@@ -3523,12 +3762,31 @@
|
|
|
3523
3762
|
"multiple": false,
|
|
3524
3763
|
"type": "option"
|
|
3525
3764
|
},
|
|
3526
|
-
"
|
|
3765
|
+
"dataflowid": {
|
|
3527
3766
|
"char": "i",
|
|
3528
|
-
"description": "The ID of the dataflow
|
|
3529
|
-
"name": "
|
|
3767
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3768
|
+
"name": "dataflowid",
|
|
3530
3769
|
"required": true,
|
|
3531
|
-
"summary": "dataflow
|
|
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",
|
|
3532
3790
|
"hasDynamicHelp": false,
|
|
3533
3791
|
"multiple": false,
|
|
3534
3792
|
"type": "option"
|
|
@@ -3536,12 +3794,12 @@
|
|
|
3536
3794
|
},
|
|
3537
3795
|
"hasDynamicHelp": true,
|
|
3538
3796
|
"hiddenAliases": [],
|
|
3539
|
-
"id": "analytics:dataflow:
|
|
3797
|
+
"id": "analytics:dataflow:history:revert",
|
|
3540
3798
|
"pluginAlias": "@salesforce/analytics",
|
|
3541
3799
|
"pluginName": "@salesforce/analytics",
|
|
3542
3800
|
"pluginType": "core",
|
|
3543
3801
|
"strict": true,
|
|
3544
|
-
"summary": "
|
|
3802
|
+
"summary": "revert to specified history record",
|
|
3545
3803
|
"enableJsonFlag": true,
|
|
3546
3804
|
"isESM": true,
|
|
3547
3805
|
"relativePath": [
|
|
@@ -3549,17 +3807,16 @@
|
|
|
3549
3807
|
"commands",
|
|
3550
3808
|
"analytics",
|
|
3551
3809
|
"dataflow",
|
|
3552
|
-
"
|
|
3553
|
-
"
|
|
3810
|
+
"history",
|
|
3811
|
+
"revert.js"
|
|
3554
3812
|
]
|
|
3555
3813
|
},
|
|
3556
|
-
"analytics:
|
|
3814
|
+
"analytics:dataflow:job:display": {
|
|
3557
3815
|
"aliases": [],
|
|
3558
3816
|
"args": {},
|
|
3559
|
-
"description": "
|
|
3817
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3560
3818
|
"examples": [
|
|
3561
|
-
"$ sfdx analytics:
|
|
3562
|
-
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
3819
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3563
3820
|
],
|
|
3564
3821
|
"flags": {
|
|
3565
3822
|
"json": {
|
|
@@ -3605,86 +3862,42 @@
|
|
|
3605
3862
|
"multiple": false,
|
|
3606
3863
|
"type": "option"
|
|
3607
3864
|
},
|
|
3608
|
-
"
|
|
3865
|
+
"dataflowjobid": {
|
|
3609
3866
|
"char": "i",
|
|
3610
|
-
"description": "
|
|
3611
|
-
"
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
"name": "datasetid",
|
|
3615
|
-
"summary": "dataset ID",
|
|
3616
|
-
"hasDynamicHelp": false,
|
|
3617
|
-
"multiple": false,
|
|
3618
|
-
"type": "option"
|
|
3619
|
-
},
|
|
3620
|
-
"datasetname": {
|
|
3621
|
-
"char": "n",
|
|
3622
|
-
"description": "Dataset api name.",
|
|
3623
|
-
"exclusive": [
|
|
3624
|
-
"datasetid"
|
|
3625
|
-
],
|
|
3626
|
-
"name": "datasetname",
|
|
3627
|
-
"summary": "dataset api name",
|
|
3628
|
-
"hasDynamicHelp": false,
|
|
3629
|
-
"multiple": false,
|
|
3630
|
-
"type": "option"
|
|
3631
|
-
},
|
|
3632
|
-
"limit": {
|
|
3633
|
-
"description": "The maximum number of rows to include.",
|
|
3634
|
-
"name": "limit",
|
|
3635
|
-
"summary": "maximum number of rows to include",
|
|
3636
|
-
"hasDynamicHelp": false,
|
|
3637
|
-
"multiple": false,
|
|
3638
|
-
"type": "option"
|
|
3639
|
-
},
|
|
3640
|
-
"resultformat": {
|
|
3641
|
-
"char": "r",
|
|
3642
|
-
"description": "Result format emitted to stdout.",
|
|
3643
|
-
"name": "resultformat",
|
|
3644
|
-
"summary": "result format emitted to stdout",
|
|
3645
|
-
"default": "human",
|
|
3867
|
+
"description": "The ID of the dataflow job to update.",
|
|
3868
|
+
"name": "dataflowjobid",
|
|
3869
|
+
"required": true,
|
|
3870
|
+
"summary": "dataflow Job ID",
|
|
3646
3871
|
"hasDynamicHelp": false,
|
|
3647
3872
|
"multiple": false,
|
|
3648
|
-
"options": [
|
|
3649
|
-
"human",
|
|
3650
|
-
"csv",
|
|
3651
|
-
"json"
|
|
3652
|
-
],
|
|
3653
3873
|
"type": "option"
|
|
3654
|
-
},
|
|
3655
|
-
"dryrun": {
|
|
3656
|
-
"description": "Show the resulting query that would be executed, but don't run it",
|
|
3657
|
-
"hidden": true,
|
|
3658
|
-
"name": "dryrun",
|
|
3659
|
-
"allowNo": false,
|
|
3660
|
-
"type": "boolean"
|
|
3661
3874
|
}
|
|
3662
3875
|
},
|
|
3663
3876
|
"hasDynamicHelp": true,
|
|
3664
3877
|
"hiddenAliases": [],
|
|
3665
|
-
"id": "analytics:
|
|
3878
|
+
"id": "analytics:dataflow:job:display",
|
|
3666
3879
|
"pluginAlias": "@salesforce/analytics",
|
|
3667
3880
|
"pluginName": "@salesforce/analytics",
|
|
3668
3881
|
"pluginType": "core",
|
|
3669
3882
|
"strict": true,
|
|
3670
|
-
"summary": "
|
|
3883
|
+
"summary": "display status of Analytics dataflow",
|
|
3671
3884
|
"enableJsonFlag": true,
|
|
3672
3885
|
"isESM": true,
|
|
3673
3886
|
"relativePath": [
|
|
3674
3887
|
"lib",
|
|
3675
3888
|
"commands",
|
|
3676
3889
|
"analytics",
|
|
3677
|
-
"
|
|
3678
|
-
"
|
|
3679
|
-
"
|
|
3890
|
+
"dataflow",
|
|
3891
|
+
"job",
|
|
3892
|
+
"display.js"
|
|
3680
3893
|
]
|
|
3681
3894
|
},
|
|
3682
|
-
"analytics:
|
|
3895
|
+
"analytics:dataflow:job:list": {
|
|
3683
3896
|
"aliases": [],
|
|
3684
3897
|
"args": {},
|
|
3685
|
-
"description": "
|
|
3898
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3686
3899
|
"examples": [
|
|
3687
|
-
"$ sfdx analytics:
|
|
3900
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3688
3901
|
],
|
|
3689
3902
|
"flags": {
|
|
3690
3903
|
"json": {
|
|
@@ -3730,12 +3943,12 @@
|
|
|
3730
3943
|
"multiple": false,
|
|
3731
3944
|
"type": "option"
|
|
3732
3945
|
},
|
|
3733
|
-
"
|
|
3946
|
+
"dataflowid": {
|
|
3734
3947
|
"char": "i",
|
|
3735
|
-
"description": "The ID of the
|
|
3736
|
-
"name": "
|
|
3948
|
+
"description": "The ID of the dataflow to update.",
|
|
3949
|
+
"name": "dataflowid",
|
|
3737
3950
|
"required": true,
|
|
3738
|
-
"summary": "
|
|
3951
|
+
"summary": "dataflow ID",
|
|
3739
3952
|
"hasDynamicHelp": false,
|
|
3740
3953
|
"multiple": false,
|
|
3741
3954
|
"type": "option"
|
|
@@ -3743,29 +3956,29 @@
|
|
|
3743
3956
|
},
|
|
3744
3957
|
"hasDynamicHelp": true,
|
|
3745
3958
|
"hiddenAliases": [],
|
|
3746
|
-
"id": "analytics:
|
|
3959
|
+
"id": "analytics:dataflow:job:list",
|
|
3747
3960
|
"pluginAlias": "@salesforce/analytics",
|
|
3748
3961
|
"pluginName": "@salesforce/analytics",
|
|
3749
3962
|
"pluginType": "core",
|
|
3750
3963
|
"strict": true,
|
|
3751
|
-
"summary": "list
|
|
3964
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3752
3965
|
"enableJsonFlag": true,
|
|
3753
3966
|
"isESM": true,
|
|
3754
3967
|
"relativePath": [
|
|
3755
3968
|
"lib",
|
|
3756
3969
|
"commands",
|
|
3757
3970
|
"analytics",
|
|
3758
|
-
"
|
|
3759
|
-
"
|
|
3971
|
+
"dataflow",
|
|
3972
|
+
"job",
|
|
3760
3973
|
"list.js"
|
|
3761
3974
|
]
|
|
3762
3975
|
},
|
|
3763
|
-
"analytics:
|
|
3976
|
+
"analytics:dataflow:job:stop": {
|
|
3764
3977
|
"aliases": [],
|
|
3765
3978
|
"args": {},
|
|
3766
|
-
"description": "
|
|
3979
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3767
3980
|
"examples": [
|
|
3768
|
-
"$ sfdx analytics:
|
|
3981
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3769
3982
|
],
|
|
3770
3983
|
"flags": {
|
|
3771
3984
|
"json": {
|
|
@@ -3811,31 +4024,12 @@
|
|
|
3811
4024
|
"multiple": false,
|
|
3812
4025
|
"type": "option"
|
|
3813
4026
|
},
|
|
3814
|
-
"
|
|
4027
|
+
"dataflowjobid": {
|
|
3815
4028
|
"char": "i",
|
|
3816
|
-
"description": "The ID of the
|
|
3817
|
-
"name": "
|
|
3818
|
-
"required": true,
|
|
3819
|
-
"summary": "dashboard ID",
|
|
3820
|
-
"hasDynamicHelp": false,
|
|
3821
|
-
"multiple": false,
|
|
3822
|
-
"type": "option"
|
|
3823
|
-
},
|
|
3824
|
-
"historyid": {
|
|
3825
|
-
"char": "y",
|
|
3826
|
-
"description": "The ID of the dashboard history records.",
|
|
3827
|
-
"name": "historyid",
|
|
4029
|
+
"description": "The ID of the dataflow job to update.",
|
|
4030
|
+
"name": "dataflowjobid",
|
|
3828
4031
|
"required": true,
|
|
3829
|
-
"summary": "
|
|
3830
|
-
"hasDynamicHelp": false,
|
|
3831
|
-
"multiple": false,
|
|
3832
|
-
"type": "option"
|
|
3833
|
-
},
|
|
3834
|
-
"label": {
|
|
3835
|
-
"char": "l",
|
|
3836
|
-
"description": "Label for new reverted history record.",
|
|
3837
|
-
"name": "label",
|
|
3838
|
-
"summary": "label for new reverted history record",
|
|
4032
|
+
"summary": "dataflow Job ID",
|
|
3839
4033
|
"hasDynamicHelp": false,
|
|
3840
4034
|
"multiple": false,
|
|
3841
4035
|
"type": "option"
|
|
@@ -3843,29 +4037,30 @@
|
|
|
3843
4037
|
},
|
|
3844
4038
|
"hasDynamicHelp": true,
|
|
3845
4039
|
"hiddenAliases": [],
|
|
3846
|
-
"id": "analytics:
|
|
4040
|
+
"id": "analytics:dataflow:job:stop",
|
|
3847
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
3848
4042
|
"pluginName": "@salesforce/analytics",
|
|
3849
4043
|
"pluginType": "core",
|
|
3850
4044
|
"strict": true,
|
|
3851
|
-
"summary": "
|
|
4045
|
+
"summary": "stop Analytics dataflows",
|
|
3852
4046
|
"enableJsonFlag": true,
|
|
3853
4047
|
"isESM": true,
|
|
3854
4048
|
"relativePath": [
|
|
3855
4049
|
"lib",
|
|
3856
4050
|
"commands",
|
|
3857
4051
|
"analytics",
|
|
3858
|
-
"
|
|
3859
|
-
"
|
|
3860
|
-
"
|
|
4052
|
+
"dataflow",
|
|
4053
|
+
"job",
|
|
4054
|
+
"stop.js"
|
|
3861
4055
|
]
|
|
3862
4056
|
},
|
|
3863
|
-
"analytics:
|
|
4057
|
+
"analytics:dataset:rows:fetch": {
|
|
3864
4058
|
"aliases": [],
|
|
3865
4059
|
"args": {},
|
|
3866
|
-
"description": "
|
|
4060
|
+
"description": "fetch the rows of a Analytics dataset.",
|
|
3867
4061
|
"examples": [
|
|
3868
|
-
"$ sfdx analytics:
|
|
4062
|
+
"$ sfdx analytics:dataset:rows:fetch -i datasetId",
|
|
4063
|
+
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
3869
4064
|
],
|
|
3870
4065
|
"flags": {
|
|
3871
4066
|
"json": {
|
|
@@ -3911,211 +4106,86 @@
|
|
|
3911
4106
|
"multiple": false,
|
|
3912
4107
|
"type": "option"
|
|
3913
4108
|
},
|
|
3914
|
-
"
|
|
4109
|
+
"datasetid": {
|
|
3915
4110
|
"char": "i",
|
|
3916
|
-
"description": "ID
|
|
3917
|
-
"name": "autoinstallid",
|
|
3918
|
-
"required": true,
|
|
3919
|
-
"summary": "auto-install request ID",
|
|
3920
|
-
"hasDynamicHelp": false,
|
|
3921
|
-
"multiple": false,
|
|
3922
|
-
"type": "option"
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
"hasDynamicHelp": true,
|
|
3926
|
-
"hiddenAliases": [],
|
|
3927
|
-
"id": "analytics:autoinstall:app:cancel",
|
|
3928
|
-
"pluginAlias": "@salesforce/analytics",
|
|
3929
|
-
"pluginName": "@salesforce/analytics",
|
|
3930
|
-
"pluginType": "core",
|
|
3931
|
-
"strict": true,
|
|
3932
|
-
"summary": "cancels app-auto install request",
|
|
3933
|
-
"enableJsonFlag": true,
|
|
3934
|
-
"isESM": true,
|
|
3935
|
-
"relativePath": [
|
|
3936
|
-
"lib",
|
|
3937
|
-
"commands",
|
|
3938
|
-
"analytics",
|
|
3939
|
-
"autoinstall",
|
|
3940
|
-
"app",
|
|
3941
|
-
"cancel.js"
|
|
3942
|
-
]
|
|
3943
|
-
},
|
|
3944
|
-
"analytics:autoinstall:app:create": {
|
|
3945
|
-
"aliases": [],
|
|
3946
|
-
"args": {},
|
|
3947
|
-
"description": "Creates auto-install request to create a Analytics app.",
|
|
3948
|
-
"examples": [
|
|
3949
|
-
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
3950
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3951
|
-
],
|
|
3952
|
-
"flags": {
|
|
3953
|
-
"json": {
|
|
3954
|
-
"description": "Format output as json.",
|
|
3955
|
-
"helpGroup": "GLOBAL",
|
|
3956
|
-
"name": "json",
|
|
3957
|
-
"allowNo": false,
|
|
3958
|
-
"type": "boolean"
|
|
3959
|
-
},
|
|
3960
|
-
"loglevel": {
|
|
3961
|
-
"deprecated": {
|
|
3962
|
-
"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."
|
|
3963
|
-
},
|
|
3964
|
-
"hidden": true,
|
|
3965
|
-
"name": "loglevel",
|
|
3966
|
-
"hasDynamicHelp": false,
|
|
3967
|
-
"multiple": false,
|
|
3968
|
-
"type": "option"
|
|
3969
|
-
},
|
|
3970
|
-
"target-org": {
|
|
3971
|
-
"aliases": [
|
|
3972
|
-
"targetusername",
|
|
3973
|
-
"u"
|
|
3974
|
-
],
|
|
3975
|
-
"char": "o",
|
|
3976
|
-
"deprecateAliases": true,
|
|
3977
|
-
"name": "target-org",
|
|
3978
|
-
"noCacheDefault": true,
|
|
3979
|
-
"required": true,
|
|
3980
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3981
|
-
"hasDynamicHelp": true,
|
|
3982
|
-
"multiple": false,
|
|
3983
|
-
"type": "option"
|
|
3984
|
-
},
|
|
3985
|
-
"api-version": {
|
|
3986
|
-
"aliases": [
|
|
3987
|
-
"apiversion"
|
|
3988
|
-
],
|
|
3989
|
-
"deprecateAliases": true,
|
|
3990
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3991
|
-
"name": "api-version",
|
|
3992
|
-
"hasDynamicHelp": false,
|
|
3993
|
-
"multiple": false,
|
|
3994
|
-
"type": "option"
|
|
3995
|
-
},
|
|
3996
|
-
"templateid": {
|
|
3997
|
-
"char": "t",
|
|
3998
|
-
"description": "The ID of the Analytics template.",
|
|
4111
|
+
"description": "Dataset ID.",
|
|
3999
4112
|
"exclusive": [
|
|
4000
|
-
"
|
|
4113
|
+
"datasetname"
|
|
4001
4114
|
],
|
|
4002
|
-
"name": "
|
|
4003
|
-
"summary": "
|
|
4115
|
+
"name": "datasetid",
|
|
4116
|
+
"summary": "dataset ID",
|
|
4004
4117
|
"hasDynamicHelp": false,
|
|
4005
4118
|
"multiple": false,
|
|
4006
4119
|
"type": "option"
|
|
4007
4120
|
},
|
|
4008
|
-
"
|
|
4121
|
+
"datasetname": {
|
|
4009
4122
|
"char": "n",
|
|
4010
|
-
"description": "
|
|
4123
|
+
"description": "Dataset api name.",
|
|
4011
4124
|
"exclusive": [
|
|
4012
|
-
"
|
|
4125
|
+
"datasetid"
|
|
4013
4126
|
],
|
|
4014
|
-
"name": "
|
|
4015
|
-
"summary": "
|
|
4127
|
+
"name": "datasetname",
|
|
4128
|
+
"summary": "dataset api name",
|
|
4016
4129
|
"hasDynamicHelp": false,
|
|
4017
4130
|
"multiple": false,
|
|
4018
4131
|
"type": "option"
|
|
4019
4132
|
},
|
|
4020
|
-
"
|
|
4021
|
-
"description": "The
|
|
4022
|
-
"name": "
|
|
4023
|
-
"summary": "
|
|
4133
|
+
"limit": {
|
|
4134
|
+
"description": "The maximum number of rows to include.",
|
|
4135
|
+
"name": "limit",
|
|
4136
|
+
"summary": "maximum number of rows to include",
|
|
4024
4137
|
"hasDynamicHelp": false,
|
|
4025
4138
|
"multiple": false,
|
|
4026
4139
|
"type": "option"
|
|
4027
4140
|
},
|
|
4028
|
-
"
|
|
4029
|
-
"
|
|
4030
|
-
"
|
|
4031
|
-
"
|
|
4141
|
+
"resultformat": {
|
|
4142
|
+
"char": "r",
|
|
4143
|
+
"description": "Result format emitted to stdout.",
|
|
4144
|
+
"name": "resultformat",
|
|
4145
|
+
"summary": "result format emitted to stdout",
|
|
4146
|
+
"default": "human",
|
|
4032
4147
|
"hasDynamicHelp": false,
|
|
4033
4148
|
"multiple": false,
|
|
4034
|
-
"
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
"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",
|
|
4039
|
-
"exclusive": [
|
|
4040
|
-
"appname",
|
|
4041
|
-
"appdescription"
|
|
4149
|
+
"options": [
|
|
4150
|
+
"human",
|
|
4151
|
+
"csv",
|
|
4152
|
+
"json"
|
|
4042
4153
|
],
|
|
4043
|
-
"name": "appconfiguration",
|
|
4044
|
-
"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",
|
|
4045
|
-
"hasDynamicHelp": false,
|
|
4046
|
-
"multiple": false,
|
|
4047
4154
|
"type": "option"
|
|
4048
4155
|
},
|
|
4049
|
-
"
|
|
4050
|
-
"description": "
|
|
4156
|
+
"dryrun": {
|
|
4157
|
+
"description": "Show the resulting query that would be executed, but don't run it",
|
|
4051
4158
|
"hidden": true,
|
|
4052
|
-
"name": "
|
|
4053
|
-
"summary": "do not enqueue the request",
|
|
4054
|
-
"allowNo": false,
|
|
4055
|
-
"type": "boolean"
|
|
4056
|
-
},
|
|
4057
|
-
"async": {
|
|
4058
|
-
"char": "a",
|
|
4059
|
-
"description": "Create app asynchronously.",
|
|
4060
|
-
"name": "async",
|
|
4061
|
-
"summary": "create app asynchronously",
|
|
4062
|
-
"allowNo": false,
|
|
4063
|
-
"type": "boolean"
|
|
4064
|
-
},
|
|
4065
|
-
"wait": {
|
|
4066
|
-
"char": "w",
|
|
4067
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
4068
|
-
"name": "wait",
|
|
4069
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
4070
|
-
"default": 10,
|
|
4071
|
-
"hasDynamicHelp": false,
|
|
4072
|
-
"multiple": false,
|
|
4073
|
-
"type": "option"
|
|
4074
|
-
},
|
|
4075
|
-
"pollinterval": {
|
|
4076
|
-
"char": "p",
|
|
4077
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
4078
|
-
"name": "pollinterval",
|
|
4079
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
4080
|
-
"default": 5000,
|
|
4081
|
-
"hasDynamicHelp": false,
|
|
4082
|
-
"multiple": false,
|
|
4083
|
-
"type": "option"
|
|
4084
|
-
},
|
|
4085
|
-
"applog": {
|
|
4086
|
-
"description": "Specify to include app log details.",
|
|
4087
|
-
"name": "applog",
|
|
4088
|
-
"required": false,
|
|
4089
|
-
"summary": "specify to include app log details",
|
|
4159
|
+
"name": "dryrun",
|
|
4090
4160
|
"allowNo": false,
|
|
4091
4161
|
"type": "boolean"
|
|
4092
4162
|
}
|
|
4093
4163
|
},
|
|
4094
4164
|
"hasDynamicHelp": true,
|
|
4095
4165
|
"hiddenAliases": [],
|
|
4096
|
-
"id": "analytics:
|
|
4166
|
+
"id": "analytics:dataset:rows:fetch",
|
|
4097
4167
|
"pluginAlias": "@salesforce/analytics",
|
|
4098
4168
|
"pluginName": "@salesforce/analytics",
|
|
4099
4169
|
"pluginType": "core",
|
|
4100
4170
|
"strict": true,
|
|
4101
|
-
"summary": "
|
|
4171
|
+
"summary": "fetch the rows of a Analytics dataset",
|
|
4102
4172
|
"enableJsonFlag": true,
|
|
4103
4173
|
"isESM": true,
|
|
4104
4174
|
"relativePath": [
|
|
4105
4175
|
"lib",
|
|
4106
4176
|
"commands",
|
|
4107
4177
|
"analytics",
|
|
4108
|
-
"
|
|
4109
|
-
"
|
|
4110
|
-
"
|
|
4178
|
+
"dataset",
|
|
4179
|
+
"rows",
|
|
4180
|
+
"fetch.js"
|
|
4111
4181
|
]
|
|
4112
4182
|
},
|
|
4113
|
-
"analytics:
|
|
4183
|
+
"analytics:lens:history:list": {
|
|
4114
4184
|
"aliases": [],
|
|
4115
4185
|
"args": {},
|
|
4116
|
-
"description": "
|
|
4186
|
+
"description": "Lists history records for Analytics lenses in the specified target org.",
|
|
4117
4187
|
"examples": [
|
|
4118
|
-
"$ sfdx analytics:
|
|
4188
|
+
"$ sfdx analytics:lens:history:list --lensid <lensid> "
|
|
4119
4189
|
],
|
|
4120
4190
|
"flags": {
|
|
4121
4191
|
"json": {
|
|
@@ -4161,40 +4231,12 @@
|
|
|
4161
4231
|
"multiple": false,
|
|
4162
4232
|
"type": "option"
|
|
4163
4233
|
},
|
|
4164
|
-
"
|
|
4165
|
-
"char": "
|
|
4166
|
-
"description": "ID of the
|
|
4167
|
-
"name": "
|
|
4234
|
+
"lensid": {
|
|
4235
|
+
"char": "i",
|
|
4236
|
+
"description": "The ID of the lens to show history records.",
|
|
4237
|
+
"name": "lensid",
|
|
4168
4238
|
"required": true,
|
|
4169
|
-
"summary": "
|
|
4170
|
-
"hasDynamicHelp": false,
|
|
4171
|
-
"multiple": false,
|
|
4172
|
-
"type": "option"
|
|
4173
|
-
},
|
|
4174
|
-
"async": {
|
|
4175
|
-
"char": "a",
|
|
4176
|
-
"description": "Delete app asynchronously.",
|
|
4177
|
-
"name": "async",
|
|
4178
|
-
"summary": "delete app asynchronously",
|
|
4179
|
-
"allowNo": false,
|
|
4180
|
-
"type": "boolean"
|
|
4181
|
-
},
|
|
4182
|
-
"wait": {
|
|
4183
|
-
"char": "w",
|
|
4184
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
4185
|
-
"name": "wait",
|
|
4186
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
4187
|
-
"default": 10,
|
|
4188
|
-
"hasDynamicHelp": false,
|
|
4189
|
-
"multiple": false,
|
|
4190
|
-
"type": "option"
|
|
4191
|
-
},
|
|
4192
|
-
"pollinterval": {
|
|
4193
|
-
"char": "p",
|
|
4194
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
4195
|
-
"name": "pollinterval",
|
|
4196
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
4197
|
-
"default": 5000,
|
|
4239
|
+
"summary": "lens ID",
|
|
4198
4240
|
"hasDynamicHelp": false,
|
|
4199
4241
|
"multiple": false,
|
|
4200
4242
|
"type": "option"
|
|
@@ -4202,30 +4244,29 @@
|
|
|
4202
4244
|
},
|
|
4203
4245
|
"hasDynamicHelp": true,
|
|
4204
4246
|
"hiddenAliases": [],
|
|
4205
|
-
"id": "analytics:
|
|
4247
|
+
"id": "analytics:lens:history:list",
|
|
4206
4248
|
"pluginAlias": "@salesforce/analytics",
|
|
4207
4249
|
"pluginName": "@salesforce/analytics",
|
|
4208
4250
|
"pluginType": "core",
|
|
4209
4251
|
"strict": true,
|
|
4210
|
-
"summary": "
|
|
4252
|
+
"summary": "list history records for Analytics lenses",
|
|
4211
4253
|
"enableJsonFlag": true,
|
|
4212
4254
|
"isESM": true,
|
|
4213
4255
|
"relativePath": [
|
|
4214
4256
|
"lib",
|
|
4215
4257
|
"commands",
|
|
4216
4258
|
"analytics",
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4259
|
+
"lens",
|
|
4260
|
+
"history",
|
|
4261
|
+
"list.js"
|
|
4220
4262
|
]
|
|
4221
4263
|
},
|
|
4222
|
-
"analytics:
|
|
4264
|
+
"analytics:lens:history:revert": {
|
|
4223
4265
|
"aliases": [],
|
|
4224
4266
|
"args": {},
|
|
4225
|
-
"description": "
|
|
4267
|
+
"description": "Revert to a specified history record.",
|
|
4226
4268
|
"examples": [
|
|
4227
|
-
"$ sfdx analytics:
|
|
4228
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
4269
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
4229
4270
|
],
|
|
4230
4271
|
"flags": {
|
|
4231
4272
|
"json": {
|
|
@@ -4271,96 +4312,55 @@
|
|
|
4271
4312
|
"multiple": false,
|
|
4272
4313
|
"type": "option"
|
|
4273
4314
|
},
|
|
4274
|
-
"
|
|
4275
|
-
"char": "
|
|
4276
|
-
"description": "The ID of the
|
|
4277
|
-
"
|
|
4278
|
-
"templatename"
|
|
4279
|
-
],
|
|
4280
|
-
"name": "templateid",
|
|
4281
|
-
"summary": "template ID",
|
|
4282
|
-
"hasDynamicHelp": false,
|
|
4283
|
-
"multiple": false,
|
|
4284
|
-
"type": "option"
|
|
4285
|
-
},
|
|
4286
|
-
"templatename": {
|
|
4287
|
-
"char": "n",
|
|
4288
|
-
"description": "The API name of the Analytics template.",
|
|
4289
|
-
"exclusive": [
|
|
4290
|
-
"templateid"
|
|
4291
|
-
],
|
|
4292
|
-
"name": "templatename",
|
|
4293
|
-
"summary": "template api name",
|
|
4294
|
-
"hasDynamicHelp": false,
|
|
4295
|
-
"multiple": false,
|
|
4296
|
-
"type": "option"
|
|
4297
|
-
},
|
|
4298
|
-
"folderid": {
|
|
4299
|
-
"char": "f",
|
|
4300
|
-
"description": "ID of the folder that contains the app data.",
|
|
4301
|
-
"name": "folderid",
|
|
4315
|
+
"lensid": {
|
|
4316
|
+
"char": "i",
|
|
4317
|
+
"description": "The ID of the dashboard to show history records.",
|
|
4318
|
+
"name": "lensid",
|
|
4302
4319
|
"required": true,
|
|
4303
|
-
"summary": "
|
|
4320
|
+
"summary": "dashboard ID",
|
|
4304
4321
|
"hasDynamicHelp": false,
|
|
4305
4322
|
"multiple": false,
|
|
4306
4323
|
"type": "option"
|
|
4307
4324
|
},
|
|
4308
|
-
"
|
|
4309
|
-
"char": "
|
|
4310
|
-
"description": "
|
|
4311
|
-
"name": "
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4314
|
-
"type": "boolean"
|
|
4315
|
-
},
|
|
4316
|
-
"wait": {
|
|
4317
|
-
"char": "w",
|
|
4318
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
4319
|
-
"name": "wait",
|
|
4320
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
4321
|
-
"default": 10,
|
|
4325
|
+
"historyid": {
|
|
4326
|
+
"char": "y",
|
|
4327
|
+
"description": "The ID of the dashboard history records.",
|
|
4328
|
+
"name": "historyid",
|
|
4329
|
+
"required": true,
|
|
4330
|
+
"summary": "dashboard history ID",
|
|
4322
4331
|
"hasDynamicHelp": false,
|
|
4323
4332
|
"multiple": false,
|
|
4324
4333
|
"type": "option"
|
|
4325
4334
|
},
|
|
4326
|
-
"
|
|
4327
|
-
"char": "
|
|
4328
|
-
"description": "
|
|
4329
|
-
"name": "
|
|
4330
|
-
"summary": "
|
|
4331
|
-
"default": 5000,
|
|
4335
|
+
"label": {
|
|
4336
|
+
"char": "l",
|
|
4337
|
+
"description": "Label for new reverted history record.",
|
|
4338
|
+
"name": "label",
|
|
4339
|
+
"summary": "label for new reverted history record",
|
|
4332
4340
|
"hasDynamicHelp": false,
|
|
4333
4341
|
"multiple": false,
|
|
4334
4342
|
"type": "option"
|
|
4335
|
-
},
|
|
4336
|
-
"applog": {
|
|
4337
|
-
"description": "Specify to include app log details.",
|
|
4338
|
-
"name": "applog",
|
|
4339
|
-
"required": false,
|
|
4340
|
-
"summary": "specify to include app log details",
|
|
4341
|
-
"allowNo": false,
|
|
4342
|
-
"type": "boolean"
|
|
4343
4343
|
}
|
|
4344
4344
|
},
|
|
4345
4345
|
"hasDynamicHelp": true,
|
|
4346
4346
|
"hiddenAliases": [],
|
|
4347
|
-
"id": "analytics:
|
|
4347
|
+
"id": "analytics:lens:history:revert",
|
|
4348
4348
|
"pluginAlias": "@salesforce/analytics",
|
|
4349
4349
|
"pluginName": "@salesforce/analytics",
|
|
4350
4350
|
"pluginType": "core",
|
|
4351
4351
|
"strict": true,
|
|
4352
|
-
"summary": "
|
|
4352
|
+
"summary": "revert to specified history record",
|
|
4353
4353
|
"enableJsonFlag": true,
|
|
4354
4354
|
"isESM": true,
|
|
4355
4355
|
"relativePath": [
|
|
4356
4356
|
"lib",
|
|
4357
4357
|
"commands",
|
|
4358
4358
|
"analytics",
|
|
4359
|
-
"
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4359
|
+
"lens",
|
|
4360
|
+
"history",
|
|
4361
|
+
"revert.js"
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.52"
|
|
4366
4366
|
}
|