@salesforce/analytics 1.4.36 → 1.4.37
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 +584 -571
- package/oclif.lock +423 -319
- package/oclif.manifest.json +598 -598
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -289,165 +289,6 @@
|
|
|
289
289
|
"query.js"
|
|
290
290
|
]
|
|
291
291
|
},
|
|
292
|
-
"analytics:autoinstall:display": {
|
|
293
|
-
"aliases": [],
|
|
294
|
-
"args": {},
|
|
295
|
-
"description": "Displays a Analytics auto-install request details.",
|
|
296
|
-
"examples": [
|
|
297
|
-
"$ sfdx analytics:autoinstall:display -i id"
|
|
298
|
-
],
|
|
299
|
-
"flags": {
|
|
300
|
-
"json": {
|
|
301
|
-
"description": "Format output as json.",
|
|
302
|
-
"helpGroup": "GLOBAL",
|
|
303
|
-
"name": "json",
|
|
304
|
-
"allowNo": false,
|
|
305
|
-
"type": "boolean"
|
|
306
|
-
},
|
|
307
|
-
"loglevel": {
|
|
308
|
-
"deprecated": {
|
|
309
|
-
"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."
|
|
310
|
-
},
|
|
311
|
-
"hidden": true,
|
|
312
|
-
"name": "loglevel",
|
|
313
|
-
"hasDynamicHelp": false,
|
|
314
|
-
"multiple": false,
|
|
315
|
-
"type": "option"
|
|
316
|
-
},
|
|
317
|
-
"target-org": {
|
|
318
|
-
"aliases": [
|
|
319
|
-
"targetusername",
|
|
320
|
-
"u"
|
|
321
|
-
],
|
|
322
|
-
"char": "o",
|
|
323
|
-
"deprecateAliases": true,
|
|
324
|
-
"name": "target-org",
|
|
325
|
-
"noCacheDefault": true,
|
|
326
|
-
"required": true,
|
|
327
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
328
|
-
"hasDynamicHelp": true,
|
|
329
|
-
"multiple": false,
|
|
330
|
-
"type": "option"
|
|
331
|
-
},
|
|
332
|
-
"api-version": {
|
|
333
|
-
"aliases": [
|
|
334
|
-
"apiversion"
|
|
335
|
-
],
|
|
336
|
-
"deprecateAliases": true,
|
|
337
|
-
"description": "Override the api version used for api requests made by this command",
|
|
338
|
-
"name": "api-version",
|
|
339
|
-
"hasDynamicHelp": false,
|
|
340
|
-
"multiple": false,
|
|
341
|
-
"type": "option"
|
|
342
|
-
},
|
|
343
|
-
"autoinstallid": {
|
|
344
|
-
"char": "i",
|
|
345
|
-
"description": "ID of the auto-install request.",
|
|
346
|
-
"name": "autoinstallid",
|
|
347
|
-
"required": true,
|
|
348
|
-
"summary": "auto-install request ID",
|
|
349
|
-
"hasDynamicHelp": false,
|
|
350
|
-
"multiple": false,
|
|
351
|
-
"type": "option"
|
|
352
|
-
},
|
|
353
|
-
"applog": {
|
|
354
|
-
"char": "a",
|
|
355
|
-
"description": "Specify to include app log details.",
|
|
356
|
-
"name": "applog",
|
|
357
|
-
"required": false,
|
|
358
|
-
"summary": "specify to include app log details",
|
|
359
|
-
"allowNo": false,
|
|
360
|
-
"type": "boolean"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
"hasDynamicHelp": true,
|
|
364
|
-
"hiddenAliases": [],
|
|
365
|
-
"id": "analytics:autoinstall:display",
|
|
366
|
-
"pluginAlias": "@salesforce/analytics",
|
|
367
|
-
"pluginName": "@salesforce/analytics",
|
|
368
|
-
"pluginType": "core",
|
|
369
|
-
"strict": true,
|
|
370
|
-
"summary": "displays a Analytics auto-install request details",
|
|
371
|
-
"enableJsonFlag": true,
|
|
372
|
-
"isESM": true,
|
|
373
|
-
"relativePath": [
|
|
374
|
-
"lib",
|
|
375
|
-
"commands",
|
|
376
|
-
"analytics",
|
|
377
|
-
"autoinstall",
|
|
378
|
-
"display.js"
|
|
379
|
-
]
|
|
380
|
-
},
|
|
381
|
-
"analytics:autoinstall:list": {
|
|
382
|
-
"aliases": [],
|
|
383
|
-
"args": {},
|
|
384
|
-
"description": "Lists Analytics auto-install requests in the specified target org.",
|
|
385
|
-
"examples": [
|
|
386
|
-
"$ sfdx analytics:autoinstall:list"
|
|
387
|
-
],
|
|
388
|
-
"flags": {
|
|
389
|
-
"json": {
|
|
390
|
-
"description": "Format output as json.",
|
|
391
|
-
"helpGroup": "GLOBAL",
|
|
392
|
-
"name": "json",
|
|
393
|
-
"allowNo": false,
|
|
394
|
-
"type": "boolean"
|
|
395
|
-
},
|
|
396
|
-
"loglevel": {
|
|
397
|
-
"deprecated": {
|
|
398
|
-
"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."
|
|
399
|
-
},
|
|
400
|
-
"hidden": true,
|
|
401
|
-
"name": "loglevel",
|
|
402
|
-
"hasDynamicHelp": false,
|
|
403
|
-
"multiple": false,
|
|
404
|
-
"type": "option"
|
|
405
|
-
},
|
|
406
|
-
"target-org": {
|
|
407
|
-
"aliases": [
|
|
408
|
-
"targetusername",
|
|
409
|
-
"u"
|
|
410
|
-
],
|
|
411
|
-
"char": "o",
|
|
412
|
-
"deprecateAliases": true,
|
|
413
|
-
"name": "target-org",
|
|
414
|
-
"noCacheDefault": true,
|
|
415
|
-
"required": true,
|
|
416
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
417
|
-
"hasDynamicHelp": true,
|
|
418
|
-
"multiple": false,
|
|
419
|
-
"type": "option"
|
|
420
|
-
},
|
|
421
|
-
"api-version": {
|
|
422
|
-
"aliases": [
|
|
423
|
-
"apiversion"
|
|
424
|
-
],
|
|
425
|
-
"deprecateAliases": true,
|
|
426
|
-
"description": "Override the api version used for api requests made by this command",
|
|
427
|
-
"name": "api-version",
|
|
428
|
-
"hasDynamicHelp": false,
|
|
429
|
-
"multiple": false,
|
|
430
|
-
"type": "option"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"hasDynamicHelp": true,
|
|
434
|
-
"hiddenAliases": [],
|
|
435
|
-
"id": "analytics:autoinstall:list",
|
|
436
|
-
"pluginAlias": "@salesforce/analytics",
|
|
437
|
-
"pluginName": "@salesforce/analytics",
|
|
438
|
-
"pluginType": "core",
|
|
439
|
-
"strict": true,
|
|
440
|
-
"summary": "list Analytics auto-install requests",
|
|
441
|
-
"enableJsonFlag": true,
|
|
442
|
-
"isESM": true,
|
|
443
|
-
"relativePath": [
|
|
444
|
-
"lib",
|
|
445
|
-
"commands",
|
|
446
|
-
"analytics",
|
|
447
|
-
"autoinstall",
|
|
448
|
-
"list.js"
|
|
449
|
-
]
|
|
450
|
-
},
|
|
451
292
|
"analytics:app:create": {
|
|
452
293
|
"aliases": [],
|
|
453
294
|
"args": {},
|
|
@@ -1064,12 +905,12 @@
|
|
|
1064
905
|
"update.js"
|
|
1065
906
|
]
|
|
1066
907
|
},
|
|
1067
|
-
"analytics:
|
|
908
|
+
"analytics:autoinstall:display": {
|
|
1068
909
|
"aliases": [],
|
|
1069
910
|
"args": {},
|
|
1070
|
-
"description": "
|
|
911
|
+
"description": "Displays a Analytics auto-install request details.",
|
|
1071
912
|
"examples": [
|
|
1072
|
-
"$ sfdx analytics:
|
|
913
|
+
"$ sfdx analytics:autoinstall:display -i id"
|
|
1073
914
|
],
|
|
1074
915
|
"flags": {
|
|
1075
916
|
"json": {
|
|
@@ -1114,33 +955,51 @@
|
|
|
1114
955
|
"hasDynamicHelp": false,
|
|
1115
956
|
"multiple": false,
|
|
1116
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"
|
|
1117
977
|
}
|
|
1118
978
|
},
|
|
1119
979
|
"hasDynamicHelp": true,
|
|
1120
980
|
"hiddenAliases": [],
|
|
1121
|
-
"id": "analytics:
|
|
981
|
+
"id": "analytics:autoinstall:display",
|
|
1122
982
|
"pluginAlias": "@salesforce/analytics",
|
|
1123
983
|
"pluginName": "@salesforce/analytics",
|
|
1124
984
|
"pluginType": "core",
|
|
1125
985
|
"strict": true,
|
|
1126
|
-
"summary": "
|
|
986
|
+
"summary": "displays a Analytics auto-install request details",
|
|
1127
987
|
"enableJsonFlag": true,
|
|
1128
988
|
"isESM": true,
|
|
1129
989
|
"relativePath": [
|
|
1130
990
|
"lib",
|
|
1131
991
|
"commands",
|
|
1132
992
|
"analytics",
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
993
|
+
"autoinstall",
|
|
994
|
+
"display.js"
|
|
1135
995
|
]
|
|
1136
996
|
},
|
|
1137
|
-
"analytics:
|
|
997
|
+
"analytics:autoinstall:list": {
|
|
1138
998
|
"aliases": [],
|
|
1139
999
|
"args": {},
|
|
1140
|
-
"description": "
|
|
1000
|
+
"description": "Lists Analytics auto-install requests in the specified target org.",
|
|
1141
1001
|
"examples": [
|
|
1142
|
-
"$ sfdx analytics:
|
|
1143
|
-
"$ sfdx analytics:dashboard:update -i dashboardId -r"
|
|
1002
|
+
"$ sfdx analytics:autoinstall:list"
|
|
1144
1003
|
],
|
|
1145
1004
|
"flags": {
|
|
1146
1005
|
"json": {
|
|
@@ -1185,59 +1044,32 @@
|
|
|
1185
1044
|
"hasDynamicHelp": false,
|
|
1186
1045
|
"multiple": false,
|
|
1187
1046
|
"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
1047
|
}
|
|
1216
1048
|
},
|
|
1217
1049
|
"hasDynamicHelp": true,
|
|
1218
1050
|
"hiddenAliases": [],
|
|
1219
|
-
"id": "analytics:
|
|
1051
|
+
"id": "analytics:autoinstall:list",
|
|
1220
1052
|
"pluginAlias": "@salesforce/analytics",
|
|
1221
1053
|
"pluginName": "@salesforce/analytics",
|
|
1222
1054
|
"pluginType": "core",
|
|
1223
1055
|
"strict": true,
|
|
1224
|
-
"summary": "
|
|
1056
|
+
"summary": "list Analytics auto-install requests",
|
|
1225
1057
|
"enableJsonFlag": true,
|
|
1226
1058
|
"isESM": true,
|
|
1227
1059
|
"relativePath": [
|
|
1228
1060
|
"lib",
|
|
1229
1061
|
"commands",
|
|
1230
1062
|
"analytics",
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1063
|
+
"autoinstall",
|
|
1064
|
+
"list.js"
|
|
1233
1065
|
]
|
|
1234
1066
|
},
|
|
1235
|
-
"analytics:
|
|
1067
|
+
"analytics:dashboard:list": {
|
|
1236
1068
|
"aliases": [],
|
|
1237
1069
|
"args": {},
|
|
1238
|
-
"description": "Lists Analytics
|
|
1070
|
+
"description": "Lists Analytics dashboards in the specified target org.",
|
|
1239
1071
|
"examples": [
|
|
1240
|
-
"$ sfdx analytics:
|
|
1072
|
+
"$ sfdx analytics:dashboard:list"
|
|
1241
1073
|
],
|
|
1242
1074
|
"flags": {
|
|
1243
1075
|
"json": {
|
|
@@ -1286,28 +1118,29 @@
|
|
|
1286
1118
|
},
|
|
1287
1119
|
"hasDynamicHelp": true,
|
|
1288
1120
|
"hiddenAliases": [],
|
|
1289
|
-
"id": "analytics:
|
|
1121
|
+
"id": "analytics:dashboard:list",
|
|
1290
1122
|
"pluginAlias": "@salesforce/analytics",
|
|
1291
1123
|
"pluginName": "@salesforce/analytics",
|
|
1292
1124
|
"pluginType": "core",
|
|
1293
1125
|
"strict": true,
|
|
1294
|
-
"summary": "list Analytics
|
|
1126
|
+
"summary": "list Analytics dashboards",
|
|
1295
1127
|
"enableJsonFlag": true,
|
|
1296
1128
|
"isESM": true,
|
|
1297
1129
|
"relativePath": [
|
|
1298
1130
|
"lib",
|
|
1299
1131
|
"commands",
|
|
1300
1132
|
"analytics",
|
|
1301
|
-
"
|
|
1133
|
+
"dashboard",
|
|
1302
1134
|
"list.js"
|
|
1303
1135
|
]
|
|
1304
1136
|
},
|
|
1305
|
-
"analytics:
|
|
1137
|
+
"analytics:dashboard:update": {
|
|
1306
1138
|
"aliases": [],
|
|
1307
1139
|
"args": {},
|
|
1308
|
-
"description": "
|
|
1140
|
+
"description": "Updates a Analytics dashboard.",
|
|
1309
1141
|
"examples": [
|
|
1310
|
-
"$ sfdx analytics:
|
|
1142
|
+
"$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId",
|
|
1143
|
+
"$ sfdx analytics:dashboard:update -i dashboardId -r"
|
|
1311
1144
|
],
|
|
1312
1145
|
"flags": {
|
|
1313
1146
|
"json": {
|
|
@@ -1353,41 +1186,58 @@
|
|
|
1353
1186
|
"multiple": false,
|
|
1354
1187
|
"type": "option"
|
|
1355
1188
|
},
|
|
1356
|
-
"
|
|
1189
|
+
"dashboardid": {
|
|
1357
1190
|
"char": "i",
|
|
1358
|
-
"description": "
|
|
1359
|
-
"name": "
|
|
1191
|
+
"description": "Dashboard ID.",
|
|
1192
|
+
"name": "dashboardid",
|
|
1360
1193
|
"required": true,
|
|
1361
|
-
"summary": "
|
|
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",
|
|
1362
1204
|
"hasDynamicHelp": false,
|
|
1363
1205
|
"multiple": false,
|
|
1364
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"
|
|
1365
1215
|
}
|
|
1366
1216
|
},
|
|
1367
1217
|
"hasDynamicHelp": true,
|
|
1368
1218
|
"hiddenAliases": [],
|
|
1369
|
-
"id": "analytics:
|
|
1219
|
+
"id": "analytics:dashboard:update",
|
|
1370
1220
|
"pluginAlias": "@salesforce/analytics",
|
|
1371
1221
|
"pluginName": "@salesforce/analytics",
|
|
1372
1222
|
"pluginType": "core",
|
|
1373
1223
|
"strict": true,
|
|
1374
|
-
"summary": "
|
|
1224
|
+
"summary": "updates a Analytics dashboard",
|
|
1375
1225
|
"enableJsonFlag": true,
|
|
1376
1226
|
"isESM": true,
|
|
1377
1227
|
"relativePath": [
|
|
1378
1228
|
"lib",
|
|
1379
1229
|
"commands",
|
|
1380
1230
|
"analytics",
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1231
|
+
"dashboard",
|
|
1232
|
+
"update.js"
|
|
1383
1233
|
]
|
|
1384
1234
|
},
|
|
1385
|
-
"analytics:dataflow:
|
|
1235
|
+
"analytics:dataflow:list": {
|
|
1386
1236
|
"aliases": [],
|
|
1387
1237
|
"args": {},
|
|
1388
|
-
"description": "
|
|
1238
|
+
"description": "Lists Analytics dataflows in the specified target org.",
|
|
1389
1239
|
"examples": [
|
|
1390
|
-
"$ sfdx analytics:dataflow:
|
|
1240
|
+
"$ sfdx analytics:dataflow:list"
|
|
1391
1241
|
],
|
|
1392
1242
|
"flags": {
|
|
1393
1243
|
"json": {
|
|
@@ -1432,44 +1282,16 @@
|
|
|
1432
1282
|
"hasDynamicHelp": false,
|
|
1433
1283
|
"multiple": false,
|
|
1434
1284
|
"type": "option"
|
|
1435
|
-
},
|
|
1436
|
-
"dataflowid": {
|
|
1437
|
-
"char": "i",
|
|
1438
|
-
"description": "The ID of the dataflow to update.",
|
|
1439
|
-
"name": "dataflowid",
|
|
1440
|
-
"required": true,
|
|
1441
|
-
"summary": "dataflow ID",
|
|
1442
|
-
"hasDynamicHelp": false,
|
|
1443
|
-
"multiple": false,
|
|
1444
|
-
"type": "option"
|
|
1445
|
-
},
|
|
1446
|
-
"dataflowfile": {
|
|
1447
|
-
"char": "f",
|
|
1448
|
-
"description": "The JSON of the dataflow to update.",
|
|
1449
|
-
"name": "dataflowfile",
|
|
1450
|
-
"summary": "dataflow JSON file",
|
|
1451
|
-
"hasDynamicHelp": false,
|
|
1452
|
-
"multiple": false,
|
|
1453
|
-
"type": "option"
|
|
1454
|
-
},
|
|
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
1285
|
}
|
|
1464
1286
|
},
|
|
1465
1287
|
"hasDynamicHelp": true,
|
|
1466
1288
|
"hiddenAliases": [],
|
|
1467
|
-
"id": "analytics:dataflow:
|
|
1289
|
+
"id": "analytics:dataflow:list",
|
|
1468
1290
|
"pluginAlias": "@salesforce/analytics",
|
|
1469
1291
|
"pluginName": "@salesforce/analytics",
|
|
1470
1292
|
"pluginType": "core",
|
|
1471
1293
|
"strict": true,
|
|
1472
|
-
"summary": "
|
|
1294
|
+
"summary": "list Analytics dataflows",
|
|
1473
1295
|
"enableJsonFlag": true,
|
|
1474
1296
|
"isESM": true,
|
|
1475
1297
|
"relativePath": [
|
|
@@ -1477,16 +1299,15 @@
|
|
|
1477
1299
|
"commands",
|
|
1478
1300
|
"analytics",
|
|
1479
1301
|
"dataflow",
|
|
1480
|
-
"
|
|
1302
|
+
"list.js"
|
|
1481
1303
|
]
|
|
1482
1304
|
},
|
|
1483
|
-
"analytics:
|
|
1305
|
+
"analytics:dataflow:start": {
|
|
1484
1306
|
"aliases": [],
|
|
1485
1307
|
"args": {},
|
|
1486
|
-
"description": "
|
|
1308
|
+
"description": "Start an Analytics dataflow in the specified target org.",
|
|
1487
1309
|
"examples": [
|
|
1488
|
-
"$ sfdx analytics:
|
|
1489
|
-
"$ sfdx analytics:dataset:display -n datasetApiName"
|
|
1310
|
+
"$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
|
|
1490
1311
|
],
|
|
1491
1312
|
"flags": {
|
|
1492
1313
|
"json": {
|
|
@@ -1532,26 +1353,12 @@
|
|
|
1532
1353
|
"multiple": false,
|
|
1533
1354
|
"type": "option"
|
|
1534
1355
|
},
|
|
1535
|
-
"
|
|
1356
|
+
"dataflowid": {
|
|
1536
1357
|
"char": "i",
|
|
1537
|
-
"description": "
|
|
1538
|
-
"
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
"name": "datasetid",
|
|
1542
|
-
"summary": "dataset ID",
|
|
1543
|
-
"hasDynamicHelp": false,
|
|
1544
|
-
"multiple": false,
|
|
1545
|
-
"type": "option"
|
|
1546
|
-
},
|
|
1547
|
-
"datasetname": {
|
|
1548
|
-
"char": "n",
|
|
1549
|
-
"description": "Dataset api name.",
|
|
1550
|
-
"exclusive": [
|
|
1551
|
-
"datasetid"
|
|
1552
|
-
],
|
|
1553
|
-
"name": "datasetname",
|
|
1554
|
-
"summary": "dataset api name",
|
|
1358
|
+
"description": "The ID of the dataflow to update.",
|
|
1359
|
+
"name": "dataflowid",
|
|
1360
|
+
"required": true,
|
|
1361
|
+
"summary": "dataflow ID",
|
|
1555
1362
|
"hasDynamicHelp": false,
|
|
1556
1363
|
"multiple": false,
|
|
1557
1364
|
"type": "option"
|
|
@@ -1559,28 +1366,28 @@
|
|
|
1559
1366
|
},
|
|
1560
1367
|
"hasDynamicHelp": true,
|
|
1561
1368
|
"hiddenAliases": [],
|
|
1562
|
-
"id": "analytics:
|
|
1369
|
+
"id": "analytics:dataflow:start",
|
|
1563
1370
|
"pluginAlias": "@salesforce/analytics",
|
|
1564
1371
|
"pluginName": "@salesforce/analytics",
|
|
1565
1372
|
"pluginType": "core",
|
|
1566
1373
|
"strict": true,
|
|
1567
|
-
"summary": "
|
|
1374
|
+
"summary": "start Analytics dataflows",
|
|
1568
1375
|
"enableJsonFlag": true,
|
|
1569
1376
|
"isESM": true,
|
|
1570
1377
|
"relativePath": [
|
|
1571
1378
|
"lib",
|
|
1572
1379
|
"commands",
|
|
1573
1380
|
"analytics",
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1381
|
+
"dataflow",
|
|
1382
|
+
"start.js"
|
|
1576
1383
|
]
|
|
1577
1384
|
},
|
|
1578
|
-
"analytics:
|
|
1385
|
+
"analytics:dataflow:update": {
|
|
1579
1386
|
"aliases": [],
|
|
1580
1387
|
"args": {},
|
|
1581
|
-
"description": "
|
|
1388
|
+
"description": "Update an Analytics dataflow in the specified target org.",
|
|
1582
1389
|
"examples": [
|
|
1583
|
-
"$ sfdx analytics:
|
|
1390
|
+
"$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
|
|
1584
1391
|
],
|
|
1585
1392
|
"flags": {
|
|
1586
1393
|
"json": {
|
|
@@ -1625,32 +1432,61 @@
|
|
|
1625
1432
|
"hasDynamicHelp": false,
|
|
1626
1433
|
"multiple": false,
|
|
1627
1434
|
"type": "option"
|
|
1435
|
+
},
|
|
1436
|
+
"dataflowid": {
|
|
1437
|
+
"char": "i",
|
|
1438
|
+
"description": "The ID of the dataflow to update.",
|
|
1439
|
+
"name": "dataflowid",
|
|
1440
|
+
"required": true,
|
|
1441
|
+
"summary": "dataflow ID",
|
|
1442
|
+
"hasDynamicHelp": false,
|
|
1443
|
+
"multiple": false,
|
|
1444
|
+
"type": "option"
|
|
1445
|
+
},
|
|
1446
|
+
"dataflowfile": {
|
|
1447
|
+
"char": "f",
|
|
1448
|
+
"description": "The JSON of the dataflow to update.",
|
|
1449
|
+
"name": "dataflowfile",
|
|
1450
|
+
"summary": "dataflow JSON file",
|
|
1451
|
+
"hasDynamicHelp": false,
|
|
1452
|
+
"multiple": false,
|
|
1453
|
+
"type": "option"
|
|
1454
|
+
},
|
|
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"
|
|
1628
1463
|
}
|
|
1629
1464
|
},
|
|
1630
1465
|
"hasDynamicHelp": true,
|
|
1631
1466
|
"hiddenAliases": [],
|
|
1632
|
-
"id": "analytics:
|
|
1467
|
+
"id": "analytics:dataflow:update",
|
|
1633
1468
|
"pluginAlias": "@salesforce/analytics",
|
|
1634
1469
|
"pluginName": "@salesforce/analytics",
|
|
1635
1470
|
"pluginType": "core",
|
|
1636
1471
|
"strict": true,
|
|
1637
|
-
"summary": "
|
|
1472
|
+
"summary": "update Analytics dataflow",
|
|
1638
1473
|
"enableJsonFlag": true,
|
|
1639
1474
|
"isESM": true,
|
|
1640
1475
|
"relativePath": [
|
|
1641
1476
|
"lib",
|
|
1642
1477
|
"commands",
|
|
1643
1478
|
"analytics",
|
|
1644
|
-
"
|
|
1645
|
-
"
|
|
1479
|
+
"dataflow",
|
|
1480
|
+
"update.js"
|
|
1646
1481
|
]
|
|
1647
1482
|
},
|
|
1648
|
-
"analytics:
|
|
1483
|
+
"analytics:dataset:display": {
|
|
1649
1484
|
"aliases": [],
|
|
1650
1485
|
"args": {},
|
|
1651
|
-
"description": "
|
|
1486
|
+
"description": "Displays a Analytics dataset's details.",
|
|
1652
1487
|
"examples": [
|
|
1653
|
-
"$ sfdx analytics:
|
|
1488
|
+
"$ sfdx analytics:dataset:display -i datasetId",
|
|
1489
|
+
"$ sfdx analytics:dataset:display -n datasetApiName"
|
|
1654
1490
|
],
|
|
1655
1491
|
"flags": {
|
|
1656
1492
|
"json": {
|
|
@@ -1695,32 +1531,56 @@
|
|
|
1695
1531
|
"hasDynamicHelp": false,
|
|
1696
1532
|
"multiple": false,
|
|
1697
1533
|
"type": "option"
|
|
1534
|
+
},
|
|
1535
|
+
"datasetid": {
|
|
1536
|
+
"char": "i",
|
|
1537
|
+
"description": "Dataset ID.",
|
|
1538
|
+
"exclusive": [
|
|
1539
|
+
"datasetname"
|
|
1540
|
+
],
|
|
1541
|
+
"name": "datasetid",
|
|
1542
|
+
"summary": "dataset ID",
|
|
1543
|
+
"hasDynamicHelp": false,
|
|
1544
|
+
"multiple": false,
|
|
1545
|
+
"type": "option"
|
|
1546
|
+
},
|
|
1547
|
+
"datasetname": {
|
|
1548
|
+
"char": "n",
|
|
1549
|
+
"description": "Dataset api name.",
|
|
1550
|
+
"exclusive": [
|
|
1551
|
+
"datasetid"
|
|
1552
|
+
],
|
|
1553
|
+
"name": "datasetname",
|
|
1554
|
+
"summary": "dataset api name",
|
|
1555
|
+
"hasDynamicHelp": false,
|
|
1556
|
+
"multiple": false,
|
|
1557
|
+
"type": "option"
|
|
1698
1558
|
}
|
|
1699
1559
|
},
|
|
1700
1560
|
"hasDynamicHelp": true,
|
|
1701
1561
|
"hiddenAliases": [],
|
|
1702
|
-
"id": "analytics:
|
|
1562
|
+
"id": "analytics:dataset:display",
|
|
1703
1563
|
"pluginAlias": "@salesforce/analytics",
|
|
1704
1564
|
"pluginName": "@salesforce/analytics",
|
|
1705
1565
|
"pluginType": "core",
|
|
1706
1566
|
"strict": true,
|
|
1707
|
-
"summary": "
|
|
1567
|
+
"summary": "displays a Analytics dataset's details",
|
|
1708
1568
|
"enableJsonFlag": true,
|
|
1709
1569
|
"isESM": true,
|
|
1710
1570
|
"relativePath": [
|
|
1711
1571
|
"lib",
|
|
1712
1572
|
"commands",
|
|
1713
1573
|
"analytics",
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1574
|
+
"dataset",
|
|
1575
|
+
"display.js"
|
|
1716
1576
|
]
|
|
1717
1577
|
},
|
|
1718
|
-
"analytics:
|
|
1578
|
+
"analytics:dataset:list": {
|
|
1719
1579
|
"aliases": [],
|
|
1720
1580
|
"args": {},
|
|
1721
|
-
"description": "Lists
|
|
1581
|
+
"description": "Lists Analytics datasets in the specified target org.",
|
|
1722
1582
|
"examples": [
|
|
1723
|
-
"$ sfdx analytics:
|
|
1583
|
+
"$ sfdx analytics:dataset:list"
|
|
1724
1584
|
],
|
|
1725
1585
|
"flags": {
|
|
1726
1586
|
"json": {
|
|
@@ -1769,28 +1629,28 @@
|
|
|
1769
1629
|
},
|
|
1770
1630
|
"hasDynamicHelp": true,
|
|
1771
1631
|
"hiddenAliases": [],
|
|
1772
|
-
"id": "analytics:
|
|
1632
|
+
"id": "analytics:dataset:list",
|
|
1773
1633
|
"pluginAlias": "@salesforce/analytics",
|
|
1774
1634
|
"pluginName": "@salesforce/analytics",
|
|
1775
1635
|
"pluginType": "core",
|
|
1776
1636
|
"strict": true,
|
|
1777
|
-
"summary": "list
|
|
1637
|
+
"summary": "list Analytics datasets",
|
|
1778
1638
|
"enableJsonFlag": true,
|
|
1779
1639
|
"isESM": true,
|
|
1780
1640
|
"relativePath": [
|
|
1781
1641
|
"lib",
|
|
1782
1642
|
"commands",
|
|
1783
1643
|
"analytics",
|
|
1784
|
-
"
|
|
1644
|
+
"dataset",
|
|
1785
1645
|
"list.js"
|
|
1786
1646
|
]
|
|
1787
1647
|
},
|
|
1788
|
-
"analytics:
|
|
1648
|
+
"analytics:lens:list": {
|
|
1789
1649
|
"aliases": [],
|
|
1790
1650
|
"args": {},
|
|
1791
|
-
"description": "
|
|
1651
|
+
"description": "Lists Analytics lenses in the specified target org.",
|
|
1792
1652
|
"examples": [
|
|
1793
|
-
"$ sfdx analytics:
|
|
1653
|
+
"$ sfdx analytics:lens:list"
|
|
1794
1654
|
],
|
|
1795
1655
|
"flags": {
|
|
1796
1656
|
"json": {
|
|
@@ -1835,34 +1695,24 @@
|
|
|
1835
1695
|
"hasDynamicHelp": false,
|
|
1836
1696
|
"multiple": false,
|
|
1837
1697
|
"type": "option"
|
|
1838
|
-
},
|
|
1839
|
-
"recipeid": {
|
|
1840
|
-
"char": "i",
|
|
1841
|
-
"description": "The ID of the recipe to update.",
|
|
1842
|
-
"name": "recipeid",
|
|
1843
|
-
"required": true,
|
|
1844
|
-
"summary": "recipe ID",
|
|
1845
|
-
"hasDynamicHelp": false,
|
|
1846
|
-
"multiple": false,
|
|
1847
|
-
"type": "option"
|
|
1848
1698
|
}
|
|
1849
1699
|
},
|
|
1850
1700
|
"hasDynamicHelp": true,
|
|
1851
1701
|
"hiddenAliases": [],
|
|
1852
|
-
"id": "analytics:
|
|
1702
|
+
"id": "analytics:lens:list",
|
|
1853
1703
|
"pluginAlias": "@salesforce/analytics",
|
|
1854
1704
|
"pluginName": "@salesforce/analytics",
|
|
1855
1705
|
"pluginType": "core",
|
|
1856
1706
|
"strict": true,
|
|
1857
|
-
"summary": "
|
|
1707
|
+
"summary": "list Analytics lenses",
|
|
1858
1708
|
"enableJsonFlag": true,
|
|
1859
1709
|
"isESM": true,
|
|
1860
1710
|
"relativePath": [
|
|
1861
1711
|
"lib",
|
|
1862
1712
|
"commands",
|
|
1863
1713
|
"analytics",
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
1714
|
+
"lens",
|
|
1715
|
+
"list.js"
|
|
1866
1716
|
]
|
|
1867
1717
|
},
|
|
1868
1718
|
"analytics:template:create": {
|
|
@@ -2606,12 +2456,12 @@
|
|
|
2606
2456
|
"validate.js"
|
|
2607
2457
|
]
|
|
2608
2458
|
},
|
|
2609
|
-
"analytics:
|
|
2459
|
+
"analytics:asset:publisher:create": {
|
|
2610
2460
|
"aliases": [],
|
|
2611
2461
|
"args": {},
|
|
2612
|
-
"description": "
|
|
2462
|
+
"description": "Create a publisher record for the Analytics asset.",
|
|
2613
2463
|
"examples": [
|
|
2614
|
-
"$ sfdx analytics:
|
|
2464
|
+
"$ sfdx analytics:asset:publisher:create -i assetId"
|
|
2615
2465
|
],
|
|
2616
2466
|
"flags": {
|
|
2617
2467
|
"json": {
|
|
@@ -2657,12 +2507,12 @@
|
|
|
2657
2507
|
"multiple": false,
|
|
2658
2508
|
"type": "option"
|
|
2659
2509
|
},
|
|
2660
|
-
"
|
|
2510
|
+
"assetid": {
|
|
2661
2511
|
"char": "i",
|
|
2662
|
-
"description": "ID
|
|
2663
|
-
"name": "
|
|
2512
|
+
"description": "Asset ID under development.",
|
|
2513
|
+
"name": "assetid",
|
|
2664
2514
|
"required": true,
|
|
2665
|
-
"summary": "
|
|
2515
|
+
"summary": "Asset ID under development",
|
|
2666
2516
|
"hasDynamicHelp": false,
|
|
2667
2517
|
"multiple": false,
|
|
2668
2518
|
"type": "option"
|
|
@@ -2670,30 +2520,29 @@
|
|
|
2670
2520
|
},
|
|
2671
2521
|
"hasDynamicHelp": true,
|
|
2672
2522
|
"hiddenAliases": [],
|
|
2673
|
-
"id": "analytics:
|
|
2523
|
+
"id": "analytics:asset:publisher:create",
|
|
2674
2524
|
"pluginAlias": "@salesforce/analytics",
|
|
2675
2525
|
"pluginName": "@salesforce/analytics",
|
|
2676
2526
|
"pluginType": "core",
|
|
2677
2527
|
"strict": true,
|
|
2678
|
-
"summary": "
|
|
2528
|
+
"summary": "create a publisher record for the Analytics asset",
|
|
2679
2529
|
"enableJsonFlag": true,
|
|
2680
2530
|
"isESM": true,
|
|
2681
2531
|
"relativePath": [
|
|
2682
2532
|
"lib",
|
|
2683
2533
|
"commands",
|
|
2684
2534
|
"analytics",
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2535
|
+
"asset",
|
|
2536
|
+
"publisher",
|
|
2537
|
+
"create.js"
|
|
2688
2538
|
]
|
|
2689
2539
|
},
|
|
2690
|
-
"analytics:
|
|
2540
|
+
"analytics:asset:publisher:delete": {
|
|
2691
2541
|
"aliases": [],
|
|
2692
2542
|
"args": {},
|
|
2693
|
-
"description": "
|
|
2543
|
+
"description": "Delete a Analytics asset publisher.",
|
|
2694
2544
|
"examples": [
|
|
2695
|
-
"$ sfdx analytics:
|
|
2696
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2545
|
+
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
2697
2546
|
],
|
|
2698
2547
|
"flags": {
|
|
2699
2548
|
"json": {
|
|
@@ -2739,129 +2588,52 @@
|
|
|
2739
2588
|
"multiple": false,
|
|
2740
2589
|
"type": "option"
|
|
2741
2590
|
},
|
|
2742
|
-
"
|
|
2743
|
-
"char": "
|
|
2744
|
-
"description": "
|
|
2745
|
-
"
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
"name": "templateid",
|
|
2749
|
-
"summary": "template ID",
|
|
2750
|
-
"hasDynamicHelp": false,
|
|
2751
|
-
"multiple": false,
|
|
2752
|
-
"type": "option"
|
|
2753
|
-
},
|
|
2754
|
-
"templatename": {
|
|
2755
|
-
"char": "n",
|
|
2756
|
-
"description": "The API name of the Analytics template.",
|
|
2757
|
-
"exclusive": [
|
|
2758
|
-
"templateid"
|
|
2759
|
-
],
|
|
2760
|
-
"name": "templatename",
|
|
2761
|
-
"summary": "template api name",
|
|
2762
|
-
"hasDynamicHelp": false,
|
|
2763
|
-
"multiple": false,
|
|
2764
|
-
"type": "option"
|
|
2765
|
-
},
|
|
2766
|
-
"appname": {
|
|
2767
|
-
"description": "The name of the created app.",
|
|
2768
|
-
"name": "appname",
|
|
2769
|
-
"summary": "app name",
|
|
2770
|
-
"hasDynamicHelp": false,
|
|
2771
|
-
"multiple": false,
|
|
2772
|
-
"type": "option"
|
|
2773
|
-
},
|
|
2774
|
-
"appdescription": {
|
|
2775
|
-
"description": "The description of the created app.",
|
|
2776
|
-
"name": "appdescription",
|
|
2777
|
-
"summary": "app description",
|
|
2778
|
-
"hasDynamicHelp": false,
|
|
2779
|
-
"multiple": false,
|
|
2780
|
-
"type": "option"
|
|
2781
|
-
},
|
|
2782
|
-
"appconfiguration": {
|
|
2783
|
-
"char": "c",
|
|
2784
|
-
"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",
|
|
2785
|
-
"exclusive": [
|
|
2786
|
-
"appname",
|
|
2787
|
-
"appdescription"
|
|
2788
|
-
],
|
|
2789
|
-
"name": "appconfiguration",
|
|
2790
|
-
"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",
|
|
2591
|
+
"id": {
|
|
2592
|
+
"char": "i",
|
|
2593
|
+
"description": "Asset Publisher ID under development.",
|
|
2594
|
+
"name": "id",
|
|
2595
|
+
"required": true,
|
|
2596
|
+
"summary": "Asset Publisher ID under development",
|
|
2791
2597
|
"hasDynamicHelp": false,
|
|
2792
2598
|
"multiple": false,
|
|
2793
2599
|
"type": "option"
|
|
2794
2600
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"description": "Only create the request, do not initially enqueue and start the request.",
|
|
2797
|
-
"hidden": true,
|
|
2798
|
-
"name": "noenqueue",
|
|
2799
|
-
"summary": "do not enqueue the request",
|
|
2800
|
-
"allowNo": false,
|
|
2801
|
-
"type": "boolean"
|
|
2802
|
-
},
|
|
2803
|
-
"async": {
|
|
2601
|
+
"assetid": {
|
|
2804
2602
|
"char": "a",
|
|
2805
|
-
"description": "
|
|
2806
|
-
"name": "
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
"type": "boolean"
|
|
2810
|
-
},
|
|
2811
|
-
"wait": {
|
|
2812
|
-
"char": "w",
|
|
2813
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2814
|
-
"name": "wait",
|
|
2815
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
2816
|
-
"default": 10,
|
|
2817
|
-
"hasDynamicHelp": false,
|
|
2818
|
-
"multiple": false,
|
|
2819
|
-
"type": "option"
|
|
2820
|
-
},
|
|
2821
|
-
"pollinterval": {
|
|
2822
|
-
"char": "p",
|
|
2823
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2824
|
-
"name": "pollinterval",
|
|
2825
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2826
|
-
"default": 5000,
|
|
2603
|
+
"description": "Asset ID under development.",
|
|
2604
|
+
"name": "assetid",
|
|
2605
|
+
"required": true,
|
|
2606
|
+
"summary": "Asset ID under development",
|
|
2827
2607
|
"hasDynamicHelp": false,
|
|
2828
2608
|
"multiple": false,
|
|
2829
2609
|
"type": "option"
|
|
2830
|
-
},
|
|
2831
|
-
"applog": {
|
|
2832
|
-
"description": "Specify to include app log details.",
|
|
2833
|
-
"name": "applog",
|
|
2834
|
-
"required": false,
|
|
2835
|
-
"summary": "specify to include app log details",
|
|
2836
|
-
"allowNo": false,
|
|
2837
|
-
"type": "boolean"
|
|
2838
2610
|
}
|
|
2839
2611
|
},
|
|
2840
2612
|
"hasDynamicHelp": true,
|
|
2841
2613
|
"hiddenAliases": [],
|
|
2842
|
-
"id": "analytics:
|
|
2614
|
+
"id": "analytics:asset:publisher:delete",
|
|
2843
2615
|
"pluginAlias": "@salesforce/analytics",
|
|
2844
2616
|
"pluginName": "@salesforce/analytics",
|
|
2845
2617
|
"pluginType": "core",
|
|
2846
2618
|
"strict": true,
|
|
2847
|
-
"summary": "
|
|
2619
|
+
"summary": "delete a Analytics asset publisher",
|
|
2848
2620
|
"enableJsonFlag": true,
|
|
2849
2621
|
"isESM": true,
|
|
2850
2622
|
"relativePath": [
|
|
2851
2623
|
"lib",
|
|
2852
2624
|
"commands",
|
|
2853
2625
|
"analytics",
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2626
|
+
"asset",
|
|
2627
|
+
"publisher",
|
|
2628
|
+
"delete.js"
|
|
2857
2629
|
]
|
|
2858
2630
|
},
|
|
2859
|
-
"analytics:
|
|
2631
|
+
"analytics:asset:publisher:deleteall": {
|
|
2860
2632
|
"aliases": [],
|
|
2861
2633
|
"args": {},
|
|
2862
|
-
"description": "
|
|
2634
|
+
"description": "Deletes Analytics asset publishers.",
|
|
2863
2635
|
"examples": [
|
|
2864
|
-
"$ sfdx analytics:
|
|
2636
|
+
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
2865
2637
|
],
|
|
2866
2638
|
"flags": {
|
|
2867
2639
|
"json": {
|
|
@@ -2907,71 +2679,50 @@
|
|
|
2907
2679
|
"multiple": false,
|
|
2908
2680
|
"type": "option"
|
|
2909
2681
|
},
|
|
2910
|
-
"
|
|
2911
|
-
"char": "
|
|
2912
|
-
"description": "ID
|
|
2913
|
-
"name": "
|
|
2682
|
+
"assetid": {
|
|
2683
|
+
"char": "i",
|
|
2684
|
+
"description": "Asset ID under development.",
|
|
2685
|
+
"name": "assetid",
|
|
2914
2686
|
"required": true,
|
|
2915
|
-
"summary": "
|
|
2687
|
+
"summary": "Asset ID under development",
|
|
2916
2688
|
"hasDynamicHelp": false,
|
|
2917
2689
|
"multiple": false,
|
|
2918
2690
|
"type": "option"
|
|
2919
2691
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"char": "
|
|
2922
|
-
"description": "
|
|
2923
|
-
"name": "
|
|
2924
|
-
"summary": "
|
|
2692
|
+
"noprompt": {
|
|
2693
|
+
"char": "p",
|
|
2694
|
+
"description": "Do not prompt to confirm delete.",
|
|
2695
|
+
"name": "noprompt",
|
|
2696
|
+
"summary": "do not prompt to confirm force delete",
|
|
2925
2697
|
"allowNo": false,
|
|
2926
2698
|
"type": "boolean"
|
|
2927
|
-
},
|
|
2928
|
-
"wait": {
|
|
2929
|
-
"char": "w",
|
|
2930
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2931
|
-
"name": "wait",
|
|
2932
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
2933
|
-
"default": 10,
|
|
2934
|
-
"hasDynamicHelp": false,
|
|
2935
|
-
"multiple": false,
|
|
2936
|
-
"type": "option"
|
|
2937
|
-
},
|
|
2938
|
-
"pollinterval": {
|
|
2939
|
-
"char": "p",
|
|
2940
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2941
|
-
"name": "pollinterval",
|
|
2942
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2943
|
-
"default": 5000,
|
|
2944
|
-
"hasDynamicHelp": false,
|
|
2945
|
-
"multiple": false,
|
|
2946
|
-
"type": "option"
|
|
2947
2699
|
}
|
|
2948
2700
|
},
|
|
2949
2701
|
"hasDynamicHelp": true,
|
|
2950
2702
|
"hiddenAliases": [],
|
|
2951
|
-
"id": "analytics:
|
|
2703
|
+
"id": "analytics:asset:publisher:deleteall",
|
|
2952
2704
|
"pluginAlias": "@salesforce/analytics",
|
|
2953
2705
|
"pluginName": "@salesforce/analytics",
|
|
2954
2706
|
"pluginType": "core",
|
|
2955
2707
|
"strict": true,
|
|
2956
|
-
"summary": "
|
|
2708
|
+
"summary": "delete Analytics asset publishers",
|
|
2957
2709
|
"enableJsonFlag": true,
|
|
2958
2710
|
"isESM": true,
|
|
2959
2711
|
"relativePath": [
|
|
2960
2712
|
"lib",
|
|
2961
2713
|
"commands",
|
|
2962
2714
|
"analytics",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2715
|
+
"asset",
|
|
2716
|
+
"publisher",
|
|
2717
|
+
"deleteall.js"
|
|
2966
2718
|
]
|
|
2967
2719
|
},
|
|
2968
|
-
"analytics:
|
|
2720
|
+
"analytics:asset:publisher:list": {
|
|
2969
2721
|
"aliases": [],
|
|
2970
2722
|
"args": {},
|
|
2971
|
-
"description": "
|
|
2723
|
+
"description": "Lists Analytics asset publishers.",
|
|
2972
2724
|
"examples": [
|
|
2973
|
-
"$ sfdx analytics:
|
|
2974
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
2725
|
+
"$ sfdx analytics:asset:publisher:list -i assetId"
|
|
2975
2726
|
],
|
|
2976
2727
|
"flags": {
|
|
2977
2728
|
"json": {
|
|
@@ -3017,102 +2768,42 @@
|
|
|
3017
2768
|
"multiple": false,
|
|
3018
2769
|
"type": "option"
|
|
3019
2770
|
},
|
|
3020
|
-
"
|
|
3021
|
-
"char": "
|
|
3022
|
-
"description": "
|
|
3023
|
-
"
|
|
3024
|
-
"templatename"
|
|
3025
|
-
],
|
|
3026
|
-
"name": "templateid",
|
|
3027
|
-
"summary": "template ID",
|
|
3028
|
-
"hasDynamicHelp": false,
|
|
3029
|
-
"multiple": false,
|
|
3030
|
-
"type": "option"
|
|
3031
|
-
},
|
|
3032
|
-
"templatename": {
|
|
3033
|
-
"char": "n",
|
|
3034
|
-
"description": "The API name of the Analytics template.",
|
|
3035
|
-
"exclusive": [
|
|
3036
|
-
"templateid"
|
|
3037
|
-
],
|
|
3038
|
-
"name": "templatename",
|
|
3039
|
-
"summary": "template api name",
|
|
3040
|
-
"hasDynamicHelp": false,
|
|
3041
|
-
"multiple": false,
|
|
3042
|
-
"type": "option"
|
|
3043
|
-
},
|
|
3044
|
-
"folderid": {
|
|
3045
|
-
"char": "f",
|
|
3046
|
-
"description": "ID of the folder that contains the app data.",
|
|
3047
|
-
"name": "folderid",
|
|
2771
|
+
"assetid": {
|
|
2772
|
+
"char": "i",
|
|
2773
|
+
"description": "Asset ID under development.",
|
|
2774
|
+
"name": "assetid",
|
|
3048
2775
|
"required": true,
|
|
3049
|
-
"summary": "
|
|
3050
|
-
"hasDynamicHelp": false,
|
|
3051
|
-
"multiple": false,
|
|
3052
|
-
"type": "option"
|
|
3053
|
-
},
|
|
3054
|
-
"async": {
|
|
3055
|
-
"char": "a",
|
|
3056
|
-
"description": "Update app asynchronously.",
|
|
3057
|
-
"name": "async",
|
|
3058
|
-
"summary": "update app asynchronously",
|
|
3059
|
-
"allowNo": false,
|
|
3060
|
-
"type": "boolean"
|
|
3061
|
-
},
|
|
3062
|
-
"wait": {
|
|
3063
|
-
"char": "w",
|
|
3064
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3065
|
-
"name": "wait",
|
|
3066
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
3067
|
-
"default": 10,
|
|
3068
|
-
"hasDynamicHelp": false,
|
|
3069
|
-
"multiple": false,
|
|
3070
|
-
"type": "option"
|
|
3071
|
-
},
|
|
3072
|
-
"pollinterval": {
|
|
3073
|
-
"char": "p",
|
|
3074
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3075
|
-
"name": "pollinterval",
|
|
3076
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3077
|
-
"default": 5000,
|
|
2776
|
+
"summary": "Asset ID under development",
|
|
3078
2777
|
"hasDynamicHelp": false,
|
|
3079
2778
|
"multiple": false,
|
|
3080
2779
|
"type": "option"
|
|
3081
|
-
},
|
|
3082
|
-
"applog": {
|
|
3083
|
-
"description": "Specify to include app log details.",
|
|
3084
|
-
"name": "applog",
|
|
3085
|
-
"required": false,
|
|
3086
|
-
"summary": "specify to include app log details",
|
|
3087
|
-
"allowNo": false,
|
|
3088
|
-
"type": "boolean"
|
|
3089
2780
|
}
|
|
3090
2781
|
},
|
|
3091
2782
|
"hasDynamicHelp": true,
|
|
3092
2783
|
"hiddenAliases": [],
|
|
3093
|
-
"id": "analytics:
|
|
2784
|
+
"id": "analytics:asset:publisher:list",
|
|
3094
2785
|
"pluginAlias": "@salesforce/analytics",
|
|
3095
2786
|
"pluginName": "@salesforce/analytics",
|
|
3096
2787
|
"pluginType": "core",
|
|
3097
2788
|
"strict": true,
|
|
3098
|
-
"summary": "
|
|
2789
|
+
"summary": "list Analytics asset publishers",
|
|
3099
2790
|
"enableJsonFlag": true,
|
|
3100
2791
|
"isESM": true,
|
|
3101
2792
|
"relativePath": [
|
|
3102
2793
|
"lib",
|
|
3103
2794
|
"commands",
|
|
3104
2795
|
"analytics",
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
2796
|
+
"asset",
|
|
2797
|
+
"publisher",
|
|
2798
|
+
"list.js"
|
|
3108
2799
|
]
|
|
3109
2800
|
},
|
|
3110
|
-
"analytics:
|
|
2801
|
+
"analytics:recipe:list": {
|
|
3111
2802
|
"aliases": [],
|
|
3112
2803
|
"args": {},
|
|
3113
|
-
"description": "
|
|
2804
|
+
"description": "Lists Data Prep recipes in the specified target org.",
|
|
3114
2805
|
"examples": [
|
|
3115
|
-
"$ sfdx analytics:
|
|
2806
|
+
"$ sfdx analytics:recipe:list"
|
|
3116
2807
|
],
|
|
3117
2808
|
"flags": {
|
|
3118
2809
|
"json": {
|
|
@@ -3157,13 +2848,83 @@
|
|
|
3157
2848
|
"hasDynamicHelp": false,
|
|
3158
2849
|
"multiple": false,
|
|
3159
2850
|
"type": "option"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"hasDynamicHelp": true,
|
|
2854
|
+
"hiddenAliases": [],
|
|
2855
|
+
"id": "analytics:recipe:list",
|
|
2856
|
+
"pluginAlias": "@salesforce/analytics",
|
|
2857
|
+
"pluginName": "@salesforce/analytics",
|
|
2858
|
+
"pluginType": "core",
|
|
2859
|
+
"strict": true,
|
|
2860
|
+
"summary": "list Data Prep recipes",
|
|
2861
|
+
"enableJsonFlag": true,
|
|
2862
|
+
"isESM": true,
|
|
2863
|
+
"relativePath": [
|
|
2864
|
+
"lib",
|
|
2865
|
+
"commands",
|
|
2866
|
+
"analytics",
|
|
2867
|
+
"recipe",
|
|
2868
|
+
"list.js"
|
|
2869
|
+
]
|
|
2870
|
+
},
|
|
2871
|
+
"analytics:recipe:start": {
|
|
2872
|
+
"aliases": [],
|
|
2873
|
+
"args": {},
|
|
2874
|
+
"description": "Start a Data Prep recipe in the specified target org.",
|
|
2875
|
+
"examples": [
|
|
2876
|
+
"$ sfdx analytics:recipe:start --recipeid <recipeid>"
|
|
2877
|
+
],
|
|
2878
|
+
"flags": {
|
|
2879
|
+
"json": {
|
|
2880
|
+
"description": "Format output as json.",
|
|
2881
|
+
"helpGroup": "GLOBAL",
|
|
2882
|
+
"name": "json",
|
|
2883
|
+
"allowNo": false,
|
|
2884
|
+
"type": "boolean"
|
|
2885
|
+
},
|
|
2886
|
+
"loglevel": {
|
|
2887
|
+
"deprecated": {
|
|
2888
|
+
"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."
|
|
2889
|
+
},
|
|
2890
|
+
"hidden": true,
|
|
2891
|
+
"name": "loglevel",
|
|
2892
|
+
"hasDynamicHelp": false,
|
|
2893
|
+
"multiple": false,
|
|
2894
|
+
"type": "option"
|
|
3160
2895
|
},
|
|
3161
|
-
"
|
|
2896
|
+
"target-org": {
|
|
2897
|
+
"aliases": [
|
|
2898
|
+
"targetusername",
|
|
2899
|
+
"u"
|
|
2900
|
+
],
|
|
2901
|
+
"char": "o",
|
|
2902
|
+
"deprecateAliases": true,
|
|
2903
|
+
"name": "target-org",
|
|
2904
|
+
"noCacheDefault": true,
|
|
2905
|
+
"required": true,
|
|
2906
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2907
|
+
"hasDynamicHelp": true,
|
|
2908
|
+
"multiple": false,
|
|
2909
|
+
"type": "option"
|
|
2910
|
+
},
|
|
2911
|
+
"api-version": {
|
|
2912
|
+
"aliases": [
|
|
2913
|
+
"apiversion"
|
|
2914
|
+
],
|
|
2915
|
+
"deprecateAliases": true,
|
|
2916
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2917
|
+
"name": "api-version",
|
|
2918
|
+
"hasDynamicHelp": false,
|
|
2919
|
+
"multiple": false,
|
|
2920
|
+
"type": "option"
|
|
2921
|
+
},
|
|
2922
|
+
"recipeid": {
|
|
3162
2923
|
"char": "i",
|
|
3163
|
-
"description": "
|
|
3164
|
-
"name": "
|
|
2924
|
+
"description": "The ID of the recipe to update.",
|
|
2925
|
+
"name": "recipeid",
|
|
3165
2926
|
"required": true,
|
|
3166
|
-
"summary": "
|
|
2927
|
+
"summary": "recipe ID",
|
|
3167
2928
|
"hasDynamicHelp": false,
|
|
3168
2929
|
"multiple": false,
|
|
3169
2930
|
"type": "option"
|
|
@@ -3171,29 +2932,28 @@
|
|
|
3171
2932
|
},
|
|
3172
2933
|
"hasDynamicHelp": true,
|
|
3173
2934
|
"hiddenAliases": [],
|
|
3174
|
-
"id": "analytics:
|
|
2935
|
+
"id": "analytics:recipe:start",
|
|
3175
2936
|
"pluginAlias": "@salesforce/analytics",
|
|
3176
2937
|
"pluginName": "@salesforce/analytics",
|
|
3177
2938
|
"pluginType": "core",
|
|
3178
2939
|
"strict": true,
|
|
3179
|
-
"summary": "
|
|
2940
|
+
"summary": "start Data Prep recipes",
|
|
3180
2941
|
"enableJsonFlag": true,
|
|
3181
2942
|
"isESM": true,
|
|
3182
2943
|
"relativePath": [
|
|
3183
2944
|
"lib",
|
|
3184
2945
|
"commands",
|
|
3185
2946
|
"analytics",
|
|
3186
|
-
"
|
|
3187
|
-
"
|
|
3188
|
-
"create.js"
|
|
2947
|
+
"recipe",
|
|
2948
|
+
"start.js"
|
|
3189
2949
|
]
|
|
3190
2950
|
},
|
|
3191
|
-
"analytics:
|
|
2951
|
+
"analytics:autoinstall:app:cancel": {
|
|
3192
2952
|
"aliases": [],
|
|
3193
2953
|
"args": {},
|
|
3194
|
-
"description": "
|
|
2954
|
+
"description": "Cancels app-auto install request",
|
|
3195
2955
|
"examples": [
|
|
3196
|
-
"$ sfdx analytics:
|
|
2956
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
3197
2957
|
],
|
|
3198
2958
|
"flags": {
|
|
3199
2959
|
"json": {
|
|
@@ -3239,52 +2999,211 @@
|
|
|
3239
2999
|
"multiple": false,
|
|
3240
3000
|
"type": "option"
|
|
3241
3001
|
},
|
|
3242
|
-
"
|
|
3002
|
+
"autoinstallid": {
|
|
3243
3003
|
"char": "i",
|
|
3244
|
-
"description": "
|
|
3245
|
-
"name": "
|
|
3004
|
+
"description": "ID of the auto-install request.",
|
|
3005
|
+
"name": "autoinstallid",
|
|
3246
3006
|
"required": true,
|
|
3247
|
-
"summary": "
|
|
3007
|
+
"summary": "auto-install request ID",
|
|
3248
3008
|
"hasDynamicHelp": false,
|
|
3249
3009
|
"multiple": false,
|
|
3250
3010
|
"type": "option"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
"hasDynamicHelp": true,
|
|
3014
|
+
"hiddenAliases": [],
|
|
3015
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
3016
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3017
|
+
"pluginName": "@salesforce/analytics",
|
|
3018
|
+
"pluginType": "core",
|
|
3019
|
+
"strict": true,
|
|
3020
|
+
"summary": "cancels app-auto install request",
|
|
3021
|
+
"enableJsonFlag": true,
|
|
3022
|
+
"isESM": true,
|
|
3023
|
+
"relativePath": [
|
|
3024
|
+
"lib",
|
|
3025
|
+
"commands",
|
|
3026
|
+
"analytics",
|
|
3027
|
+
"autoinstall",
|
|
3028
|
+
"app",
|
|
3029
|
+
"cancel.js"
|
|
3030
|
+
]
|
|
3031
|
+
},
|
|
3032
|
+
"analytics:autoinstall:app:create": {
|
|
3033
|
+
"aliases": [],
|
|
3034
|
+
"args": {},
|
|
3035
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
3036
|
+
"examples": [
|
|
3037
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
3038
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3039
|
+
],
|
|
3040
|
+
"flags": {
|
|
3041
|
+
"json": {
|
|
3042
|
+
"description": "Format output as json.",
|
|
3043
|
+
"helpGroup": "GLOBAL",
|
|
3044
|
+
"name": "json",
|
|
3045
|
+
"allowNo": false,
|
|
3046
|
+
"type": "boolean"
|
|
3251
3047
|
},
|
|
3252
|
-
"
|
|
3253
|
-
"
|
|
3254
|
-
|
|
3255
|
-
|
|
3048
|
+
"loglevel": {
|
|
3049
|
+
"deprecated": {
|
|
3050
|
+
"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."
|
|
3051
|
+
},
|
|
3052
|
+
"hidden": true,
|
|
3053
|
+
"name": "loglevel",
|
|
3054
|
+
"hasDynamicHelp": false,
|
|
3055
|
+
"multiple": false,
|
|
3056
|
+
"type": "option"
|
|
3057
|
+
},
|
|
3058
|
+
"target-org": {
|
|
3059
|
+
"aliases": [
|
|
3060
|
+
"targetusername",
|
|
3061
|
+
"u"
|
|
3062
|
+
],
|
|
3063
|
+
"char": "o",
|
|
3064
|
+
"deprecateAliases": true,
|
|
3065
|
+
"name": "target-org",
|
|
3066
|
+
"noCacheDefault": true,
|
|
3256
3067
|
"required": true,
|
|
3257
|
-
"summary": "
|
|
3068
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3069
|
+
"hasDynamicHelp": true,
|
|
3070
|
+
"multiple": false,
|
|
3071
|
+
"type": "option"
|
|
3072
|
+
},
|
|
3073
|
+
"api-version": {
|
|
3074
|
+
"aliases": [
|
|
3075
|
+
"apiversion"
|
|
3076
|
+
],
|
|
3077
|
+
"deprecateAliases": true,
|
|
3078
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3079
|
+
"name": "api-version",
|
|
3080
|
+
"hasDynamicHelp": false,
|
|
3081
|
+
"multiple": false,
|
|
3082
|
+
"type": "option"
|
|
3083
|
+
},
|
|
3084
|
+
"templateid": {
|
|
3085
|
+
"char": "t",
|
|
3086
|
+
"description": "The ID of the Analytics template.",
|
|
3087
|
+
"exclusive": [
|
|
3088
|
+
"templatename"
|
|
3089
|
+
],
|
|
3090
|
+
"name": "templateid",
|
|
3091
|
+
"summary": "template ID",
|
|
3092
|
+
"hasDynamicHelp": false,
|
|
3093
|
+
"multiple": false,
|
|
3094
|
+
"type": "option"
|
|
3095
|
+
},
|
|
3096
|
+
"templatename": {
|
|
3097
|
+
"char": "n",
|
|
3098
|
+
"description": "The API name of the Analytics template.",
|
|
3099
|
+
"exclusive": [
|
|
3100
|
+
"templateid"
|
|
3101
|
+
],
|
|
3102
|
+
"name": "templatename",
|
|
3103
|
+
"summary": "template api name",
|
|
3104
|
+
"hasDynamicHelp": false,
|
|
3105
|
+
"multiple": false,
|
|
3106
|
+
"type": "option"
|
|
3107
|
+
},
|
|
3108
|
+
"appname": {
|
|
3109
|
+
"description": "The name of the created app.",
|
|
3110
|
+
"name": "appname",
|
|
3111
|
+
"summary": "app name",
|
|
3112
|
+
"hasDynamicHelp": false,
|
|
3113
|
+
"multiple": false,
|
|
3114
|
+
"type": "option"
|
|
3115
|
+
},
|
|
3116
|
+
"appdescription": {
|
|
3117
|
+
"description": "The description of the created app.",
|
|
3118
|
+
"name": "appdescription",
|
|
3119
|
+
"summary": "app description",
|
|
3120
|
+
"hasDynamicHelp": false,
|
|
3121
|
+
"multiple": false,
|
|
3122
|
+
"type": "option"
|
|
3123
|
+
},
|
|
3124
|
+
"appconfiguration": {
|
|
3125
|
+
"char": "c",
|
|
3126
|
+
"description": "Analytics auto-install app configuration file. For more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
|
|
3127
|
+
"exclusive": [
|
|
3128
|
+
"appname",
|
|
3129
|
+
"appdescription"
|
|
3130
|
+
],
|
|
3131
|
+
"name": "appconfiguration",
|
|
3132
|
+
"summary": "Analytics auto-install app configuration file, for more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
|
|
3133
|
+
"hasDynamicHelp": false,
|
|
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,
|
|
3258
3159
|
"hasDynamicHelp": false,
|
|
3259
3160
|
"multiple": false,
|
|
3260
3161
|
"type": "option"
|
|
3162
|
+
},
|
|
3163
|
+
"pollinterval": {
|
|
3164
|
+
"char": "p",
|
|
3165
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3166
|
+
"name": "pollinterval",
|
|
3167
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3168
|
+
"default": 5000,
|
|
3169
|
+
"hasDynamicHelp": false,
|
|
3170
|
+
"multiple": false,
|
|
3171
|
+
"type": "option"
|
|
3172
|
+
},
|
|
3173
|
+
"applog": {
|
|
3174
|
+
"description": "Specify to include app log details.",
|
|
3175
|
+
"name": "applog",
|
|
3176
|
+
"required": false,
|
|
3177
|
+
"summary": "specify to include app log details",
|
|
3178
|
+
"allowNo": false,
|
|
3179
|
+
"type": "boolean"
|
|
3261
3180
|
}
|
|
3262
3181
|
},
|
|
3263
3182
|
"hasDynamicHelp": true,
|
|
3264
3183
|
"hiddenAliases": [],
|
|
3265
|
-
"id": "analytics:
|
|
3184
|
+
"id": "analytics:autoinstall:app:create",
|
|
3266
3185
|
"pluginAlias": "@salesforce/analytics",
|
|
3267
3186
|
"pluginName": "@salesforce/analytics",
|
|
3268
3187
|
"pluginType": "core",
|
|
3269
3188
|
"strict": true,
|
|
3270
|
-
"summary": "
|
|
3189
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
3271
3190
|
"enableJsonFlag": true,
|
|
3272
3191
|
"isESM": true,
|
|
3273
3192
|
"relativePath": [
|
|
3274
3193
|
"lib",
|
|
3275
3194
|
"commands",
|
|
3276
3195
|
"analytics",
|
|
3277
|
-
"
|
|
3278
|
-
"
|
|
3279
|
-
"
|
|
3196
|
+
"autoinstall",
|
|
3197
|
+
"app",
|
|
3198
|
+
"create.js"
|
|
3280
3199
|
]
|
|
3281
3200
|
},
|
|
3282
|
-
"analytics:
|
|
3201
|
+
"analytics:autoinstall:app:delete": {
|
|
3283
3202
|
"aliases": [],
|
|
3284
3203
|
"args": {},
|
|
3285
|
-
"description": "
|
|
3204
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
3286
3205
|
"examples": [
|
|
3287
|
-
"$ sfdx analytics:
|
|
3206
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
3288
3207
|
],
|
|
3289
3208
|
"flags": {
|
|
3290
3209
|
"json": {
|
|
@@ -3330,50 +3249,71 @@
|
|
|
3330
3249
|
"multiple": false,
|
|
3331
3250
|
"type": "option"
|
|
3332
3251
|
},
|
|
3333
|
-
"
|
|
3334
|
-
"char": "
|
|
3335
|
-
"description": "
|
|
3336
|
-
"name": "
|
|
3252
|
+
"folderid": {
|
|
3253
|
+
"char": "f",
|
|
3254
|
+
"description": "ID of the folder that contains the app data.",
|
|
3255
|
+
"name": "folderid",
|
|
3337
3256
|
"required": true,
|
|
3338
|
-
"summary": "
|
|
3257
|
+
"summary": "folder ID",
|
|
3339
3258
|
"hasDynamicHelp": false,
|
|
3340
3259
|
"multiple": false,
|
|
3341
3260
|
"type": "option"
|
|
3342
3261
|
},
|
|
3343
|
-
"
|
|
3344
|
-
"char": "
|
|
3345
|
-
"description": "
|
|
3346
|
-
"name": "
|
|
3347
|
-
"summary": "
|
|
3262
|
+
"async": {
|
|
3263
|
+
"char": "a",
|
|
3264
|
+
"description": "Delete app asynchronously.",
|
|
3265
|
+
"name": "async",
|
|
3266
|
+
"summary": "delete app asynchronously",
|
|
3348
3267
|
"allowNo": false,
|
|
3349
3268
|
"type": "boolean"
|
|
3269
|
+
},
|
|
3270
|
+
"wait": {
|
|
3271
|
+
"char": "w",
|
|
3272
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3273
|
+
"name": "wait",
|
|
3274
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3275
|
+
"default": 10,
|
|
3276
|
+
"hasDynamicHelp": false,
|
|
3277
|
+
"multiple": false,
|
|
3278
|
+
"type": "option"
|
|
3279
|
+
},
|
|
3280
|
+
"pollinterval": {
|
|
3281
|
+
"char": "p",
|
|
3282
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3283
|
+
"name": "pollinterval",
|
|
3284
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3285
|
+
"default": 5000,
|
|
3286
|
+
"hasDynamicHelp": false,
|
|
3287
|
+
"multiple": false,
|
|
3288
|
+
"type": "option"
|
|
3350
3289
|
}
|
|
3351
3290
|
},
|
|
3352
3291
|
"hasDynamicHelp": true,
|
|
3353
3292
|
"hiddenAliases": [],
|
|
3354
|
-
"id": "analytics:
|
|
3293
|
+
"id": "analytics:autoinstall:app:delete",
|
|
3355
3294
|
"pluginAlias": "@salesforce/analytics",
|
|
3356
3295
|
"pluginName": "@salesforce/analytics",
|
|
3357
3296
|
"pluginType": "core",
|
|
3358
3297
|
"strict": true,
|
|
3359
|
-
"summary": "delete Analytics
|
|
3298
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
3360
3299
|
"enableJsonFlag": true,
|
|
3361
3300
|
"isESM": true,
|
|
3362
3301
|
"relativePath": [
|
|
3363
3302
|
"lib",
|
|
3364
3303
|
"commands",
|
|
3365
3304
|
"analytics",
|
|
3366
|
-
"
|
|
3367
|
-
"
|
|
3368
|
-
"
|
|
3305
|
+
"autoinstall",
|
|
3306
|
+
"app",
|
|
3307
|
+
"delete.js"
|
|
3369
3308
|
]
|
|
3370
3309
|
},
|
|
3371
|
-
"analytics:
|
|
3310
|
+
"analytics:autoinstall:app:update": {
|
|
3372
3311
|
"aliases": [],
|
|
3373
3312
|
"args": {},
|
|
3374
|
-
"description": "
|
|
3313
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
3375
3314
|
"examples": [
|
|
3376
|
-
"$ sfdx analytics:
|
|
3315
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
3316
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3377
3317
|
],
|
|
3378
3318
|
"flags": {
|
|
3379
3319
|
"json": {
|
|
@@ -3419,34 +3359,94 @@
|
|
|
3419
3359
|
"multiple": false,
|
|
3420
3360
|
"type": "option"
|
|
3421
3361
|
},
|
|
3422
|
-
"
|
|
3423
|
-
"char": "
|
|
3424
|
-
"description": "
|
|
3425
|
-
"
|
|
3362
|
+
"templateid": {
|
|
3363
|
+
"char": "t",
|
|
3364
|
+
"description": "The ID of the Analytics template.",
|
|
3365
|
+
"exclusive": [
|
|
3366
|
+
"templatename"
|
|
3367
|
+
],
|
|
3368
|
+
"name": "templateid",
|
|
3369
|
+
"summary": "template ID",
|
|
3370
|
+
"hasDynamicHelp": false,
|
|
3371
|
+
"multiple": false,
|
|
3372
|
+
"type": "option"
|
|
3373
|
+
},
|
|
3374
|
+
"templatename": {
|
|
3375
|
+
"char": "n",
|
|
3376
|
+
"description": "The API name of the Analytics template.",
|
|
3377
|
+
"exclusive": [
|
|
3378
|
+
"templateid"
|
|
3379
|
+
],
|
|
3380
|
+
"name": "templatename",
|
|
3381
|
+
"summary": "template api name",
|
|
3382
|
+
"hasDynamicHelp": false,
|
|
3383
|
+
"multiple": false,
|
|
3384
|
+
"type": "option"
|
|
3385
|
+
},
|
|
3386
|
+
"folderid": {
|
|
3387
|
+
"char": "f",
|
|
3388
|
+
"description": "ID of the folder that contains the app data.",
|
|
3389
|
+
"name": "folderid",
|
|
3426
3390
|
"required": true,
|
|
3427
|
-
"summary": "
|
|
3391
|
+
"summary": "folder ID",
|
|
3428
3392
|
"hasDynamicHelp": false,
|
|
3429
3393
|
"multiple": false,
|
|
3430
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,
|
|
3420
|
+
"hasDynamicHelp": false,
|
|
3421
|
+
"multiple": false,
|
|
3422
|
+
"type": "option"
|
|
3423
|
+
},
|
|
3424
|
+
"applog": {
|
|
3425
|
+
"description": "Specify to include app log details.",
|
|
3426
|
+
"name": "applog",
|
|
3427
|
+
"required": false,
|
|
3428
|
+
"summary": "specify to include app log details",
|
|
3429
|
+
"allowNo": false,
|
|
3430
|
+
"type": "boolean"
|
|
3431
3431
|
}
|
|
3432
3432
|
},
|
|
3433
3433
|
"hasDynamicHelp": true,
|
|
3434
3434
|
"hiddenAliases": [],
|
|
3435
|
-
"id": "analytics:
|
|
3435
|
+
"id": "analytics:autoinstall:app:update",
|
|
3436
3436
|
"pluginAlias": "@salesforce/analytics",
|
|
3437
3437
|
"pluginName": "@salesforce/analytics",
|
|
3438
3438
|
"pluginType": "core",
|
|
3439
3439
|
"strict": true,
|
|
3440
|
-
"summary": "
|
|
3440
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
3441
3441
|
"enableJsonFlag": true,
|
|
3442
3442
|
"isESM": true,
|
|
3443
3443
|
"relativePath": [
|
|
3444
3444
|
"lib",
|
|
3445
3445
|
"commands",
|
|
3446
3446
|
"analytics",
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3449
|
-
"
|
|
3447
|
+
"autoinstall",
|
|
3448
|
+
"app",
|
|
3449
|
+
"update.js"
|
|
3450
3450
|
]
|
|
3451
3451
|
},
|
|
3452
3452
|
"analytics:dashboard:history:list": {
|
|
@@ -4362,5 +4362,5 @@
|
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.37"
|
|
4366
4366
|
}
|