@salesforce/analytics 1.4.49 → 1.4.50
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 +3430 -4727
- package/oclif.lock +1453 -1362
- package/oclif.manifest.json +551 -551
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
|
@@ -905,165 +905,6 @@
|
|
|
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
|
-
},
|
|
1067
908
|
"analytics:dashboard:list": {
|
|
1068
909
|
"aliases": [],
|
|
1069
910
|
"args": {},
|
|
@@ -2948,12 +2789,12 @@
|
|
|
2948
2789
|
"list.js"
|
|
2949
2790
|
]
|
|
2950
2791
|
},
|
|
2951
|
-
"analytics:autoinstall:
|
|
2792
|
+
"analytics:autoinstall:display": {
|
|
2952
2793
|
"aliases": [],
|
|
2953
2794
|
"args": {},
|
|
2954
|
-
"description": "
|
|
2795
|
+
"description": "Displays a Analytics auto-install request details.",
|
|
2955
2796
|
"examples": [
|
|
2956
|
-
"$ sfdx analytics:autoinstall:
|
|
2797
|
+
"$ sfdx analytics:autoinstall:display -i id"
|
|
2957
2798
|
],
|
|
2958
2799
|
"flags": {
|
|
2959
2800
|
"json": {
|
|
@@ -3008,16 +2849,25 @@
|
|
|
3008
2849
|
"hasDynamicHelp": false,
|
|
3009
2850
|
"multiple": false,
|
|
3010
2851
|
"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"
|
|
3011
2861
|
}
|
|
3012
2862
|
},
|
|
3013
2863
|
"hasDynamicHelp": true,
|
|
3014
2864
|
"hiddenAliases": [],
|
|
3015
|
-
"id": "analytics:autoinstall:
|
|
2865
|
+
"id": "analytics:autoinstall:display",
|
|
3016
2866
|
"pluginAlias": "@salesforce/analytics",
|
|
3017
2867
|
"pluginName": "@salesforce/analytics",
|
|
3018
2868
|
"pluginType": "core",
|
|
3019
2869
|
"strict": true,
|
|
3020
|
-
"summary": "
|
|
2870
|
+
"summary": "displays a Analytics auto-install request details",
|
|
3021
2871
|
"enableJsonFlag": true,
|
|
3022
2872
|
"isESM": true,
|
|
3023
2873
|
"relativePath": [
|
|
@@ -3025,17 +2875,15 @@
|
|
|
3025
2875
|
"commands",
|
|
3026
2876
|
"analytics",
|
|
3027
2877
|
"autoinstall",
|
|
3028
|
-
"
|
|
3029
|
-
"cancel.js"
|
|
2878
|
+
"display.js"
|
|
3030
2879
|
]
|
|
3031
2880
|
},
|
|
3032
|
-
"analytics:autoinstall:
|
|
2881
|
+
"analytics:autoinstall:list": {
|
|
3033
2882
|
"aliases": [],
|
|
3034
2883
|
"args": {},
|
|
3035
|
-
"description": "
|
|
2884
|
+
"description": "Lists Analytics auto-install requests in the specified target org.",
|
|
3036
2885
|
"examples": [
|
|
3037
|
-
"$ sfdx analytics:autoinstall:
|
|
3038
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2886
|
+
"$ sfdx analytics:autoinstall:list"
|
|
3039
2887
|
],
|
|
3040
2888
|
"flags": {
|
|
3041
2889
|
"json": {
|
|
@@ -3080,130 +2928,113 @@
|
|
|
3080
2928
|
"hasDynamicHelp": false,
|
|
3081
2929
|
"multiple": false,
|
|
3082
2930
|
"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"
|
|
3083
2965
|
},
|
|
3084
|
-
"
|
|
3085
|
-
"
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
"name": "templateid",
|
|
3091
|
-
"summary": "template ID",
|
|
2966
|
+
"loglevel": {
|
|
2967
|
+
"deprecated": {
|
|
2968
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2969
|
+
},
|
|
2970
|
+
"hidden": true,
|
|
2971
|
+
"name": "loglevel",
|
|
3092
2972
|
"hasDynamicHelp": false,
|
|
3093
2973
|
"multiple": false,
|
|
3094
2974
|
"type": "option"
|
|
3095
2975
|
},
|
|
3096
|
-
"
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
"templateid"
|
|
2976
|
+
"target-org": {
|
|
2977
|
+
"aliases": [
|
|
2978
|
+
"targetusername",
|
|
2979
|
+
"u"
|
|
3101
2980
|
],
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
2981
|
+
"char": "o",
|
|
2982
|
+
"deprecateAliases": true,
|
|
2983
|
+
"name": "target-org",
|
|
2984
|
+
"noCacheDefault": true,
|
|
2985
|
+
"required": true,
|
|
2986
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2987
|
+
"hasDynamicHelp": true,
|
|
3105
2988
|
"multiple": false,
|
|
3106
2989
|
"type": "option"
|
|
3107
2990
|
},
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
|
|
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"
|
|
2991
|
+
"api-version": {
|
|
2992
|
+
"aliases": [
|
|
2993
|
+
"apiversion"
|
|
3130
2994
|
],
|
|
3131
|
-
"
|
|
3132
|
-
"
|
|
3133
|
-
"
|
|
3134
|
-
"multiple": false,
|
|
3135
|
-
"type": "option"
|
|
3136
|
-
},
|
|
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,
|
|
2995
|
+
"deprecateAliases": true,
|
|
2996
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2997
|
+
"name": "api-version",
|
|
3159
2998
|
"hasDynamicHelp": false,
|
|
3160
2999
|
"multiple": false,
|
|
3161
3000
|
"type": "option"
|
|
3162
3001
|
},
|
|
3163
|
-
"
|
|
3164
|
-
"char": "
|
|
3165
|
-
"description": "
|
|
3166
|
-
"name": "
|
|
3167
|
-
"
|
|
3168
|
-
"
|
|
3002
|
+
"dataflowid": {
|
|
3003
|
+
"char": "i",
|
|
3004
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3005
|
+
"name": "dataflowid",
|
|
3006
|
+
"required": true,
|
|
3007
|
+
"summary": "dataflow ID",
|
|
3169
3008
|
"hasDynamicHelp": false,
|
|
3170
3009
|
"multiple": false,
|
|
3171
3010
|
"type": "option"
|
|
3172
|
-
},
|
|
3173
|
-
"applog": {
|
|
3174
|
-
"description": "Specify to include app log details.",
|
|
3175
|
-
"name": "applog",
|
|
3176
|
-
"required": false,
|
|
3177
|
-
"summary": "specify to include app log details",
|
|
3178
|
-
"allowNo": false,
|
|
3179
|
-
"type": "boolean"
|
|
3180
3011
|
}
|
|
3181
3012
|
},
|
|
3182
3013
|
"hasDynamicHelp": true,
|
|
3183
3014
|
"hiddenAliases": [],
|
|
3184
|
-
"id": "analytics:
|
|
3015
|
+
"id": "analytics:dataflow:history:list",
|
|
3185
3016
|
"pluginAlias": "@salesforce/analytics",
|
|
3186
3017
|
"pluginName": "@salesforce/analytics",
|
|
3187
3018
|
"pluginType": "core",
|
|
3188
3019
|
"strict": true,
|
|
3189
|
-
"summary": "
|
|
3020
|
+
"summary": "list history records for Analytics dataflows",
|
|
3190
3021
|
"enableJsonFlag": true,
|
|
3191
3022
|
"isESM": true,
|
|
3192
3023
|
"relativePath": [
|
|
3193
3024
|
"lib",
|
|
3194
3025
|
"commands",
|
|
3195
3026
|
"analytics",
|
|
3196
|
-
"
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3027
|
+
"dataflow",
|
|
3028
|
+
"history",
|
|
3029
|
+
"list.js"
|
|
3199
3030
|
]
|
|
3200
3031
|
},
|
|
3201
|
-
"analytics:
|
|
3032
|
+
"analytics:dataflow:history:revert": {
|
|
3202
3033
|
"aliases": [],
|
|
3203
3034
|
"args": {},
|
|
3204
|
-
"description": "
|
|
3035
|
+
"description": "Revert to a specified history record.",
|
|
3205
3036
|
"examples": [
|
|
3206
|
-
"$ sfdx analytics:
|
|
3037
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3207
3038
|
],
|
|
3208
3039
|
"flags": {
|
|
3209
3040
|
"json": {
|
|
@@ -3249,40 +3080,31 @@
|
|
|
3249
3080
|
"multiple": false,
|
|
3250
3081
|
"type": "option"
|
|
3251
3082
|
},
|
|
3252
|
-
"
|
|
3253
|
-
"char": "
|
|
3254
|
-
"description": "ID of the
|
|
3255
|
-
"name": "
|
|
3083
|
+
"dataflowid": {
|
|
3084
|
+
"char": "i",
|
|
3085
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3086
|
+
"name": "dataflowid",
|
|
3256
3087
|
"required": true,
|
|
3257
|
-
"summary": "
|
|
3088
|
+
"summary": "dataflow ID",
|
|
3258
3089
|
"hasDynamicHelp": false,
|
|
3259
3090
|
"multiple": false,
|
|
3260
3091
|
"type": "option"
|
|
3261
3092
|
},
|
|
3262
|
-
"
|
|
3263
|
-
"char": "
|
|
3264
|
-
"description": "
|
|
3265
|
-
"name": "
|
|
3266
|
-
"
|
|
3267
|
-
"
|
|
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,
|
|
3093
|
+
"historyid": {
|
|
3094
|
+
"char": "y",
|
|
3095
|
+
"description": "The ID of the dataflow history record.",
|
|
3096
|
+
"name": "historyid",
|
|
3097
|
+
"required": true,
|
|
3098
|
+
"summary": "dataflow history ID",
|
|
3276
3099
|
"hasDynamicHelp": false,
|
|
3277
3100
|
"multiple": false,
|
|
3278
3101
|
"type": "option"
|
|
3279
3102
|
},
|
|
3280
|
-
"
|
|
3281
|
-
"char": "
|
|
3282
|
-
"description": "
|
|
3283
|
-
"name": "
|
|
3284
|
-
"summary": "
|
|
3285
|
-
"default": 5000,
|
|
3103
|
+
"label": {
|
|
3104
|
+
"char": "l",
|
|
3105
|
+
"description": "Label for new reverted history record.",
|
|
3106
|
+
"name": "label",
|
|
3107
|
+
"summary": "label for new reverted history record",
|
|
3286
3108
|
"hasDynamicHelp": false,
|
|
3287
3109
|
"multiple": false,
|
|
3288
3110
|
"type": "option"
|
|
@@ -3290,30 +3112,29 @@
|
|
|
3290
3112
|
},
|
|
3291
3113
|
"hasDynamicHelp": true,
|
|
3292
3114
|
"hiddenAliases": [],
|
|
3293
|
-
"id": "analytics:
|
|
3115
|
+
"id": "analytics:dataflow:history:revert",
|
|
3294
3116
|
"pluginAlias": "@salesforce/analytics",
|
|
3295
3117
|
"pluginName": "@salesforce/analytics",
|
|
3296
3118
|
"pluginType": "core",
|
|
3297
3119
|
"strict": true,
|
|
3298
|
-
"summary": "
|
|
3120
|
+
"summary": "revert to specified history record",
|
|
3299
3121
|
"enableJsonFlag": true,
|
|
3300
3122
|
"isESM": true,
|
|
3301
3123
|
"relativePath": [
|
|
3302
3124
|
"lib",
|
|
3303
3125
|
"commands",
|
|
3304
3126
|
"analytics",
|
|
3305
|
-
"
|
|
3306
|
-
"
|
|
3307
|
-
"
|
|
3127
|
+
"dataflow",
|
|
3128
|
+
"history",
|
|
3129
|
+
"revert.js"
|
|
3308
3130
|
]
|
|
3309
3131
|
},
|
|
3310
|
-
"analytics:
|
|
3132
|
+
"analytics:dashboard:history:list": {
|
|
3311
3133
|
"aliases": [],
|
|
3312
3134
|
"args": {},
|
|
3313
|
-
"description": "
|
|
3135
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3314
3136
|
"examples": [
|
|
3315
|
-
"$ sfdx analytics:
|
|
3316
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3137
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3317
3138
|
],
|
|
3318
3139
|
"flags": {
|
|
3319
3140
|
"json": {
|
|
@@ -3359,102 +3180,42 @@
|
|
|
3359
3180
|
"multiple": false,
|
|
3360
3181
|
"type": "option"
|
|
3361
3182
|
},
|
|
3362
|
-
"
|
|
3363
|
-
"char": "
|
|
3364
|
-
"description": "The ID of the
|
|
3365
|
-
"
|
|
3366
|
-
"templatename"
|
|
3367
|
-
],
|
|
3368
|
-
"name": "templateid",
|
|
3369
|
-
"summary": "template ID",
|
|
3370
|
-
"hasDynamicHelp": false,
|
|
3371
|
-
"multiple": false,
|
|
3372
|
-
"type": "option"
|
|
3373
|
-
},
|
|
3374
|
-
"templatename": {
|
|
3375
|
-
"char": "n",
|
|
3376
|
-
"description": "The API name of the Analytics template.",
|
|
3377
|
-
"exclusive": [
|
|
3378
|
-
"templateid"
|
|
3379
|
-
],
|
|
3380
|
-
"name": "templatename",
|
|
3381
|
-
"summary": "template api name",
|
|
3382
|
-
"hasDynamicHelp": false,
|
|
3383
|
-
"multiple": false,
|
|
3384
|
-
"type": "option"
|
|
3385
|
-
},
|
|
3386
|
-
"folderid": {
|
|
3387
|
-
"char": "f",
|
|
3388
|
-
"description": "ID of the folder that contains the app data.",
|
|
3389
|
-
"name": "folderid",
|
|
3183
|
+
"dashboardid": {
|
|
3184
|
+
"char": "i",
|
|
3185
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3186
|
+
"name": "dashboardid",
|
|
3390
3187
|
"required": true,
|
|
3391
|
-
"summary": "
|
|
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,
|
|
3188
|
+
"summary": "dashboard ID",
|
|
3420
3189
|
"hasDynamicHelp": false,
|
|
3421
3190
|
"multiple": false,
|
|
3422
3191
|
"type": "option"
|
|
3423
|
-
},
|
|
3424
|
-
"applog": {
|
|
3425
|
-
"description": "Specify to include app log details.",
|
|
3426
|
-
"name": "applog",
|
|
3427
|
-
"required": false,
|
|
3428
|
-
"summary": "specify to include app log details",
|
|
3429
|
-
"allowNo": false,
|
|
3430
|
-
"type": "boolean"
|
|
3431
3192
|
}
|
|
3432
3193
|
},
|
|
3433
3194
|
"hasDynamicHelp": true,
|
|
3434
3195
|
"hiddenAliases": [],
|
|
3435
|
-
"id": "analytics:
|
|
3196
|
+
"id": "analytics:dashboard:history:list",
|
|
3436
3197
|
"pluginAlias": "@salesforce/analytics",
|
|
3437
3198
|
"pluginName": "@salesforce/analytics",
|
|
3438
3199
|
"pluginType": "core",
|
|
3439
3200
|
"strict": true,
|
|
3440
|
-
"summary": "
|
|
3201
|
+
"summary": "list history records for Analytics dashboards",
|
|
3441
3202
|
"enableJsonFlag": true,
|
|
3442
3203
|
"isESM": true,
|
|
3443
3204
|
"relativePath": [
|
|
3444
3205
|
"lib",
|
|
3445
3206
|
"commands",
|
|
3446
3207
|
"analytics",
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3449
|
-
"
|
|
3208
|
+
"dashboard",
|
|
3209
|
+
"history",
|
|
3210
|
+
"list.js"
|
|
3450
3211
|
]
|
|
3451
3212
|
},
|
|
3452
|
-
"analytics:dashboard:history:
|
|
3213
|
+
"analytics:dashboard:history:revert": {
|
|
3453
3214
|
"aliases": [],
|
|
3454
3215
|
"args": {},
|
|
3455
|
-
"description": "
|
|
3216
|
+
"description": "Revert to a specified history record.",
|
|
3456
3217
|
"examples": [
|
|
3457
|
-
"$ sfdx analytics:dashboard:history:
|
|
3218
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3458
3219
|
],
|
|
3459
3220
|
"flags": {
|
|
3460
3221
|
"json": {
|
|
@@ -3509,16 +3270,35 @@
|
|
|
3509
3270
|
"hasDynamicHelp": false,
|
|
3510
3271
|
"multiple": false,
|
|
3511
3272
|
"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"
|
|
3512
3292
|
}
|
|
3513
3293
|
},
|
|
3514
3294
|
"hasDynamicHelp": true,
|
|
3515
3295
|
"hiddenAliases": [],
|
|
3516
|
-
"id": "analytics:dashboard:history:
|
|
3296
|
+
"id": "analytics:dashboard:history:revert",
|
|
3517
3297
|
"pluginAlias": "@salesforce/analytics",
|
|
3518
3298
|
"pluginName": "@salesforce/analytics",
|
|
3519
3299
|
"pluginType": "core",
|
|
3520
3300
|
"strict": true,
|
|
3521
|
-
"summary": "
|
|
3301
|
+
"summary": "revert to specified history record",
|
|
3522
3302
|
"enableJsonFlag": true,
|
|
3523
3303
|
"isESM": true,
|
|
3524
3304
|
"relativePath": [
|
|
@@ -3527,15 +3307,15 @@
|
|
|
3527
3307
|
"analytics",
|
|
3528
3308
|
"dashboard",
|
|
3529
3309
|
"history",
|
|
3530
|
-
"
|
|
3310
|
+
"revert.js"
|
|
3531
3311
|
]
|
|
3532
3312
|
},
|
|
3533
|
-
"analytics:
|
|
3313
|
+
"analytics:dataflow:job:display": {
|
|
3534
3314
|
"aliases": [],
|
|
3535
3315
|
"args": {},
|
|
3536
|
-
"description": "
|
|
3316
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3537
3317
|
"examples": [
|
|
3538
|
-
"$ sfdx analytics:
|
|
3318
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3539
3319
|
],
|
|
3540
3320
|
"flags": {
|
|
3541
3321
|
"json": {
|
|
@@ -3581,31 +3361,12 @@
|
|
|
3581
3361
|
"multiple": false,
|
|
3582
3362
|
"type": "option"
|
|
3583
3363
|
},
|
|
3584
|
-
"
|
|
3364
|
+
"dataflowjobid": {
|
|
3585
3365
|
"char": "i",
|
|
3586
|
-
"description": "The ID of the
|
|
3587
|
-
"name": "
|
|
3588
|
-
"required": true,
|
|
3589
|
-
"summary": "dashboard ID",
|
|
3590
|
-
"hasDynamicHelp": false,
|
|
3591
|
-
"multiple": false,
|
|
3592
|
-
"type": "option"
|
|
3593
|
-
},
|
|
3594
|
-
"historyid": {
|
|
3595
|
-
"char": "y",
|
|
3596
|
-
"description": "The ID of the dashboard history records.",
|
|
3597
|
-
"name": "historyid",
|
|
3366
|
+
"description": "The ID of the dataflow job to update.",
|
|
3367
|
+
"name": "dataflowjobid",
|
|
3598
3368
|
"required": true,
|
|
3599
|
-
"summary": "
|
|
3600
|
-
"hasDynamicHelp": false,
|
|
3601
|
-
"multiple": false,
|
|
3602
|
-
"type": "option"
|
|
3603
|
-
},
|
|
3604
|
-
"label": {
|
|
3605
|
-
"char": "l",
|
|
3606
|
-
"description": "Label for new reverted history record.",
|
|
3607
|
-
"name": "label",
|
|
3608
|
-
"summary": "label for new reverted history record",
|
|
3369
|
+
"summary": "dataflow Job ID",
|
|
3609
3370
|
"hasDynamicHelp": false,
|
|
3610
3371
|
"multiple": false,
|
|
3611
3372
|
"type": "option"
|
|
@@ -3613,29 +3374,29 @@
|
|
|
3613
3374
|
},
|
|
3614
3375
|
"hasDynamicHelp": true,
|
|
3615
3376
|
"hiddenAliases": [],
|
|
3616
|
-
"id": "analytics:
|
|
3377
|
+
"id": "analytics:dataflow:job:display",
|
|
3617
3378
|
"pluginAlias": "@salesforce/analytics",
|
|
3618
3379
|
"pluginName": "@salesforce/analytics",
|
|
3619
3380
|
"pluginType": "core",
|
|
3620
3381
|
"strict": true,
|
|
3621
|
-
"summary": "
|
|
3382
|
+
"summary": "display status of Analytics dataflow",
|
|
3622
3383
|
"enableJsonFlag": true,
|
|
3623
3384
|
"isESM": true,
|
|
3624
3385
|
"relativePath": [
|
|
3625
3386
|
"lib",
|
|
3626
3387
|
"commands",
|
|
3627
3388
|
"analytics",
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3389
|
+
"dataflow",
|
|
3390
|
+
"job",
|
|
3391
|
+
"display.js"
|
|
3631
3392
|
]
|
|
3632
3393
|
},
|
|
3633
|
-
"analytics:dataflow:
|
|
3394
|
+
"analytics:dataflow:job:list": {
|
|
3634
3395
|
"aliases": [],
|
|
3635
3396
|
"args": {},
|
|
3636
|
-
"description": "
|
|
3397
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3637
3398
|
"examples": [
|
|
3638
|
-
"$ sfdx analytics:dataflow:
|
|
3399
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3639
3400
|
],
|
|
3640
3401
|
"flags": {
|
|
3641
3402
|
"json": {
|
|
@@ -3683,7 +3444,7 @@
|
|
|
3683
3444
|
},
|
|
3684
3445
|
"dataflowid": {
|
|
3685
3446
|
"char": "i",
|
|
3686
|
-
"description": "The ID of the dataflow to
|
|
3447
|
+
"description": "The ID of the dataflow to update.",
|
|
3687
3448
|
"name": "dataflowid",
|
|
3688
3449
|
"required": true,
|
|
3689
3450
|
"summary": "dataflow ID",
|
|
@@ -3694,12 +3455,12 @@
|
|
|
3694
3455
|
},
|
|
3695
3456
|
"hasDynamicHelp": true,
|
|
3696
3457
|
"hiddenAliases": [],
|
|
3697
|
-
"id": "analytics:dataflow:
|
|
3458
|
+
"id": "analytics:dataflow:job:list",
|
|
3698
3459
|
"pluginAlias": "@salesforce/analytics",
|
|
3699
3460
|
"pluginName": "@salesforce/analytics",
|
|
3700
3461
|
"pluginType": "core",
|
|
3701
3462
|
"strict": true,
|
|
3702
|
-
"summary": "list
|
|
3463
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3703
3464
|
"enableJsonFlag": true,
|
|
3704
3465
|
"isESM": true,
|
|
3705
3466
|
"relativePath": [
|
|
@@ -3707,16 +3468,16 @@
|
|
|
3707
3468
|
"commands",
|
|
3708
3469
|
"analytics",
|
|
3709
3470
|
"dataflow",
|
|
3710
|
-
"
|
|
3471
|
+
"job",
|
|
3711
3472
|
"list.js"
|
|
3712
3473
|
]
|
|
3713
3474
|
},
|
|
3714
|
-
"analytics:dataflow:
|
|
3475
|
+
"analytics:dataflow:job:stop": {
|
|
3715
3476
|
"aliases": [],
|
|
3716
3477
|
"args": {},
|
|
3717
|
-
"description": "
|
|
3478
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3718
3479
|
"examples": [
|
|
3719
|
-
"$ sfdx analytics:dataflow:
|
|
3480
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3720
3481
|
],
|
|
3721
3482
|
"flags": {
|
|
3722
3483
|
"json": {
|
|
@@ -3762,31 +3523,12 @@
|
|
|
3762
3523
|
"multiple": false,
|
|
3763
3524
|
"type": "option"
|
|
3764
3525
|
},
|
|
3765
|
-
"
|
|
3526
|
+
"dataflowjobid": {
|
|
3766
3527
|
"char": "i",
|
|
3767
|
-
"description": "The ID of the dataflow to
|
|
3768
|
-
"name": "
|
|
3769
|
-
"required": true,
|
|
3770
|
-
"summary": "dataflow ID",
|
|
3771
|
-
"hasDynamicHelp": false,
|
|
3772
|
-
"multiple": false,
|
|
3773
|
-
"type": "option"
|
|
3774
|
-
},
|
|
3775
|
-
"historyid": {
|
|
3776
|
-
"char": "y",
|
|
3777
|
-
"description": "The ID of the dataflow history record.",
|
|
3778
|
-
"name": "historyid",
|
|
3528
|
+
"description": "The ID of the dataflow job to update.",
|
|
3529
|
+
"name": "dataflowjobid",
|
|
3779
3530
|
"required": true,
|
|
3780
|
-
"summary": "dataflow
|
|
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",
|
|
3531
|
+
"summary": "dataflow Job ID",
|
|
3790
3532
|
"hasDynamicHelp": false,
|
|
3791
3533
|
"multiple": false,
|
|
3792
3534
|
"type": "option"
|
|
@@ -3794,12 +3536,12 @@
|
|
|
3794
3536
|
},
|
|
3795
3537
|
"hasDynamicHelp": true,
|
|
3796
3538
|
"hiddenAliases": [],
|
|
3797
|
-
"id": "analytics:dataflow:
|
|
3539
|
+
"id": "analytics:dataflow:job:stop",
|
|
3798
3540
|
"pluginAlias": "@salesforce/analytics",
|
|
3799
3541
|
"pluginName": "@salesforce/analytics",
|
|
3800
3542
|
"pluginType": "core",
|
|
3801
3543
|
"strict": true,
|
|
3802
|
-
"summary": "
|
|
3544
|
+
"summary": "stop Analytics dataflows",
|
|
3803
3545
|
"enableJsonFlag": true,
|
|
3804
3546
|
"isESM": true,
|
|
3805
3547
|
"relativePath": [
|
|
@@ -3807,16 +3549,17 @@
|
|
|
3807
3549
|
"commands",
|
|
3808
3550
|
"analytics",
|
|
3809
3551
|
"dataflow",
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3552
|
+
"job",
|
|
3553
|
+
"stop.js"
|
|
3812
3554
|
]
|
|
3813
3555
|
},
|
|
3814
|
-
"analytics:
|
|
3556
|
+
"analytics:dataset:rows:fetch": {
|
|
3815
3557
|
"aliases": [],
|
|
3816
3558
|
"args": {},
|
|
3817
|
-
"description": "
|
|
3559
|
+
"description": "fetch the rows of a Analytics dataset.",
|
|
3818
3560
|
"examples": [
|
|
3819
|
-
"$ sfdx analytics:
|
|
3561
|
+
"$ sfdx analytics:dataset:rows:fetch -i datasetId",
|
|
3562
|
+
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
3820
3563
|
],
|
|
3821
3564
|
"flags": {
|
|
3822
3565
|
"json": {
|
|
@@ -3862,42 +3605,86 @@
|
|
|
3862
3605
|
"multiple": false,
|
|
3863
3606
|
"type": "option"
|
|
3864
3607
|
},
|
|
3865
|
-
"
|
|
3608
|
+
"datasetid": {
|
|
3866
3609
|
"char": "i",
|
|
3867
|
-
"description": "
|
|
3868
|
-
"
|
|
3869
|
-
|
|
3870
|
-
|
|
3610
|
+
"description": "Dataset ID.",
|
|
3611
|
+
"exclusive": [
|
|
3612
|
+
"datasetname"
|
|
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",
|
|
3871
3646
|
"hasDynamicHelp": false,
|
|
3872
3647
|
"multiple": false,
|
|
3648
|
+
"options": [
|
|
3649
|
+
"human",
|
|
3650
|
+
"csv",
|
|
3651
|
+
"json"
|
|
3652
|
+
],
|
|
3873
3653
|
"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"
|
|
3874
3661
|
}
|
|
3875
3662
|
},
|
|
3876
3663
|
"hasDynamicHelp": true,
|
|
3877
3664
|
"hiddenAliases": [],
|
|
3878
|
-
"id": "analytics:
|
|
3665
|
+
"id": "analytics:dataset:rows:fetch",
|
|
3879
3666
|
"pluginAlias": "@salesforce/analytics",
|
|
3880
3667
|
"pluginName": "@salesforce/analytics",
|
|
3881
3668
|
"pluginType": "core",
|
|
3882
3669
|
"strict": true,
|
|
3883
|
-
"summary": "
|
|
3670
|
+
"summary": "fetch the rows of a Analytics dataset",
|
|
3884
3671
|
"enableJsonFlag": true,
|
|
3885
3672
|
"isESM": true,
|
|
3886
3673
|
"relativePath": [
|
|
3887
3674
|
"lib",
|
|
3888
3675
|
"commands",
|
|
3889
3676
|
"analytics",
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3892
|
-
"
|
|
3677
|
+
"dataset",
|
|
3678
|
+
"rows",
|
|
3679
|
+
"fetch.js"
|
|
3893
3680
|
]
|
|
3894
3681
|
},
|
|
3895
|
-
"analytics:
|
|
3682
|
+
"analytics:lens:history:list": {
|
|
3896
3683
|
"aliases": [],
|
|
3897
3684
|
"args": {},
|
|
3898
|
-
"description": "
|
|
3685
|
+
"description": "Lists history records for Analytics lenses in the specified target org.",
|
|
3899
3686
|
"examples": [
|
|
3900
|
-
"$ sfdx analytics:
|
|
3687
|
+
"$ sfdx analytics:lens:history:list --lensid <lensid> "
|
|
3901
3688
|
],
|
|
3902
3689
|
"flags": {
|
|
3903
3690
|
"json": {
|
|
@@ -3943,12 +3730,12 @@
|
|
|
3943
3730
|
"multiple": false,
|
|
3944
3731
|
"type": "option"
|
|
3945
3732
|
},
|
|
3946
|
-
"
|
|
3733
|
+
"lensid": {
|
|
3947
3734
|
"char": "i",
|
|
3948
|
-
"description": "The ID of the
|
|
3949
|
-
"name": "
|
|
3735
|
+
"description": "The ID of the lens to show history records.",
|
|
3736
|
+
"name": "lensid",
|
|
3950
3737
|
"required": true,
|
|
3951
|
-
"summary": "
|
|
3738
|
+
"summary": "lens ID",
|
|
3952
3739
|
"hasDynamicHelp": false,
|
|
3953
3740
|
"multiple": false,
|
|
3954
3741
|
"type": "option"
|
|
@@ -3956,29 +3743,29 @@
|
|
|
3956
3743
|
},
|
|
3957
3744
|
"hasDynamicHelp": true,
|
|
3958
3745
|
"hiddenAliases": [],
|
|
3959
|
-
"id": "analytics:
|
|
3746
|
+
"id": "analytics:lens:history:list",
|
|
3960
3747
|
"pluginAlias": "@salesforce/analytics",
|
|
3961
3748
|
"pluginName": "@salesforce/analytics",
|
|
3962
3749
|
"pluginType": "core",
|
|
3963
3750
|
"strict": true,
|
|
3964
|
-
"summary": "list
|
|
3751
|
+
"summary": "list history records for Analytics lenses",
|
|
3965
3752
|
"enableJsonFlag": true,
|
|
3966
3753
|
"isESM": true,
|
|
3967
3754
|
"relativePath": [
|
|
3968
3755
|
"lib",
|
|
3969
3756
|
"commands",
|
|
3970
3757
|
"analytics",
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3758
|
+
"lens",
|
|
3759
|
+
"history",
|
|
3973
3760
|
"list.js"
|
|
3974
3761
|
]
|
|
3975
3762
|
},
|
|
3976
|
-
"analytics:
|
|
3763
|
+
"analytics:lens:history:revert": {
|
|
3977
3764
|
"aliases": [],
|
|
3978
3765
|
"args": {},
|
|
3979
|
-
"description": "
|
|
3766
|
+
"description": "Revert to a specified history record.",
|
|
3980
3767
|
"examples": [
|
|
3981
|
-
"$ sfdx analytics:
|
|
3768
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3982
3769
|
],
|
|
3983
3770
|
"flags": {
|
|
3984
3771
|
"json": {
|
|
@@ -4024,12 +3811,31 @@
|
|
|
4024
3811
|
"multiple": false,
|
|
4025
3812
|
"type": "option"
|
|
4026
3813
|
},
|
|
4027
|
-
"
|
|
3814
|
+
"lensid": {
|
|
4028
3815
|
"char": "i",
|
|
4029
|
-
"description": "The ID of the
|
|
4030
|
-
"name": "
|
|
3816
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3817
|
+
"name": "lensid",
|
|
4031
3818
|
"required": true,
|
|
4032
|
-
"summary": "
|
|
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",
|
|
3828
|
+
"required": true,
|
|
3829
|
+
"summary": "dashboard history ID",
|
|
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",
|
|
4033
3839
|
"hasDynamicHelp": false,
|
|
4034
3840
|
"multiple": false,
|
|
4035
3841
|
"type": "option"
|
|
@@ -4037,30 +3843,29 @@
|
|
|
4037
3843
|
},
|
|
4038
3844
|
"hasDynamicHelp": true,
|
|
4039
3845
|
"hiddenAliases": [],
|
|
4040
|
-
"id": "analytics:
|
|
3846
|
+
"id": "analytics:lens:history:revert",
|
|
4041
3847
|
"pluginAlias": "@salesforce/analytics",
|
|
4042
3848
|
"pluginName": "@salesforce/analytics",
|
|
4043
3849
|
"pluginType": "core",
|
|
4044
3850
|
"strict": true,
|
|
4045
|
-
"summary": "
|
|
3851
|
+
"summary": "revert to specified history record",
|
|
4046
3852
|
"enableJsonFlag": true,
|
|
4047
3853
|
"isESM": true,
|
|
4048
3854
|
"relativePath": [
|
|
4049
3855
|
"lib",
|
|
4050
3856
|
"commands",
|
|
4051
3857
|
"analytics",
|
|
4052
|
-
"
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
3858
|
+
"lens",
|
|
3859
|
+
"history",
|
|
3860
|
+
"revert.js"
|
|
4055
3861
|
]
|
|
4056
3862
|
},
|
|
4057
|
-
"analytics:
|
|
3863
|
+
"analytics:autoinstall:app:cancel": {
|
|
4058
3864
|
"aliases": [],
|
|
4059
3865
|
"args": {},
|
|
4060
|
-
"description": "
|
|
3866
|
+
"description": "Cancels app-auto install request",
|
|
4061
3867
|
"examples": [
|
|
4062
|
-
"$ sfdx analytics:
|
|
4063
|
-
"$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"
|
|
3868
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
4064
3869
|
],
|
|
4065
3870
|
"flags": {
|
|
4066
3871
|
"json": {
|
|
@@ -4106,86 +3911,211 @@
|
|
|
4106
3911
|
"multiple": false,
|
|
4107
3912
|
"type": "option"
|
|
4108
3913
|
},
|
|
4109
|
-
"
|
|
3914
|
+
"autoinstallid": {
|
|
4110
3915
|
"char": "i",
|
|
4111
|
-
"description": "
|
|
4112
|
-
"
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
"
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
|
|
4119
|
-
|
|
3916
|
+
"description": "ID of the auto-install request.",
|
|
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"
|
|
4120
3959
|
},
|
|
4121
|
-
"
|
|
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.",
|
|
3999
|
+
"exclusive": [
|
|
4000
|
+
"templatename"
|
|
4001
|
+
],
|
|
4002
|
+
"name": "templateid",
|
|
4003
|
+
"summary": "template ID",
|
|
4004
|
+
"hasDynamicHelp": false,
|
|
4005
|
+
"multiple": false,
|
|
4006
|
+
"type": "option"
|
|
4007
|
+
},
|
|
4008
|
+
"templatename": {
|
|
4122
4009
|
"char": "n",
|
|
4123
|
-
"description": "
|
|
4010
|
+
"description": "The API name of the Analytics template.",
|
|
4124
4011
|
"exclusive": [
|
|
4125
|
-
"
|
|
4012
|
+
"templateid"
|
|
4126
4013
|
],
|
|
4127
|
-
"name": "
|
|
4128
|
-
"summary": "
|
|
4014
|
+
"name": "templatename",
|
|
4015
|
+
"summary": "template api name",
|
|
4129
4016
|
"hasDynamicHelp": false,
|
|
4130
4017
|
"multiple": false,
|
|
4131
4018
|
"type": "option"
|
|
4132
4019
|
},
|
|
4133
|
-
"
|
|
4134
|
-
"description": "The
|
|
4135
|
-
"name": "
|
|
4136
|
-
"summary": "
|
|
4020
|
+
"appname": {
|
|
4021
|
+
"description": "The name of the created app.",
|
|
4022
|
+
"name": "appname",
|
|
4023
|
+
"summary": "app name",
|
|
4137
4024
|
"hasDynamicHelp": false,
|
|
4138
4025
|
"multiple": false,
|
|
4139
4026
|
"type": "option"
|
|
4140
4027
|
},
|
|
4141
|
-
"
|
|
4142
|
-
"
|
|
4143
|
-
"
|
|
4144
|
-
"
|
|
4145
|
-
"summary": "result format emitted to stdout",
|
|
4146
|
-
"default": "human",
|
|
4028
|
+
"appdescription": {
|
|
4029
|
+
"description": "The description of the created app.",
|
|
4030
|
+
"name": "appdescription",
|
|
4031
|
+
"summary": "app description",
|
|
4147
4032
|
"hasDynamicHelp": false,
|
|
4148
4033
|
"multiple": false,
|
|
4149
|
-
"
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4034
|
+
"type": "option"
|
|
4035
|
+
},
|
|
4036
|
+
"appconfiguration": {
|
|
4037
|
+
"char": "c",
|
|
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"
|
|
4153
4042
|
],
|
|
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,
|
|
4154
4047
|
"type": "option"
|
|
4155
4048
|
},
|
|
4156
|
-
"
|
|
4157
|
-
"description": "
|
|
4049
|
+
"noenqueue": {
|
|
4050
|
+
"description": "Only create the request, do not initially enqueue and start the request.",
|
|
4158
4051
|
"hidden": true,
|
|
4159
|
-
"name": "
|
|
4052
|
+
"name": "noenqueue",
|
|
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",
|
|
4160
4090
|
"allowNo": false,
|
|
4161
4091
|
"type": "boolean"
|
|
4162
4092
|
}
|
|
4163
4093
|
},
|
|
4164
4094
|
"hasDynamicHelp": true,
|
|
4165
4095
|
"hiddenAliases": [],
|
|
4166
|
-
"id": "analytics:
|
|
4096
|
+
"id": "analytics:autoinstall:app:create",
|
|
4167
4097
|
"pluginAlias": "@salesforce/analytics",
|
|
4168
4098
|
"pluginName": "@salesforce/analytics",
|
|
4169
4099
|
"pluginType": "core",
|
|
4170
4100
|
"strict": true,
|
|
4171
|
-
"summary": "
|
|
4101
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
4172
4102
|
"enableJsonFlag": true,
|
|
4173
4103
|
"isESM": true,
|
|
4174
4104
|
"relativePath": [
|
|
4175
4105
|
"lib",
|
|
4176
4106
|
"commands",
|
|
4177
4107
|
"analytics",
|
|
4178
|
-
"
|
|
4179
|
-
"
|
|
4180
|
-
"
|
|
4108
|
+
"autoinstall",
|
|
4109
|
+
"app",
|
|
4110
|
+
"create.js"
|
|
4181
4111
|
]
|
|
4182
4112
|
},
|
|
4183
|
-
"analytics:
|
|
4113
|
+
"analytics:autoinstall:app:delete": {
|
|
4184
4114
|
"aliases": [],
|
|
4185
4115
|
"args": {},
|
|
4186
|
-
"description": "
|
|
4116
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
4187
4117
|
"examples": [
|
|
4188
|
-
"$ sfdx analytics:
|
|
4118
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
4189
4119
|
],
|
|
4190
4120
|
"flags": {
|
|
4191
4121
|
"json": {
|
|
@@ -4231,12 +4161,40 @@
|
|
|
4231
4161
|
"multiple": false,
|
|
4232
4162
|
"type": "option"
|
|
4233
4163
|
},
|
|
4234
|
-
"
|
|
4235
|
-
"char": "
|
|
4236
|
-
"description": "
|
|
4237
|
-
"name": "
|
|
4164
|
+
"folderid": {
|
|
4165
|
+
"char": "f",
|
|
4166
|
+
"description": "ID of the folder that contains the app data.",
|
|
4167
|
+
"name": "folderid",
|
|
4238
4168
|
"required": true,
|
|
4239
|
-
"summary": "
|
|
4169
|
+
"summary": "folder ID",
|
|
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,
|
|
4240
4198
|
"hasDynamicHelp": false,
|
|
4241
4199
|
"multiple": false,
|
|
4242
4200
|
"type": "option"
|
|
@@ -4244,29 +4202,30 @@
|
|
|
4244
4202
|
},
|
|
4245
4203
|
"hasDynamicHelp": true,
|
|
4246
4204
|
"hiddenAliases": [],
|
|
4247
|
-
"id": "analytics:
|
|
4205
|
+
"id": "analytics:autoinstall:app:delete",
|
|
4248
4206
|
"pluginAlias": "@salesforce/analytics",
|
|
4249
4207
|
"pluginName": "@salesforce/analytics",
|
|
4250
4208
|
"pluginType": "core",
|
|
4251
4209
|
"strict": true,
|
|
4252
|
-
"summary": "
|
|
4210
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
4253
4211
|
"enableJsonFlag": true,
|
|
4254
4212
|
"isESM": true,
|
|
4255
4213
|
"relativePath": [
|
|
4256
4214
|
"lib",
|
|
4257
4215
|
"commands",
|
|
4258
4216
|
"analytics",
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4261
|
-
"
|
|
4217
|
+
"autoinstall",
|
|
4218
|
+
"app",
|
|
4219
|
+
"delete.js"
|
|
4262
4220
|
]
|
|
4263
4221
|
},
|
|
4264
|
-
"analytics:
|
|
4222
|
+
"analytics:autoinstall:app:update": {
|
|
4265
4223
|
"aliases": [],
|
|
4266
4224
|
"args": {},
|
|
4267
|
-
"description": "
|
|
4225
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
4268
4226
|
"examples": [
|
|
4269
|
-
"$ sfdx analytics:
|
|
4227
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
4228
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
4270
4229
|
],
|
|
4271
4230
|
"flags": {
|
|
4272
4231
|
"json": {
|
|
@@ -4312,55 +4271,96 @@
|
|
|
4312
4271
|
"multiple": false,
|
|
4313
4272
|
"type": "option"
|
|
4314
4273
|
},
|
|
4315
|
-
"
|
|
4316
|
-
"char": "
|
|
4317
|
-
"description": "The ID of the
|
|
4318
|
-
"
|
|
4319
|
-
|
|
4320
|
-
|
|
4274
|
+
"templateid": {
|
|
4275
|
+
"char": "t",
|
|
4276
|
+
"description": "The ID of the Analytics template.",
|
|
4277
|
+
"exclusive": [
|
|
4278
|
+
"templatename"
|
|
4279
|
+
],
|
|
4280
|
+
"name": "templateid",
|
|
4281
|
+
"summary": "template ID",
|
|
4321
4282
|
"hasDynamicHelp": false,
|
|
4322
4283
|
"multiple": false,
|
|
4323
4284
|
"type": "option"
|
|
4324
4285
|
},
|
|
4325
|
-
"
|
|
4326
|
-
"char": "
|
|
4327
|
-
"description": "The
|
|
4328
|
-
"
|
|
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",
|
|
4329
4302
|
"required": true,
|
|
4330
|
-
"summary": "
|
|
4303
|
+
"summary": "folder ID",
|
|
4331
4304
|
"hasDynamicHelp": false,
|
|
4332
4305
|
"multiple": false,
|
|
4333
4306
|
"type": "option"
|
|
4334
4307
|
},
|
|
4335
|
-
"
|
|
4336
|
-
"char": "
|
|
4337
|
-
"description": "
|
|
4338
|
-
"name": "
|
|
4339
|
-
"summary": "
|
|
4308
|
+
"async": {
|
|
4309
|
+
"char": "a",
|
|
4310
|
+
"description": "Update app asynchronously.",
|
|
4311
|
+
"name": "async",
|
|
4312
|
+
"summary": "update app asynchronously",
|
|
4313
|
+
"allowNo": false,
|
|
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,
|
|
4340
4322
|
"hasDynamicHelp": false,
|
|
4341
4323
|
"multiple": false,
|
|
4342
4324
|
"type": "option"
|
|
4325
|
+
},
|
|
4326
|
+
"pollinterval": {
|
|
4327
|
+
"char": "p",
|
|
4328
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
4329
|
+
"name": "pollinterval",
|
|
4330
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
4331
|
+
"default": 5000,
|
|
4332
|
+
"hasDynamicHelp": false,
|
|
4333
|
+
"multiple": false,
|
|
4334
|
+
"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:autoinstall:app:update",
|
|
4348
4348
|
"pluginAlias": "@salesforce/analytics",
|
|
4349
4349
|
"pluginName": "@salesforce/analytics",
|
|
4350
4350
|
"pluginType": "core",
|
|
4351
4351
|
"strict": true,
|
|
4352
|
-
"summary": "
|
|
4352
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
4353
4353
|
"enableJsonFlag": true,
|
|
4354
4354
|
"isESM": true,
|
|
4355
4355
|
"relativePath": [
|
|
4356
4356
|
"lib",
|
|
4357
4357
|
"commands",
|
|
4358
4358
|
"analytics",
|
|
4359
|
-
"
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4359
|
+
"autoinstall",
|
|
4360
|
+
"app",
|
|
4361
|
+
"update.js"
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.50"
|
|
4366
4366
|
}
|