@salesforce/analytics 1.4.59 → 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.
@@ -905,12 +905,12 @@
905
905
  "update.js"
906
906
  ]
907
907
  },
908
- "analytics:autoinstall:display": {
908
+ "analytics:dashboard:list": {
909
909
  "aliases": [],
910
910
  "args": {},
911
- "description": "Displays a Analytics auto-install request details.",
911
+ "description": "Lists Analytics dashboards in the specified target org.",
912
912
  "examples": [
913
- "$ sfdx analytics:autoinstall:display -i id"
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:autoinstall:display",
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": "displays a Analytics auto-install request details",
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
- "autoinstall",
994
- "display.js"
974
+ "dashboard",
975
+ "list.js"
995
976
  ]
996
977
  },
997
- "analytics:autoinstall:list": {
978
+ "analytics:dashboard:update": {
998
979
  "aliases": [],
999
980
  "args": {},
1000
- "description": "Lists Analytics auto-install requests in the specified target org.",
981
+ "description": "Updates a Analytics dashboard.",
1001
982
  "examples": [
1002
- "$ sfdx analytics:autoinstall:list"
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:autoinstall:list",
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": "list Analytics auto-install requests",
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
- "autoinstall",
1064
- "list.js"
1072
+ "dashboard",
1073
+ "update.js"
1065
1074
  ]
1066
1075
  },
1067
- "analytics:dataflow:list": {
1076
+ "analytics:autoinstall:display": {
1068
1077
  "aliases": [],
1069
1078
  "args": {},
1070
- "description": "Lists Analytics dataflows in the specified target org.",
1079
+ "description": "Displays a Analytics auto-install request details.",
1071
1080
  "examples": [
1072
- "$ sfdx analytics:dataflow:list"
1081
+ "$ sfdx analytics:autoinstall:display -i id"
1073
1082
  ],
1074
1083
  "flags": {
1075
1084
  "json": {
@@ -1114,32 +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:dataflow:list",
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": "list Analytics dataflows",
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
- "dataflow",
1134
- "list.js"
1161
+ "autoinstall",
1162
+ "display.js"
1135
1163
  ]
1136
1164
  },
1137
- "analytics:dataflow:start": {
1165
+ "analytics:autoinstall:list": {
1138
1166
  "aliases": [],
1139
1167
  "args": {},
1140
- "description": "Start an Analytics dataflow in the specified target org.",
1168
+ "description": "Lists Analytics auto-install requests in the specified target org.",
1141
1169
  "examples": [
1142
- "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1170
+ "$ sfdx analytics:autoinstall:list"
1143
1171
  ],
1144
1172
  "flags": {
1145
1173
  "json": {
@@ -1184,42 +1212,32 @@
1184
1212
  "hasDynamicHelp": false,
1185
1213
  "multiple": false,
1186
1214
  "type": "option"
1187
- },
1188
- "dataflowid": {
1189
- "char": "i",
1190
- "description": "The ID of the dataflow to update.",
1191
- "name": "dataflowid",
1192
- "required": true,
1193
- "summary": "dataflow ID",
1194
- "hasDynamicHelp": false,
1195
- "multiple": false,
1196
- "type": "option"
1197
1215
  }
1198
1216
  },
1199
1217
  "hasDynamicHelp": true,
1200
1218
  "hiddenAliases": [],
1201
- "id": "analytics:dataflow:start",
1219
+ "id": "analytics:autoinstall:list",
1202
1220
  "pluginAlias": "@salesforce/analytics",
1203
1221
  "pluginName": "@salesforce/analytics",
1204
1222
  "pluginType": "core",
1205
1223
  "strict": true,
1206
- "summary": "start Analytics dataflows",
1224
+ "summary": "list Analytics auto-install requests",
1207
1225
  "enableJsonFlag": true,
1208
1226
  "isESM": true,
1209
1227
  "relativePath": [
1210
1228
  "lib",
1211
1229
  "commands",
1212
1230
  "analytics",
1213
- "dataflow",
1214
- "start.js"
1231
+ "autoinstall",
1232
+ "list.js"
1215
1233
  ]
1216
1234
  },
1217
- "analytics:dataflow:update": {
1235
+ "analytics:dataflow:list": {
1218
1236
  "aliases": [],
1219
1237
  "args": {},
1220
- "description": "Update an Analytics dataflow in the specified target org.",
1238
+ "description": "Lists Analytics dataflows in the specified target org.",
1221
1239
  "examples": [
1222
- "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1240
+ "$ sfdx analytics:dataflow:list"
1223
1241
  ],
1224
1242
  "flags": {
1225
1243
  "json": {
@@ -1264,44 +1282,16 @@
1264
1282
  "hasDynamicHelp": false,
1265
1283
  "multiple": false,
1266
1284
  "type": "option"
1267
- },
1268
- "dataflowid": {
1269
- "char": "i",
1270
- "description": "The ID of the dataflow to update.",
1271
- "name": "dataflowid",
1272
- "required": true,
1273
- "summary": "dataflow ID",
1274
- "hasDynamicHelp": false,
1275
- "multiple": false,
1276
- "type": "option"
1277
- },
1278
- "dataflowfile": {
1279
- "char": "f",
1280
- "description": "The JSON of the dataflow to update.",
1281
- "name": "dataflowfile",
1282
- "summary": "dataflow JSON file",
1283
- "hasDynamicHelp": false,
1284
- "multiple": false,
1285
- "type": "option"
1286
- },
1287
- "dataflowstr": {
1288
- "char": "s",
1289
- "description": "The JSON string of the dataflow to update.",
1290
- "name": "dataflowstr",
1291
- "summary": "dataflow JSON string",
1292
- "hasDynamicHelp": false,
1293
- "multiple": false,
1294
- "type": "option"
1295
1285
  }
1296
1286
  },
1297
1287
  "hasDynamicHelp": true,
1298
1288
  "hiddenAliases": [],
1299
- "id": "analytics:dataflow:update",
1289
+ "id": "analytics:dataflow:list",
1300
1290
  "pluginAlias": "@salesforce/analytics",
1301
1291
  "pluginName": "@salesforce/analytics",
1302
1292
  "pluginType": "core",
1303
1293
  "strict": true,
1304
- "summary": "update Analytics dataflow",
1294
+ "summary": "list Analytics dataflows",
1305
1295
  "enableJsonFlag": true,
1306
1296
  "isESM": true,
1307
1297
  "relativePath": [
@@ -1309,15 +1299,15 @@
1309
1299
  "commands",
1310
1300
  "analytics",
1311
1301
  "dataflow",
1312
- "update.js"
1302
+ "list.js"
1313
1303
  ]
1314
1304
  },
1315
- "analytics:dashboard:list": {
1305
+ "analytics:dataflow:start": {
1316
1306
  "aliases": [],
1317
1307
  "args": {},
1318
- "description": "Lists Analytics dashboards in the specified target org.",
1308
+ "description": "Start an Analytics dataflow in the specified target org.",
1319
1309
  "examples": [
1320
- "$ sfdx analytics:dashboard:list"
1310
+ "$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
1321
1311
  ],
1322
1312
  "flags": {
1323
1313
  "json": {
@@ -1362,33 +1352,42 @@
1362
1352
  "hasDynamicHelp": false,
1363
1353
  "multiple": false,
1364
1354
  "type": "option"
1355
+ },
1356
+ "dataflowid": {
1357
+ "char": "i",
1358
+ "description": "The ID of the dataflow to update.",
1359
+ "name": "dataflowid",
1360
+ "required": true,
1361
+ "summary": "dataflow ID",
1362
+ "hasDynamicHelp": false,
1363
+ "multiple": false,
1364
+ "type": "option"
1365
1365
  }
1366
1366
  },
1367
1367
  "hasDynamicHelp": true,
1368
1368
  "hiddenAliases": [],
1369
- "id": "analytics:dashboard:list",
1369
+ "id": "analytics:dataflow:start",
1370
1370
  "pluginAlias": "@salesforce/analytics",
1371
1371
  "pluginName": "@salesforce/analytics",
1372
1372
  "pluginType": "core",
1373
1373
  "strict": true,
1374
- "summary": "list Analytics dashboards",
1374
+ "summary": "start Analytics dataflows",
1375
1375
  "enableJsonFlag": true,
1376
1376
  "isESM": true,
1377
1377
  "relativePath": [
1378
1378
  "lib",
1379
1379
  "commands",
1380
1380
  "analytics",
1381
- "dashboard",
1382
- "list.js"
1381
+ "dataflow",
1382
+ "start.js"
1383
1383
  ]
1384
1384
  },
1385
- "analytics:dashboard:update": {
1385
+ "analytics:dataflow:update": {
1386
1386
  "aliases": [],
1387
1387
  "args": {},
1388
- "description": "Updates a Analytics dashboard.",
1388
+ "description": "Update an Analytics dataflow in the specified target org.",
1389
1389
  "examples": [
1390
- "$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId",
1391
- "$ sfdx analytics:dashboard:update -i dashboardId -r"
1390
+ "$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
1392
1391
  ],
1393
1392
  "flags": {
1394
1393
  "json": {
@@ -1434,49 +1433,50 @@
1434
1433
  "multiple": false,
1435
1434
  "type": "option"
1436
1435
  },
1437
- "dashboardid": {
1436
+ "dataflowid": {
1438
1437
  "char": "i",
1439
- "description": "Dashboard ID.",
1440
- "name": "dashboardid",
1438
+ "description": "The ID of the dataflow to update.",
1439
+ "name": "dataflowid",
1441
1440
  "required": true,
1442
- "summary": "Dashboard ID",
1441
+ "summary": "dataflow ID",
1443
1442
  "hasDynamicHelp": false,
1444
1443
  "multiple": false,
1445
1444
  "type": "option"
1446
1445
  },
1447
- "currenthistoryid": {
1448
- "char": "y",
1449
- "description": "Current History ID to display.",
1450
- "name": "currenthistoryid",
1451
- "summary": "Current History ID to display",
1446
+ "dataflowfile": {
1447
+ "char": "f",
1448
+ "description": "The JSON of the dataflow to update.",
1449
+ "name": "dataflowfile",
1450
+ "summary": "dataflow JSON file",
1452
1451
  "hasDynamicHelp": false,
1453
1452
  "multiple": false,
1454
1453
  "type": "option"
1455
1454
  },
1456
- "removecurrenthistory": {
1457
- "char": "r",
1458
- "description": "Remove Current History ID from dashboard.",
1459
- "name": "removecurrenthistory",
1460
- "summary": "Remove Current History ID from dashboard",
1461
- "allowNo": false,
1462
- "type": "boolean"
1455
+ "dataflowstr": {
1456
+ "char": "s",
1457
+ "description": "The JSON string of the dataflow to update.",
1458
+ "name": "dataflowstr",
1459
+ "summary": "dataflow JSON string",
1460
+ "hasDynamicHelp": false,
1461
+ "multiple": false,
1462
+ "type": "option"
1463
1463
  }
1464
1464
  },
1465
1465
  "hasDynamicHelp": true,
1466
1466
  "hiddenAliases": [],
1467
- "id": "analytics:dashboard:update",
1467
+ "id": "analytics:dataflow:update",
1468
1468
  "pluginAlias": "@salesforce/analytics",
1469
1469
  "pluginName": "@salesforce/analytics",
1470
1470
  "pluginType": "core",
1471
1471
  "strict": true,
1472
- "summary": "updates a Analytics dashboard",
1472
+ "summary": "update Analytics dataflow",
1473
1473
  "enableJsonFlag": true,
1474
1474
  "isESM": true,
1475
1475
  "relativePath": [
1476
1476
  "lib",
1477
1477
  "commands",
1478
1478
  "analytics",
1479
- "dashboard",
1479
+ "dataflow",
1480
1480
  "update.js"
1481
1481
  ]
1482
1482
  },
@@ -2948,12 +2948,12 @@
2948
2948
  "list.js"
2949
2949
  ]
2950
2950
  },
2951
- "analytics:autoinstall:app:cancel": {
2951
+ "analytics:dashboard:history:list": {
2952
2952
  "aliases": [],
2953
2953
  "args": {},
2954
- "description": "Cancels app-auto install request",
2954
+ "description": "Lists history records for Analytics dashboards in the specified target org.",
2955
2955
  "examples": [
2956
- "$ sfdx analytics:autoinstall:app:cancel -i id"
2956
+ "$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
2957
2957
  ],
2958
2958
  "flags": {
2959
2959
  "json": {
@@ -2999,12 +2999,193 @@
2999
2999
  "multiple": false,
3000
3000
  "type": "option"
3001
3001
  },
3002
- "autoinstallid": {
3002
+ "dashboardid": {
3003
3003
  "char": "i",
3004
- "description": "ID of the auto-install request.",
3005
- "name": "autoinstallid",
3004
+ "description": "The ID of the dashboard to show history records.",
3005
+ "name": "dashboardid",
3006
3006
  "required": true,
3007
- "summary": "auto-install request ID",
3007
+ "summary": "dashboard ID",
3008
+ "hasDynamicHelp": false,
3009
+ "multiple": false,
3010
+ "type": "option"
3011
+ }
3012
+ },
3013
+ "hasDynamicHelp": true,
3014
+ "hiddenAliases": [],
3015
+ "id": "analytics:dashboard:history:list",
3016
+ "pluginAlias": "@salesforce/analytics",
3017
+ "pluginName": "@salesforce/analytics",
3018
+ "pluginType": "core",
3019
+ "strict": true,
3020
+ "summary": "list history records for Analytics dashboards",
3021
+ "enableJsonFlag": true,
3022
+ "isESM": true,
3023
+ "relativePath": [
3024
+ "lib",
3025
+ "commands",
3026
+ "analytics",
3027
+ "dashboard",
3028
+ "history",
3029
+ "list.js"
3030
+ ]
3031
+ },
3032
+ "analytics:dashboard:history:revert": {
3033
+ "aliases": [],
3034
+ "args": {},
3035
+ "description": "Revert to a specified history record.",
3036
+ "examples": [
3037
+ "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
3038
+ ],
3039
+ "flags": {
3040
+ "json": {
3041
+ "description": "Format output as json.",
3042
+ "helpGroup": "GLOBAL",
3043
+ "name": "json",
3044
+ "allowNo": false,
3045
+ "type": "boolean"
3046
+ },
3047
+ "loglevel": {
3048
+ "deprecated": {
3049
+ "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."
3050
+ },
3051
+ "hidden": true,
3052
+ "name": "loglevel",
3053
+ "hasDynamicHelp": false,
3054
+ "multiple": false,
3055
+ "type": "option"
3056
+ },
3057
+ "target-org": {
3058
+ "aliases": [
3059
+ "targetusername",
3060
+ "u"
3061
+ ],
3062
+ "char": "o",
3063
+ "deprecateAliases": true,
3064
+ "name": "target-org",
3065
+ "noCacheDefault": true,
3066
+ "required": true,
3067
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3068
+ "hasDynamicHelp": true,
3069
+ "multiple": false,
3070
+ "type": "option"
3071
+ },
3072
+ "api-version": {
3073
+ "aliases": [
3074
+ "apiversion"
3075
+ ],
3076
+ "deprecateAliases": true,
3077
+ "description": "Override the api version used for api requests made by this command",
3078
+ "name": "api-version",
3079
+ "hasDynamicHelp": false,
3080
+ "multiple": false,
3081
+ "type": "option"
3082
+ },
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",
3089
+ "hasDynamicHelp": false,
3090
+ "multiple": false,
3091
+ "type": "option"
3092
+ },
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",
3099
+ "hasDynamicHelp": false,
3100
+ "multiple": false,
3101
+ "type": "option"
3102
+ },
3103
+ "label": {
3104
+ "char": "l",
3105
+ "description": "Label for new reverted history record.",
3106
+ "name": "label",
3107
+ "summary": "label for new reverted history record",
3108
+ "hasDynamicHelp": false,
3109
+ "multiple": false,
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"
3146
+ },
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",
3008
3189
  "hasDynamicHelp": false,
3009
3190
  "multiple": false,
3010
3191
  "type": "option"
@@ -3449,187 +3630,6 @@
3449
3630
  "update.js"
3450
3631
  ]
3451
3632
  },
3452
- "analytics:dataflow:history:list": {
3453
- "aliases": [],
3454
- "args": {},
3455
- "description": "Lists history records for Analytics dataflows in the specified target org.",
3456
- "examples": [
3457
- "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
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
- "dataflowid": {
3504
- "char": "i",
3505
- "description": "The ID of the dataflow to show history records.",
3506
- "name": "dataflowid",
3507
- "required": true,
3508
- "summary": "dataflow ID",
3509
- "hasDynamicHelp": false,
3510
- "multiple": false,
3511
- "type": "option"
3512
- }
3513
- },
3514
- "hasDynamicHelp": true,
3515
- "hiddenAliases": [],
3516
- "id": "analytics:dataflow:history:list",
3517
- "pluginAlias": "@salesforce/analytics",
3518
- "pluginName": "@salesforce/analytics",
3519
- "pluginType": "core",
3520
- "strict": true,
3521
- "summary": "list history records for Analytics dataflows",
3522
- "enableJsonFlag": true,
3523
- "isESM": true,
3524
- "relativePath": [
3525
- "lib",
3526
- "commands",
3527
- "analytics",
3528
- "dataflow",
3529
- "history",
3530
- "list.js"
3531
- ]
3532
- },
3533
- "analytics:dataflow:history:revert": {
3534
- "aliases": [],
3535
- "args": {},
3536
- "description": "Revert to a specified history record.",
3537
- "examples": [
3538
- "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
3539
- ],
3540
- "flags": {
3541
- "json": {
3542
- "description": "Format output as json.",
3543
- "helpGroup": "GLOBAL",
3544
- "name": "json",
3545
- "allowNo": false,
3546
- "type": "boolean"
3547
- },
3548
- "loglevel": {
3549
- "deprecated": {
3550
- "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."
3551
- },
3552
- "hidden": true,
3553
- "name": "loglevel",
3554
- "hasDynamicHelp": false,
3555
- "multiple": false,
3556
- "type": "option"
3557
- },
3558
- "target-org": {
3559
- "aliases": [
3560
- "targetusername",
3561
- "u"
3562
- ],
3563
- "char": "o",
3564
- "deprecateAliases": true,
3565
- "name": "target-org",
3566
- "noCacheDefault": true,
3567
- "required": true,
3568
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3569
- "hasDynamicHelp": true,
3570
- "multiple": false,
3571
- "type": "option"
3572
- },
3573
- "api-version": {
3574
- "aliases": [
3575
- "apiversion"
3576
- ],
3577
- "deprecateAliases": true,
3578
- "description": "Override the api version used for api requests made by this command",
3579
- "name": "api-version",
3580
- "hasDynamicHelp": false,
3581
- "multiple": false,
3582
- "type": "option"
3583
- },
3584
- "dataflowid": {
3585
- "char": "i",
3586
- "description": "The ID of the dataflow to show history records.",
3587
- "name": "dataflowid",
3588
- "required": true,
3589
- "summary": "dataflow ID",
3590
- "hasDynamicHelp": false,
3591
- "multiple": false,
3592
- "type": "option"
3593
- },
3594
- "historyid": {
3595
- "char": "y",
3596
- "description": "The ID of the dataflow history record.",
3597
- "name": "historyid",
3598
- "required": true,
3599
- "summary": "dataflow history ID",
3600
- "hasDynamicHelp": false,
3601
- "multiple": false,
3602
- "type": "option"
3603
- },
3604
- "label": {
3605
- "char": "l",
3606
- "description": "Label for new reverted history record.",
3607
- "name": "label",
3608
- "summary": "label for new reverted history record",
3609
- "hasDynamicHelp": false,
3610
- "multiple": false,
3611
- "type": "option"
3612
- }
3613
- },
3614
- "hasDynamicHelp": true,
3615
- "hiddenAliases": [],
3616
- "id": "analytics:dataflow:history:revert",
3617
- "pluginAlias": "@salesforce/analytics",
3618
- "pluginName": "@salesforce/analytics",
3619
- "pluginType": "core",
3620
- "strict": true,
3621
- "summary": "revert to specified history record",
3622
- "enableJsonFlag": true,
3623
- "isESM": true,
3624
- "relativePath": [
3625
- "lib",
3626
- "commands",
3627
- "analytics",
3628
- "dataflow",
3629
- "history",
3630
- "revert.js"
3631
- ]
3632
- },
3633
3633
  "analytics:dataflow:job:display": {
3634
3634
  "aliases": [],
3635
3635
  "args": {},
@@ -3873,12 +3873,12 @@
3873
3873
  "stop.js"
3874
3874
  ]
3875
3875
  },
3876
- "analytics:dashboard:history:list": {
3876
+ "analytics:dataflow:history:list": {
3877
3877
  "aliases": [],
3878
3878
  "args": {},
3879
- "description": "Lists history records for Analytics dashboards in the specified target org.",
3879
+ "description": "Lists history records for Analytics dataflows in the specified target org.",
3880
3880
  "examples": [
3881
- "$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"
3881
+ "$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
3882
3882
  ],
3883
3883
  "flags": {
3884
3884
  "json": {
@@ -3924,12 +3924,12 @@
3924
3924
  "multiple": false,
3925
3925
  "type": "option"
3926
3926
  },
3927
- "dashboardid": {
3927
+ "dataflowid": {
3928
3928
  "char": "i",
3929
- "description": "The ID of the dashboard to show history records.",
3930
- "name": "dashboardid",
3929
+ "description": "The ID of the dataflow to show history records.",
3930
+ "name": "dataflowid",
3931
3931
  "required": true,
3932
- "summary": "dashboard ID",
3932
+ "summary": "dataflow ID",
3933
3933
  "hasDynamicHelp": false,
3934
3934
  "multiple": false,
3935
3935
  "type": "option"
@@ -3937,29 +3937,29 @@
3937
3937
  },
3938
3938
  "hasDynamicHelp": true,
3939
3939
  "hiddenAliases": [],
3940
- "id": "analytics:dashboard:history:list",
3940
+ "id": "analytics:dataflow:history:list",
3941
3941
  "pluginAlias": "@salesforce/analytics",
3942
3942
  "pluginName": "@salesforce/analytics",
3943
3943
  "pluginType": "core",
3944
3944
  "strict": true,
3945
- "summary": "list history records for Analytics dashboards",
3945
+ "summary": "list history records for Analytics dataflows",
3946
3946
  "enableJsonFlag": true,
3947
3947
  "isESM": true,
3948
3948
  "relativePath": [
3949
3949
  "lib",
3950
3950
  "commands",
3951
3951
  "analytics",
3952
- "dashboard",
3952
+ "dataflow",
3953
3953
  "history",
3954
3954
  "list.js"
3955
3955
  ]
3956
3956
  },
3957
- "analytics:dashboard:history:revert": {
3957
+ "analytics:dataflow:history:revert": {
3958
3958
  "aliases": [],
3959
3959
  "args": {},
3960
3960
  "description": "Revert to a specified history record.",
3961
3961
  "examples": [
3962
- "$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "
3962
+ "$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
3963
3963
  ],
3964
3964
  "flags": {
3965
3965
  "json": {
@@ -4005,22 +4005,22 @@
4005
4005
  "multiple": false,
4006
4006
  "type": "option"
4007
4007
  },
4008
- "dashboardid": {
4008
+ "dataflowid": {
4009
4009
  "char": "i",
4010
- "description": "The ID of the dashboard to show history records.",
4011
- "name": "dashboardid",
4010
+ "description": "The ID of the dataflow to show history records.",
4011
+ "name": "dataflowid",
4012
4012
  "required": true,
4013
- "summary": "dashboard ID",
4013
+ "summary": "dataflow ID",
4014
4014
  "hasDynamicHelp": false,
4015
4015
  "multiple": false,
4016
4016
  "type": "option"
4017
4017
  },
4018
4018
  "historyid": {
4019
4019
  "char": "y",
4020
- "description": "The ID of the dashboard history records.",
4020
+ "description": "The ID of the dataflow history record.",
4021
4021
  "name": "historyid",
4022
4022
  "required": true,
4023
- "summary": "dashboard history ID",
4023
+ "summary": "dataflow history ID",
4024
4024
  "hasDynamicHelp": false,
4025
4025
  "multiple": false,
4026
4026
  "type": "option"
@@ -4037,7 +4037,7 @@
4037
4037
  },
4038
4038
  "hasDynamicHelp": true,
4039
4039
  "hiddenAliases": [],
4040
- "id": "analytics:dashboard:history:revert",
4040
+ "id": "analytics:dataflow:history:revert",
4041
4041
  "pluginAlias": "@salesforce/analytics",
4042
4042
  "pluginName": "@salesforce/analytics",
4043
4043
  "pluginType": "core",
@@ -4049,7 +4049,7 @@
4049
4049
  "lib",
4050
4050
  "commands",
4051
4051
  "analytics",
4052
- "dashboard",
4052
+ "dataflow",
4053
4053
  "history",
4054
4054
  "revert.js"
4055
4055
  ]
@@ -4362,5 +4362,5 @@
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.59"
4365
+ "version": "1.4.61"
4366
4366
  }