@salesforce/analytics 1.4.60 → 1.4.61
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 +3401 -687
- package/oclif.lock +486 -143
- package/oclif.manifest.json +355 -355
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -905,12 +905,12 @@
|
|
|
905
905
|
"update.js"
|
|
906
906
|
]
|
|
907
907
|
},
|
|
908
|
-
"analytics:
|
|
908
|
+
"analytics:dashboard:list": {
|
|
909
909
|
"aliases": [],
|
|
910
910
|
"args": {},
|
|
911
|
-
"description": "
|
|
911
|
+
"description": "Lists Analytics dashboards in the specified target org.",
|
|
912
912
|
"examples": [
|
|
913
|
-
"$ sfdx analytics:
|
|
913
|
+
"$ sfdx analytics:dashboard:list"
|
|
914
914
|
],
|
|
915
915
|
"flags": {
|
|
916
916
|
"json": {
|
|
@@ -955,51 +955,33 @@
|
|
|
955
955
|
"hasDynamicHelp": false,
|
|
956
956
|
"multiple": false,
|
|
957
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
958
|
}
|
|
978
959
|
},
|
|
979
960
|
"hasDynamicHelp": true,
|
|
980
961
|
"hiddenAliases": [],
|
|
981
|
-
"id": "analytics:
|
|
962
|
+
"id": "analytics:dashboard:list",
|
|
982
963
|
"pluginAlias": "@salesforce/analytics",
|
|
983
964
|
"pluginName": "@salesforce/analytics",
|
|
984
965
|
"pluginType": "core",
|
|
985
966
|
"strict": true,
|
|
986
|
-
"summary": "
|
|
967
|
+
"summary": "list Analytics dashboards",
|
|
987
968
|
"enableJsonFlag": true,
|
|
988
969
|
"isESM": true,
|
|
989
970
|
"relativePath": [
|
|
990
971
|
"lib",
|
|
991
972
|
"commands",
|
|
992
973
|
"analytics",
|
|
993
|
-
"
|
|
994
|
-
"
|
|
974
|
+
"dashboard",
|
|
975
|
+
"list.js"
|
|
995
976
|
]
|
|
996
977
|
},
|
|
997
|
-
"analytics:
|
|
978
|
+
"analytics:dashboard:update": {
|
|
998
979
|
"aliases": [],
|
|
999
980
|
"args": {},
|
|
1000
|
-
"description": "
|
|
981
|
+
"description": "Updates a Analytics dashboard.",
|
|
1001
982
|
"examples": [
|
|
1002
|
-
"$ sfdx analytics:
|
|
983
|
+
"$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId",
|
|
984
|
+
"$ sfdx analytics:dashboard:update -i dashboardId -r"
|
|
1003
985
|
],
|
|
1004
986
|
"flags": {
|
|
1005
987
|
"json": {
|
|
@@ -1044,32 +1026,59 @@
|
|
|
1044
1026
|
"hasDynamicHelp": false,
|
|
1045
1027
|
"multiple": false,
|
|
1046
1028
|
"type": "option"
|
|
1029
|
+
},
|
|
1030
|
+
"dashboardid": {
|
|
1031
|
+
"char": "i",
|
|
1032
|
+
"description": "Dashboard ID.",
|
|
1033
|
+
"name": "dashboardid",
|
|
1034
|
+
"required": true,
|
|
1035
|
+
"summary": "Dashboard ID",
|
|
1036
|
+
"hasDynamicHelp": false,
|
|
1037
|
+
"multiple": false,
|
|
1038
|
+
"type": "option"
|
|
1039
|
+
},
|
|
1040
|
+
"currenthistoryid": {
|
|
1041
|
+
"char": "y",
|
|
1042
|
+
"description": "Current History ID to display.",
|
|
1043
|
+
"name": "currenthistoryid",
|
|
1044
|
+
"summary": "Current History ID to display",
|
|
1045
|
+
"hasDynamicHelp": false,
|
|
1046
|
+
"multiple": false,
|
|
1047
|
+
"type": "option"
|
|
1048
|
+
},
|
|
1049
|
+
"removecurrenthistory": {
|
|
1050
|
+
"char": "r",
|
|
1051
|
+
"description": "Remove Current History ID from dashboard.",
|
|
1052
|
+
"name": "removecurrenthistory",
|
|
1053
|
+
"summary": "Remove Current History ID from dashboard",
|
|
1054
|
+
"allowNo": false,
|
|
1055
|
+
"type": "boolean"
|
|
1047
1056
|
}
|
|
1048
1057
|
},
|
|
1049
1058
|
"hasDynamicHelp": true,
|
|
1050
1059
|
"hiddenAliases": [],
|
|
1051
|
-
"id": "analytics:
|
|
1060
|
+
"id": "analytics:dashboard:update",
|
|
1052
1061
|
"pluginAlias": "@salesforce/analytics",
|
|
1053
1062
|
"pluginName": "@salesforce/analytics",
|
|
1054
1063
|
"pluginType": "core",
|
|
1055
1064
|
"strict": true,
|
|
1056
|
-
"summary": "
|
|
1065
|
+
"summary": "updates a Analytics dashboard",
|
|
1057
1066
|
"enableJsonFlag": true,
|
|
1058
1067
|
"isESM": true,
|
|
1059
1068
|
"relativePath": [
|
|
1060
1069
|
"lib",
|
|
1061
1070
|
"commands",
|
|
1062
1071
|
"analytics",
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1072
|
+
"dashboard",
|
|
1073
|
+
"update.js"
|
|
1065
1074
|
]
|
|
1066
1075
|
},
|
|
1067
|
-
"analytics:
|
|
1076
|
+
"analytics:autoinstall:display": {
|
|
1068
1077
|
"aliases": [],
|
|
1069
1078
|
"args": {},
|
|
1070
|
-
"description": "
|
|
1079
|
+
"description": "Displays a Analytics auto-install request details.",
|
|
1071
1080
|
"examples": [
|
|
1072
|
-
"$ sfdx analytics:
|
|
1081
|
+
"$ sfdx analytics:autoinstall:display -i id"
|
|
1073
1082
|
],
|
|
1074
1083
|
"flags": {
|
|
1075
1084
|
"json": {
|
|
@@ -1114,33 +1123,51 @@
|
|
|
1114
1123
|
"hasDynamicHelp": false,
|
|
1115
1124
|
"multiple": false,
|
|
1116
1125
|
"type": "option"
|
|
1126
|
+
},
|
|
1127
|
+
"autoinstallid": {
|
|
1128
|
+
"char": "i",
|
|
1129
|
+
"description": "ID of the auto-install request.",
|
|
1130
|
+
"name": "autoinstallid",
|
|
1131
|
+
"required": true,
|
|
1132
|
+
"summary": "auto-install request ID",
|
|
1133
|
+
"hasDynamicHelp": false,
|
|
1134
|
+
"multiple": false,
|
|
1135
|
+
"type": "option"
|
|
1136
|
+
},
|
|
1137
|
+
"applog": {
|
|
1138
|
+
"char": "a",
|
|
1139
|
+
"description": "Specify to include app log details.",
|
|
1140
|
+
"name": "applog",
|
|
1141
|
+
"required": false,
|
|
1142
|
+
"summary": "specify to include app log details",
|
|
1143
|
+
"allowNo": false,
|
|
1144
|
+
"type": "boolean"
|
|
1117
1145
|
}
|
|
1118
1146
|
},
|
|
1119
1147
|
"hasDynamicHelp": true,
|
|
1120
1148
|
"hiddenAliases": [],
|
|
1121
|
-
"id": "analytics:
|
|
1149
|
+
"id": "analytics:autoinstall:display",
|
|
1122
1150
|
"pluginAlias": "@salesforce/analytics",
|
|
1123
1151
|
"pluginName": "@salesforce/analytics",
|
|
1124
1152
|
"pluginType": "core",
|
|
1125
1153
|
"strict": true,
|
|
1126
|
-
"summary": "
|
|
1154
|
+
"summary": "displays a Analytics auto-install request details",
|
|
1127
1155
|
"enableJsonFlag": true,
|
|
1128
1156
|
"isESM": true,
|
|
1129
1157
|
"relativePath": [
|
|
1130
1158
|
"lib",
|
|
1131
1159
|
"commands",
|
|
1132
1160
|
"analytics",
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1161
|
+
"autoinstall",
|
|
1162
|
+
"display.js"
|
|
1135
1163
|
]
|
|
1136
1164
|
},
|
|
1137
|
-
"analytics:
|
|
1165
|
+
"analytics:autoinstall:list": {
|
|
1138
1166
|
"aliases": [],
|
|
1139
1167
|
"args": {},
|
|
1140
|
-
"description": "
|
|
1168
|
+
"description": "Lists Analytics auto-install requests in the specified target org.",
|
|
1141
1169
|
"examples": [
|
|
1142
|
-
"$ sfdx analytics:
|
|
1143
|
-
"$ sfdx analytics:dashboard:update -i dashboardId -r"
|
|
1170
|
+
"$ sfdx analytics:autoinstall:list"
|
|
1144
1171
|
],
|
|
1145
1172
|
"flags": {
|
|
1146
1173
|
"json": {
|
|
@@ -1185,51 +1212,24 @@
|
|
|
1185
1212
|
"hasDynamicHelp": false,
|
|
1186
1213
|
"multiple": false,
|
|
1187
1214
|
"type": "option"
|
|
1188
|
-
},
|
|
1189
|
-
"dashboardid": {
|
|
1190
|
-
"char": "i",
|
|
1191
|
-
"description": "Dashboard ID.",
|
|
1192
|
-
"name": "dashboardid",
|
|
1193
|
-
"required": true,
|
|
1194
|
-
"summary": "Dashboard ID",
|
|
1195
|
-
"hasDynamicHelp": false,
|
|
1196
|
-
"multiple": false,
|
|
1197
|
-
"type": "option"
|
|
1198
|
-
},
|
|
1199
|
-
"currenthistoryid": {
|
|
1200
|
-
"char": "y",
|
|
1201
|
-
"description": "Current History ID to display.",
|
|
1202
|
-
"name": "currenthistoryid",
|
|
1203
|
-
"summary": "Current History ID to display",
|
|
1204
|
-
"hasDynamicHelp": false,
|
|
1205
|
-
"multiple": false,
|
|
1206
|
-
"type": "option"
|
|
1207
|
-
},
|
|
1208
|
-
"removecurrenthistory": {
|
|
1209
|
-
"char": "r",
|
|
1210
|
-
"description": "Remove Current History ID from dashboard.",
|
|
1211
|
-
"name": "removecurrenthistory",
|
|
1212
|
-
"summary": "Remove Current History ID from dashboard",
|
|
1213
|
-
"allowNo": false,
|
|
1214
|
-
"type": "boolean"
|
|
1215
1215
|
}
|
|
1216
1216
|
},
|
|
1217
1217
|
"hasDynamicHelp": true,
|
|
1218
1218
|
"hiddenAliases": [],
|
|
1219
|
-
"id": "analytics:
|
|
1219
|
+
"id": "analytics:autoinstall:list",
|
|
1220
1220
|
"pluginAlias": "@salesforce/analytics",
|
|
1221
1221
|
"pluginName": "@salesforce/analytics",
|
|
1222
1222
|
"pluginType": "core",
|
|
1223
1223
|
"strict": true,
|
|
1224
|
-
"summary": "
|
|
1224
|
+
"summary": "list Analytics auto-install requests",
|
|
1225
1225
|
"enableJsonFlag": true,
|
|
1226
1226
|
"isESM": true,
|
|
1227
1227
|
"relativePath": [
|
|
1228
1228
|
"lib",
|
|
1229
1229
|
"commands",
|
|
1230
1230
|
"analytics",
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1231
|
+
"autoinstall",
|
|
1232
|
+
"list.js"
|
|
1233
1233
|
]
|
|
1234
1234
|
},
|
|
1235
1235
|
"analytics:dataflow:list": {
|
|
@@ -2948,12 +2948,12 @@
|
|
|
2948
2948
|
"list.js"
|
|
2949
2949
|
]
|
|
2950
2950
|
},
|
|
2951
|
-
"analytics:
|
|
2951
|
+
"analytics:dashboard:history:list": {
|
|
2952
2952
|
"aliases": [],
|
|
2953
2953
|
"args": {},
|
|
2954
|
-
"description": "
|
|
2954
|
+
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
2955
2955
|
"examples": [
|
|
2956
|
-
"$ sfdx analytics:
|
|
2956
|
+
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
2957
2957
|
],
|
|
2958
2958
|
"flags": {
|
|
2959
2959
|
"json": {
|
|
@@ -2999,12 +2999,12 @@
|
|
|
2999
2999
|
"multiple": false,
|
|
3000
3000
|
"type": "option"
|
|
3001
3001
|
},
|
|
3002
|
-
"
|
|
3002
|
+
"dashboardid": {
|
|
3003
3003
|
"char": "i",
|
|
3004
|
-
"description": "ID of the
|
|
3005
|
-
"name": "
|
|
3004
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3005
|
+
"name": "dashboardid",
|
|
3006
3006
|
"required": true,
|
|
3007
|
-
"summary": "
|
|
3007
|
+
"summary": "dashboard ID",
|
|
3008
3008
|
"hasDynamicHelp": false,
|
|
3009
3009
|
"multiple": false,
|
|
3010
3010
|
"type": "option"
|
|
@@ -3012,30 +3012,29 @@
|
|
|
3012
3012
|
},
|
|
3013
3013
|
"hasDynamicHelp": true,
|
|
3014
3014
|
"hiddenAliases": [],
|
|
3015
|
-
"id": "analytics:
|
|
3015
|
+
"id": "analytics:dashboard:history:list",
|
|
3016
3016
|
"pluginAlias": "@salesforce/analytics",
|
|
3017
3017
|
"pluginName": "@salesforce/analytics",
|
|
3018
3018
|
"pluginType": "core",
|
|
3019
3019
|
"strict": true,
|
|
3020
|
-
"summary": "
|
|
3020
|
+
"summary": "list history records for Analytics dashboards",
|
|
3021
3021
|
"enableJsonFlag": true,
|
|
3022
3022
|
"isESM": true,
|
|
3023
3023
|
"relativePath": [
|
|
3024
3024
|
"lib",
|
|
3025
3025
|
"commands",
|
|
3026
3026
|
"analytics",
|
|
3027
|
-
"
|
|
3028
|
-
"
|
|
3029
|
-
"
|
|
3027
|
+
"dashboard",
|
|
3028
|
+
"history",
|
|
3029
|
+
"list.js"
|
|
3030
3030
|
]
|
|
3031
3031
|
},
|
|
3032
|
-
"analytics:
|
|
3032
|
+
"analytics:dashboard:history:revert": {
|
|
3033
3033
|
"aliases": [],
|
|
3034
3034
|
"args": {},
|
|
3035
|
-
"description": "
|
|
3035
|
+
"description": "Revert to a specified history record.",
|
|
3036
3036
|
"examples": [
|
|
3037
|
-
"$ sfdx analytics:
|
|
3038
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3037
|
+
"$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
|
|
3039
3038
|
],
|
|
3040
3039
|
"flags": {
|
|
3041
3040
|
"json": {
|
|
@@ -3081,41 +3080,223 @@
|
|
|
3081
3080
|
"multiple": false,
|
|
3082
3081
|
"type": "option"
|
|
3083
3082
|
},
|
|
3084
|
-
"
|
|
3085
|
-
"char": "
|
|
3086
|
-
"description": "The ID of the
|
|
3087
|
-
"
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
"name": "templateid",
|
|
3091
|
-
"summary": "template ID",
|
|
3083
|
+
"dashboardid": {
|
|
3084
|
+
"char": "i",
|
|
3085
|
+
"description": "The ID of the dashboard to show history records.",
|
|
3086
|
+
"name": "dashboardid",
|
|
3087
|
+
"required": true,
|
|
3088
|
+
"summary": "dashboard ID",
|
|
3092
3089
|
"hasDynamicHelp": false,
|
|
3093
3090
|
"multiple": false,
|
|
3094
3091
|
"type": "option"
|
|
3095
3092
|
},
|
|
3096
|
-
"
|
|
3097
|
-
"char": "
|
|
3098
|
-
"description": "The
|
|
3099
|
-
"
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
"name": "templatename",
|
|
3103
|
-
"summary": "template api name",
|
|
3093
|
+
"historyid": {
|
|
3094
|
+
"char": "y",
|
|
3095
|
+
"description": "The ID of the dashboard history records.",
|
|
3096
|
+
"name": "historyid",
|
|
3097
|
+
"required": true,
|
|
3098
|
+
"summary": "dashboard history ID",
|
|
3104
3099
|
"hasDynamicHelp": false,
|
|
3105
3100
|
"multiple": false,
|
|
3106
3101
|
"type": "option"
|
|
3107
3102
|
},
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3103
|
+
"label": {
|
|
3104
|
+
"char": "l",
|
|
3105
|
+
"description": "Label for new reverted history record.",
|
|
3106
|
+
"name": "label",
|
|
3107
|
+
"summary": "label for new reverted history record",
|
|
3112
3108
|
"hasDynamicHelp": false,
|
|
3113
3109
|
"multiple": false,
|
|
3114
3110
|
"type": "option"
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"hasDynamicHelp": true,
|
|
3114
|
+
"hiddenAliases": [],
|
|
3115
|
+
"id": "analytics:dashboard:history:revert",
|
|
3116
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3117
|
+
"pluginName": "@salesforce/analytics",
|
|
3118
|
+
"pluginType": "core",
|
|
3119
|
+
"strict": true,
|
|
3120
|
+
"summary": "revert to specified history record",
|
|
3121
|
+
"enableJsonFlag": true,
|
|
3122
|
+
"isESM": true,
|
|
3123
|
+
"relativePath": [
|
|
3124
|
+
"lib",
|
|
3125
|
+
"commands",
|
|
3126
|
+
"analytics",
|
|
3127
|
+
"dashboard",
|
|
3128
|
+
"history",
|
|
3129
|
+
"revert.js"
|
|
3130
|
+
]
|
|
3131
|
+
},
|
|
3132
|
+
"analytics:autoinstall:app:cancel": {
|
|
3133
|
+
"aliases": [],
|
|
3134
|
+
"args": {},
|
|
3135
|
+
"description": "Cancels app-auto install request",
|
|
3136
|
+
"examples": [
|
|
3137
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
3138
|
+
],
|
|
3139
|
+
"flags": {
|
|
3140
|
+
"json": {
|
|
3141
|
+
"description": "Format output as json.",
|
|
3142
|
+
"helpGroup": "GLOBAL",
|
|
3143
|
+
"name": "json",
|
|
3144
|
+
"allowNo": false,
|
|
3145
|
+
"type": "boolean"
|
|
3115
3146
|
},
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
|
|
3147
|
+
"loglevel": {
|
|
3148
|
+
"deprecated": {
|
|
3149
|
+
"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."
|
|
3150
|
+
},
|
|
3151
|
+
"hidden": true,
|
|
3152
|
+
"name": "loglevel",
|
|
3153
|
+
"hasDynamicHelp": false,
|
|
3154
|
+
"multiple": false,
|
|
3155
|
+
"type": "option"
|
|
3156
|
+
},
|
|
3157
|
+
"target-org": {
|
|
3158
|
+
"aliases": [
|
|
3159
|
+
"targetusername",
|
|
3160
|
+
"u"
|
|
3161
|
+
],
|
|
3162
|
+
"char": "o",
|
|
3163
|
+
"deprecateAliases": true,
|
|
3164
|
+
"name": "target-org",
|
|
3165
|
+
"noCacheDefault": true,
|
|
3166
|
+
"required": true,
|
|
3167
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3168
|
+
"hasDynamicHelp": true,
|
|
3169
|
+
"multiple": false,
|
|
3170
|
+
"type": "option"
|
|
3171
|
+
},
|
|
3172
|
+
"api-version": {
|
|
3173
|
+
"aliases": [
|
|
3174
|
+
"apiversion"
|
|
3175
|
+
],
|
|
3176
|
+
"deprecateAliases": true,
|
|
3177
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3178
|
+
"name": "api-version",
|
|
3179
|
+
"hasDynamicHelp": false,
|
|
3180
|
+
"multiple": false,
|
|
3181
|
+
"type": "option"
|
|
3182
|
+
},
|
|
3183
|
+
"autoinstallid": {
|
|
3184
|
+
"char": "i",
|
|
3185
|
+
"description": "ID of the auto-install request.",
|
|
3186
|
+
"name": "autoinstallid",
|
|
3187
|
+
"required": true,
|
|
3188
|
+
"summary": "auto-install request ID",
|
|
3189
|
+
"hasDynamicHelp": false,
|
|
3190
|
+
"multiple": false,
|
|
3191
|
+
"type": "option"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3194
|
+
"hasDynamicHelp": true,
|
|
3195
|
+
"hiddenAliases": [],
|
|
3196
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
3197
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3198
|
+
"pluginName": "@salesforce/analytics",
|
|
3199
|
+
"pluginType": "core",
|
|
3200
|
+
"strict": true,
|
|
3201
|
+
"summary": "cancels app-auto install request",
|
|
3202
|
+
"enableJsonFlag": true,
|
|
3203
|
+
"isESM": true,
|
|
3204
|
+
"relativePath": [
|
|
3205
|
+
"lib",
|
|
3206
|
+
"commands",
|
|
3207
|
+
"analytics",
|
|
3208
|
+
"autoinstall",
|
|
3209
|
+
"app",
|
|
3210
|
+
"cancel.js"
|
|
3211
|
+
]
|
|
3212
|
+
},
|
|
3213
|
+
"analytics:autoinstall:app:create": {
|
|
3214
|
+
"aliases": [],
|
|
3215
|
+
"args": {},
|
|
3216
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
3217
|
+
"examples": [
|
|
3218
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
3219
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3220
|
+
],
|
|
3221
|
+
"flags": {
|
|
3222
|
+
"json": {
|
|
3223
|
+
"description": "Format output as json.",
|
|
3224
|
+
"helpGroup": "GLOBAL",
|
|
3225
|
+
"name": "json",
|
|
3226
|
+
"allowNo": false,
|
|
3227
|
+
"type": "boolean"
|
|
3228
|
+
},
|
|
3229
|
+
"loglevel": {
|
|
3230
|
+
"deprecated": {
|
|
3231
|
+
"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."
|
|
3232
|
+
},
|
|
3233
|
+
"hidden": true,
|
|
3234
|
+
"name": "loglevel",
|
|
3235
|
+
"hasDynamicHelp": false,
|
|
3236
|
+
"multiple": false,
|
|
3237
|
+
"type": "option"
|
|
3238
|
+
},
|
|
3239
|
+
"target-org": {
|
|
3240
|
+
"aliases": [
|
|
3241
|
+
"targetusername",
|
|
3242
|
+
"u"
|
|
3243
|
+
],
|
|
3244
|
+
"char": "o",
|
|
3245
|
+
"deprecateAliases": true,
|
|
3246
|
+
"name": "target-org",
|
|
3247
|
+
"noCacheDefault": true,
|
|
3248
|
+
"required": true,
|
|
3249
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3250
|
+
"hasDynamicHelp": true,
|
|
3251
|
+
"multiple": false,
|
|
3252
|
+
"type": "option"
|
|
3253
|
+
},
|
|
3254
|
+
"api-version": {
|
|
3255
|
+
"aliases": [
|
|
3256
|
+
"apiversion"
|
|
3257
|
+
],
|
|
3258
|
+
"deprecateAliases": true,
|
|
3259
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3260
|
+
"name": "api-version",
|
|
3261
|
+
"hasDynamicHelp": false,
|
|
3262
|
+
"multiple": false,
|
|
3263
|
+
"type": "option"
|
|
3264
|
+
},
|
|
3265
|
+
"templateid": {
|
|
3266
|
+
"char": "t",
|
|
3267
|
+
"description": "The ID of the Analytics template.",
|
|
3268
|
+
"exclusive": [
|
|
3269
|
+
"templatename"
|
|
3270
|
+
],
|
|
3271
|
+
"name": "templateid",
|
|
3272
|
+
"summary": "template ID",
|
|
3273
|
+
"hasDynamicHelp": false,
|
|
3274
|
+
"multiple": false,
|
|
3275
|
+
"type": "option"
|
|
3276
|
+
},
|
|
3277
|
+
"templatename": {
|
|
3278
|
+
"char": "n",
|
|
3279
|
+
"description": "The API name of the Analytics template.",
|
|
3280
|
+
"exclusive": [
|
|
3281
|
+
"templateid"
|
|
3282
|
+
],
|
|
3283
|
+
"name": "templatename",
|
|
3284
|
+
"summary": "template api name",
|
|
3285
|
+
"hasDynamicHelp": false,
|
|
3286
|
+
"multiple": false,
|
|
3287
|
+
"type": "option"
|
|
3288
|
+
},
|
|
3289
|
+
"appname": {
|
|
3290
|
+
"description": "The name of the created app.",
|
|
3291
|
+
"name": "appname",
|
|
3292
|
+
"summary": "app name",
|
|
3293
|
+
"hasDynamicHelp": false,
|
|
3294
|
+
"multiple": false,
|
|
3295
|
+
"type": "option"
|
|
3296
|
+
},
|
|
3297
|
+
"appdescription": {
|
|
3298
|
+
"description": "The description of the created app.",
|
|
3299
|
+
"name": "appdescription",
|
|
3119
3300
|
"summary": "app description",
|
|
3120
3301
|
"hasDynamicHelp": false,
|
|
3121
3302
|
"multiple": false,
|
|
@@ -3449,93 +3630,12 @@
|
|
|
3449
3630
|
"update.js"
|
|
3450
3631
|
]
|
|
3451
3632
|
},
|
|
3452
|
-
"analytics:
|
|
3453
|
-
"aliases": [],
|
|
3454
|
-
"args": {},
|
|
3455
|
-
"description": "Lists history records for Analytics dashboards in the specified target org.",
|
|
3456
|
-
"examples": [
|
|
3457
|
-
"$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
|
|
3458
|
-
],
|
|
3459
|
-
"flags": {
|
|
3460
|
-
"json": {
|
|
3461
|
-
"description": "Format output as json.",
|
|
3462
|
-
"helpGroup": "GLOBAL",
|
|
3463
|
-
"name": "json",
|
|
3464
|
-
"allowNo": false,
|
|
3465
|
-
"type": "boolean"
|
|
3466
|
-
},
|
|
3467
|
-
"loglevel": {
|
|
3468
|
-
"deprecated": {
|
|
3469
|
-
"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."
|
|
3470
|
-
},
|
|
3471
|
-
"hidden": true,
|
|
3472
|
-
"name": "loglevel",
|
|
3473
|
-
"hasDynamicHelp": false,
|
|
3474
|
-
"multiple": false,
|
|
3475
|
-
"type": "option"
|
|
3476
|
-
},
|
|
3477
|
-
"target-org": {
|
|
3478
|
-
"aliases": [
|
|
3479
|
-
"targetusername",
|
|
3480
|
-
"u"
|
|
3481
|
-
],
|
|
3482
|
-
"char": "o",
|
|
3483
|
-
"deprecateAliases": true,
|
|
3484
|
-
"name": "target-org",
|
|
3485
|
-
"noCacheDefault": true,
|
|
3486
|
-
"required": true,
|
|
3487
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3488
|
-
"hasDynamicHelp": true,
|
|
3489
|
-
"multiple": false,
|
|
3490
|
-
"type": "option"
|
|
3491
|
-
},
|
|
3492
|
-
"api-version": {
|
|
3493
|
-
"aliases": [
|
|
3494
|
-
"apiversion"
|
|
3495
|
-
],
|
|
3496
|
-
"deprecateAliases": true,
|
|
3497
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3498
|
-
"name": "api-version",
|
|
3499
|
-
"hasDynamicHelp": false,
|
|
3500
|
-
"multiple": false,
|
|
3501
|
-
"type": "option"
|
|
3502
|
-
},
|
|
3503
|
-
"dashboardid": {
|
|
3504
|
-
"char": "i",
|
|
3505
|
-
"description": "The ID of the dashboard to show history records.",
|
|
3506
|
-
"name": "dashboardid",
|
|
3507
|
-
"required": true,
|
|
3508
|
-
"summary": "dashboard ID",
|
|
3509
|
-
"hasDynamicHelp": false,
|
|
3510
|
-
"multiple": false,
|
|
3511
|
-
"type": "option"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
"hasDynamicHelp": true,
|
|
3515
|
-
"hiddenAliases": [],
|
|
3516
|
-
"id": "analytics:dashboard:history:list",
|
|
3517
|
-
"pluginAlias": "@salesforce/analytics",
|
|
3518
|
-
"pluginName": "@salesforce/analytics",
|
|
3519
|
-
"pluginType": "core",
|
|
3520
|
-
"strict": true,
|
|
3521
|
-
"summary": "list history records for Analytics dashboards",
|
|
3522
|
-
"enableJsonFlag": true,
|
|
3523
|
-
"isESM": true,
|
|
3524
|
-
"relativePath": [
|
|
3525
|
-
"lib",
|
|
3526
|
-
"commands",
|
|
3527
|
-
"analytics",
|
|
3528
|
-
"dashboard",
|
|
3529
|
-
"history",
|
|
3530
|
-
"list.js"
|
|
3531
|
-
]
|
|
3532
|
-
},
|
|
3533
|
-
"analytics:dashboard:history:revert": {
|
|
3633
|
+
"analytics:dataflow:job:display": {
|
|
3534
3634
|
"aliases": [],
|
|
3535
3635
|
"args": {},
|
|
3536
|
-
"description": "
|
|
3636
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3537
3637
|
"examples": [
|
|
3538
|
-
"$ sfdx analytics:
|
|
3638
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3539
3639
|
],
|
|
3540
3640
|
"flags": {
|
|
3541
3641
|
"json": {
|
|
@@ -3581,31 +3681,12 @@
|
|
|
3581
3681
|
"multiple": false,
|
|
3582
3682
|
"type": "option"
|
|
3583
3683
|
},
|
|
3584
|
-
"
|
|
3684
|
+
"dataflowjobid": {
|
|
3585
3685
|
"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",
|
|
3686
|
+
"description": "The ID of the dataflow job to update.",
|
|
3687
|
+
"name": "dataflowjobid",
|
|
3598
3688
|
"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",
|
|
3689
|
+
"summary": "dataflow Job ID",
|
|
3609
3690
|
"hasDynamicHelp": false,
|
|
3610
3691
|
"multiple": false,
|
|
3611
3692
|
"type": "option"
|
|
@@ -3613,29 +3694,29 @@
|
|
|
3613
3694
|
},
|
|
3614
3695
|
"hasDynamicHelp": true,
|
|
3615
3696
|
"hiddenAliases": [],
|
|
3616
|
-
"id": "analytics:
|
|
3697
|
+
"id": "analytics:dataflow:job:display",
|
|
3617
3698
|
"pluginAlias": "@salesforce/analytics",
|
|
3618
3699
|
"pluginName": "@salesforce/analytics",
|
|
3619
3700
|
"pluginType": "core",
|
|
3620
3701
|
"strict": true,
|
|
3621
|
-
"summary": "
|
|
3702
|
+
"summary": "display status of Analytics dataflow",
|
|
3622
3703
|
"enableJsonFlag": true,
|
|
3623
3704
|
"isESM": true,
|
|
3624
3705
|
"relativePath": [
|
|
3625
3706
|
"lib",
|
|
3626
3707
|
"commands",
|
|
3627
3708
|
"analytics",
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3709
|
+
"dataflow",
|
|
3710
|
+
"job",
|
|
3711
|
+
"display.js"
|
|
3631
3712
|
]
|
|
3632
3713
|
},
|
|
3633
|
-
"analytics:dataflow:
|
|
3714
|
+
"analytics:dataflow:job:list": {
|
|
3634
3715
|
"aliases": [],
|
|
3635
3716
|
"args": {},
|
|
3636
|
-
"description": "
|
|
3717
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3637
3718
|
"examples": [
|
|
3638
|
-
"$ sfdx analytics:dataflow:
|
|
3719
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3639
3720
|
],
|
|
3640
3721
|
"flags": {
|
|
3641
3722
|
"json": {
|
|
@@ -3683,7 +3764,7 @@
|
|
|
3683
3764
|
},
|
|
3684
3765
|
"dataflowid": {
|
|
3685
3766
|
"char": "i",
|
|
3686
|
-
"description": "The ID of the dataflow to
|
|
3767
|
+
"description": "The ID of the dataflow to update.",
|
|
3687
3768
|
"name": "dataflowid",
|
|
3688
3769
|
"required": true,
|
|
3689
3770
|
"summary": "dataflow ID",
|
|
@@ -3694,12 +3775,12 @@
|
|
|
3694
3775
|
},
|
|
3695
3776
|
"hasDynamicHelp": true,
|
|
3696
3777
|
"hiddenAliases": [],
|
|
3697
|
-
"id": "analytics:dataflow:
|
|
3778
|
+
"id": "analytics:dataflow:job:list",
|
|
3698
3779
|
"pluginAlias": "@salesforce/analytics",
|
|
3699
3780
|
"pluginName": "@salesforce/analytics",
|
|
3700
3781
|
"pluginType": "core",
|
|
3701
3782
|
"strict": true,
|
|
3702
|
-
"summary": "list
|
|
3783
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3703
3784
|
"enableJsonFlag": true,
|
|
3704
3785
|
"isESM": true,
|
|
3705
3786
|
"relativePath": [
|
|
@@ -3707,16 +3788,16 @@
|
|
|
3707
3788
|
"commands",
|
|
3708
3789
|
"analytics",
|
|
3709
3790
|
"dataflow",
|
|
3710
|
-
"
|
|
3791
|
+
"job",
|
|
3711
3792
|
"list.js"
|
|
3712
3793
|
]
|
|
3713
3794
|
},
|
|
3714
|
-
"analytics:dataflow:
|
|
3795
|
+
"analytics:dataflow:job:stop": {
|
|
3715
3796
|
"aliases": [],
|
|
3716
3797
|
"args": {},
|
|
3717
|
-
"description": "
|
|
3798
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3718
3799
|
"examples": [
|
|
3719
|
-
"$ sfdx analytics:dataflow:
|
|
3800
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3720
3801
|
],
|
|
3721
3802
|
"flags": {
|
|
3722
3803
|
"json": {
|
|
@@ -3762,31 +3843,12 @@
|
|
|
3762
3843
|
"multiple": false,
|
|
3763
3844
|
"type": "option"
|
|
3764
3845
|
},
|
|
3765
|
-
"
|
|
3846
|
+
"dataflowjobid": {
|
|
3766
3847
|
"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",
|
|
3848
|
+
"description": "The ID of the dataflow job to update.",
|
|
3849
|
+
"name": "dataflowjobid",
|
|
3779
3850
|
"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",
|
|
3851
|
+
"summary": "dataflow Job ID",
|
|
3790
3852
|
"hasDynamicHelp": false,
|
|
3791
3853
|
"multiple": false,
|
|
3792
3854
|
"type": "option"
|
|
@@ -3794,12 +3856,12 @@
|
|
|
3794
3856
|
},
|
|
3795
3857
|
"hasDynamicHelp": true,
|
|
3796
3858
|
"hiddenAliases": [],
|
|
3797
|
-
"id": "analytics:dataflow:
|
|
3859
|
+
"id": "analytics:dataflow:job:stop",
|
|
3798
3860
|
"pluginAlias": "@salesforce/analytics",
|
|
3799
3861
|
"pluginName": "@salesforce/analytics",
|
|
3800
3862
|
"pluginType": "core",
|
|
3801
3863
|
"strict": true,
|
|
3802
|
-
"summary": "
|
|
3864
|
+
"summary": "stop Analytics dataflows",
|
|
3803
3865
|
"enableJsonFlag": true,
|
|
3804
3866
|
"isESM": true,
|
|
3805
3867
|
"relativePath": [
|
|
@@ -3807,16 +3869,16 @@
|
|
|
3807
3869
|
"commands",
|
|
3808
3870
|
"analytics",
|
|
3809
3871
|
"dataflow",
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3872
|
+
"job",
|
|
3873
|
+
"stop.js"
|
|
3812
3874
|
]
|
|
3813
3875
|
},
|
|
3814
|
-
"analytics:dataflow:
|
|
3876
|
+
"analytics:dataflow:history:list": {
|
|
3815
3877
|
"aliases": [],
|
|
3816
3878
|
"args": {},
|
|
3817
|
-
"description": "
|
|
3879
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3818
3880
|
"examples": [
|
|
3819
|
-
"$ sfdx analytics:dataflow:
|
|
3881
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3820
3882
|
],
|
|
3821
3883
|
"flags": {
|
|
3822
3884
|
"json": {
|
|
@@ -3862,12 +3924,12 @@
|
|
|
3862
3924
|
"multiple": false,
|
|
3863
3925
|
"type": "option"
|
|
3864
3926
|
},
|
|
3865
|
-
"
|
|
3927
|
+
"dataflowid": {
|
|
3866
3928
|
"char": "i",
|
|
3867
|
-
"description": "The ID of the dataflow
|
|
3868
|
-
"name": "
|
|
3929
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3930
|
+
"name": "dataflowid",
|
|
3869
3931
|
"required": true,
|
|
3870
|
-
"summary": "dataflow
|
|
3932
|
+
"summary": "dataflow ID",
|
|
3871
3933
|
"hasDynamicHelp": false,
|
|
3872
3934
|
"multiple": false,
|
|
3873
3935
|
"type": "option"
|
|
@@ -3875,12 +3937,12 @@
|
|
|
3875
3937
|
},
|
|
3876
3938
|
"hasDynamicHelp": true,
|
|
3877
3939
|
"hiddenAliases": [],
|
|
3878
|
-
"id": "analytics:dataflow:
|
|
3940
|
+
"id": "analytics:dataflow:history:list",
|
|
3879
3941
|
"pluginAlias": "@salesforce/analytics",
|
|
3880
3942
|
"pluginName": "@salesforce/analytics",
|
|
3881
3943
|
"pluginType": "core",
|
|
3882
3944
|
"strict": true,
|
|
3883
|
-
"summary": "
|
|
3945
|
+
"summary": "list history records for Analytics dataflows",
|
|
3884
3946
|
"enableJsonFlag": true,
|
|
3885
3947
|
"isESM": true,
|
|
3886
3948
|
"relativePath": [
|
|
@@ -3888,16 +3950,16 @@
|
|
|
3888
3950
|
"commands",
|
|
3889
3951
|
"analytics",
|
|
3890
3952
|
"dataflow",
|
|
3891
|
-
"
|
|
3892
|
-
"
|
|
3953
|
+
"history",
|
|
3954
|
+
"list.js"
|
|
3893
3955
|
]
|
|
3894
3956
|
},
|
|
3895
|
-
"analytics:dataflow:
|
|
3957
|
+
"analytics:dataflow:history:revert": {
|
|
3896
3958
|
"aliases": [],
|
|
3897
3959
|
"args": {},
|
|
3898
|
-
"description": "
|
|
3960
|
+
"description": "Revert to a specified history record.",
|
|
3899
3961
|
"examples": [
|
|
3900
|
-
"$ sfdx analytics:dataflow:
|
|
3962
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3901
3963
|
],
|
|
3902
3964
|
"flags": {
|
|
3903
3965
|
"json": {
|
|
@@ -3945,91 +4007,29 @@
|
|
|
3945
4007
|
},
|
|
3946
4008
|
"dataflowid": {
|
|
3947
4009
|
"char": "i",
|
|
3948
|
-
"description": "The ID of the dataflow to
|
|
4010
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3949
4011
|
"name": "dataflowid",
|
|
3950
4012
|
"required": true,
|
|
3951
4013
|
"summary": "dataflow ID",
|
|
3952
4014
|
"hasDynamicHelp": false,
|
|
3953
4015
|
"multiple": false,
|
|
3954
4016
|
"type": "option"
|
|
3955
|
-
}
|
|
3956
|
-
},
|
|
3957
|
-
"hasDynamicHelp": true,
|
|
3958
|
-
"hiddenAliases": [],
|
|
3959
|
-
"id": "analytics:dataflow:job:list",
|
|
3960
|
-
"pluginAlias": "@salesforce/analytics",
|
|
3961
|
-
"pluginName": "@salesforce/analytics",
|
|
3962
|
-
"pluginType": "core",
|
|
3963
|
-
"strict": true,
|
|
3964
|
-
"summary": "list jobs of Analytics dataflow",
|
|
3965
|
-
"enableJsonFlag": true,
|
|
3966
|
-
"isESM": true,
|
|
3967
|
-
"relativePath": [
|
|
3968
|
-
"lib",
|
|
3969
|
-
"commands",
|
|
3970
|
-
"analytics",
|
|
3971
|
-
"dataflow",
|
|
3972
|
-
"job",
|
|
3973
|
-
"list.js"
|
|
3974
|
-
]
|
|
3975
|
-
},
|
|
3976
|
-
"analytics:dataflow:job:stop": {
|
|
3977
|
-
"aliases": [],
|
|
3978
|
-
"args": {},
|
|
3979
|
-
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3980
|
-
"examples": [
|
|
3981
|
-
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3982
|
-
],
|
|
3983
|
-
"flags": {
|
|
3984
|
-
"json": {
|
|
3985
|
-
"description": "Format output as json.",
|
|
3986
|
-
"helpGroup": "GLOBAL",
|
|
3987
|
-
"name": "json",
|
|
3988
|
-
"allowNo": false,
|
|
3989
|
-
"type": "boolean"
|
|
3990
|
-
},
|
|
3991
|
-
"loglevel": {
|
|
3992
|
-
"deprecated": {
|
|
3993
|
-
"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."
|
|
3994
|
-
},
|
|
3995
|
-
"hidden": true,
|
|
3996
|
-
"name": "loglevel",
|
|
3997
|
-
"hasDynamicHelp": false,
|
|
3998
|
-
"multiple": false,
|
|
3999
|
-
"type": "option"
|
|
4000
4017
|
},
|
|
4001
|
-
"
|
|
4002
|
-
"
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
],
|
|
4006
|
-
"char": "o",
|
|
4007
|
-
"deprecateAliases": true,
|
|
4008
|
-
"name": "target-org",
|
|
4009
|
-
"noCacheDefault": true,
|
|
4018
|
+
"historyid": {
|
|
4019
|
+
"char": "y",
|
|
4020
|
+
"description": "The ID of the dataflow history record.",
|
|
4021
|
+
"name": "historyid",
|
|
4010
4022
|
"required": true,
|
|
4011
|
-
"summary": "
|
|
4012
|
-
"hasDynamicHelp": true,
|
|
4013
|
-
"multiple": false,
|
|
4014
|
-
"type": "option"
|
|
4015
|
-
},
|
|
4016
|
-
"api-version": {
|
|
4017
|
-
"aliases": [
|
|
4018
|
-
"apiversion"
|
|
4019
|
-
],
|
|
4020
|
-
"deprecateAliases": true,
|
|
4021
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4022
|
-
"name": "api-version",
|
|
4023
|
+
"summary": "dataflow history ID",
|
|
4023
4024
|
"hasDynamicHelp": false,
|
|
4024
4025
|
"multiple": false,
|
|
4025
4026
|
"type": "option"
|
|
4026
4027
|
},
|
|
4027
|
-
"
|
|
4028
|
-
"char": "
|
|
4029
|
-
"description": "
|
|
4030
|
-
"name": "
|
|
4031
|
-
"
|
|
4032
|
-
"summary": "dataflow Job ID",
|
|
4028
|
+
"label": {
|
|
4029
|
+
"char": "l",
|
|
4030
|
+
"description": "Label for new reverted history record.",
|
|
4031
|
+
"name": "label",
|
|
4032
|
+
"summary": "label for new reverted history record",
|
|
4033
4033
|
"hasDynamicHelp": false,
|
|
4034
4034
|
"multiple": false,
|
|
4035
4035
|
"type": "option"
|
|
@@ -4037,12 +4037,12 @@
|
|
|
4037
4037
|
},
|
|
4038
4038
|
"hasDynamicHelp": true,
|
|
4039
4039
|
"hiddenAliases": [],
|
|
4040
|
-
"id": "analytics:dataflow:
|
|
4040
|
+
"id": "analytics:dataflow:history:revert",
|
|
4041
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
4042
4042
|
"pluginName": "@salesforce/analytics",
|
|
4043
4043
|
"pluginType": "core",
|
|
4044
4044
|
"strict": true,
|
|
4045
|
-
"summary": "
|
|
4045
|
+
"summary": "revert to specified history record",
|
|
4046
4046
|
"enableJsonFlag": true,
|
|
4047
4047
|
"isESM": true,
|
|
4048
4048
|
"relativePath": [
|
|
@@ -4050,8 +4050,8 @@
|
|
|
4050
4050
|
"commands",
|
|
4051
4051
|
"analytics",
|
|
4052
4052
|
"dataflow",
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4053
|
+
"history",
|
|
4054
|
+
"revert.js"
|
|
4055
4055
|
]
|
|
4056
4056
|
},
|
|
4057
4057
|
"analytics:dataset:rows:fetch": {
|
|
@@ -4362,5 +4362,5 @@
|
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.61"
|
|
4366
4366
|
}
|