@salesforce/analytics 1.4.36 → 1.4.38
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 +587 -574
- package/oclif.lock +426 -322
- package/oclif.manifest.json +497 -497
- 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,9 +1186,176 @@
|
|
|
1353
1186
|
"multiple": false,
|
|
1354
1187
|
"type": "option"
|
|
1355
1188
|
},
|
|
1356
|
-
"
|
|
1189
|
+
"dashboardid": {
|
|
1357
1190
|
"char": "i",
|
|
1358
|
-
"description": "
|
|
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
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"hasDynamicHelp": true,
|
|
1218
|
+
"hiddenAliases": [],
|
|
1219
|
+
"id": "analytics:dashboard:update",
|
|
1220
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1221
|
+
"pluginName": "@salesforce/analytics",
|
|
1222
|
+
"pluginType": "core",
|
|
1223
|
+
"strict": true,
|
|
1224
|
+
"summary": "updates a Analytics dashboard",
|
|
1225
|
+
"enableJsonFlag": true,
|
|
1226
|
+
"isESM": true,
|
|
1227
|
+
"relativePath": [
|
|
1228
|
+
"lib",
|
|
1229
|
+
"commands",
|
|
1230
|
+
"analytics",
|
|
1231
|
+
"dashboard",
|
|
1232
|
+
"update.js"
|
|
1233
|
+
]
|
|
1234
|
+
},
|
|
1235
|
+
"analytics:dataflow:list": {
|
|
1236
|
+
"aliases": [],
|
|
1237
|
+
"args": {},
|
|
1238
|
+
"description": "Lists Analytics dataflows in the specified target org.",
|
|
1239
|
+
"examples": [
|
|
1240
|
+
"$ sfdx analytics:dataflow:list"
|
|
1241
|
+
],
|
|
1242
|
+
"flags": {
|
|
1243
|
+
"json": {
|
|
1244
|
+
"description": "Format output as json.",
|
|
1245
|
+
"helpGroup": "GLOBAL",
|
|
1246
|
+
"name": "json",
|
|
1247
|
+
"allowNo": false,
|
|
1248
|
+
"type": "boolean"
|
|
1249
|
+
},
|
|
1250
|
+
"loglevel": {
|
|
1251
|
+
"deprecated": {
|
|
1252
|
+
"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."
|
|
1253
|
+
},
|
|
1254
|
+
"hidden": true,
|
|
1255
|
+
"name": "loglevel",
|
|
1256
|
+
"hasDynamicHelp": false,
|
|
1257
|
+
"multiple": false,
|
|
1258
|
+
"type": "option"
|
|
1259
|
+
},
|
|
1260
|
+
"target-org": {
|
|
1261
|
+
"aliases": [
|
|
1262
|
+
"targetusername",
|
|
1263
|
+
"u"
|
|
1264
|
+
],
|
|
1265
|
+
"char": "o",
|
|
1266
|
+
"deprecateAliases": true,
|
|
1267
|
+
"name": "target-org",
|
|
1268
|
+
"noCacheDefault": true,
|
|
1269
|
+
"required": true,
|
|
1270
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1271
|
+
"hasDynamicHelp": true,
|
|
1272
|
+
"multiple": false,
|
|
1273
|
+
"type": "option"
|
|
1274
|
+
},
|
|
1275
|
+
"api-version": {
|
|
1276
|
+
"aliases": [
|
|
1277
|
+
"apiversion"
|
|
1278
|
+
],
|
|
1279
|
+
"deprecateAliases": true,
|
|
1280
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1281
|
+
"name": "api-version",
|
|
1282
|
+
"hasDynamicHelp": false,
|
|
1283
|
+
"multiple": false,
|
|
1284
|
+
"type": "option"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"hasDynamicHelp": true,
|
|
1288
|
+
"hiddenAliases": [],
|
|
1289
|
+
"id": "analytics:dataflow:list",
|
|
1290
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1291
|
+
"pluginName": "@salesforce/analytics",
|
|
1292
|
+
"pluginType": "core",
|
|
1293
|
+
"strict": true,
|
|
1294
|
+
"summary": "list Analytics dataflows",
|
|
1295
|
+
"enableJsonFlag": true,
|
|
1296
|
+
"isESM": true,
|
|
1297
|
+
"relativePath": [
|
|
1298
|
+
"lib",
|
|
1299
|
+
"commands",
|
|
1300
|
+
"analytics",
|
|
1301
|
+
"dataflow",
|
|
1302
|
+
"list.js"
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
"analytics:dataflow:start": {
|
|
1306
|
+
"aliases": [],
|
|
1307
|
+
"args": {},
|
|
1308
|
+
"description": "Start an Analytics dataflow in the specified target org.",
|
|
1309
|
+
"examples": [
|
|
1310
|
+
"$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
|
|
1311
|
+
],
|
|
1312
|
+
"flags": {
|
|
1313
|
+
"json": {
|
|
1314
|
+
"description": "Format output as json.",
|
|
1315
|
+
"helpGroup": "GLOBAL",
|
|
1316
|
+
"name": "json",
|
|
1317
|
+
"allowNo": false,
|
|
1318
|
+
"type": "boolean"
|
|
1319
|
+
},
|
|
1320
|
+
"loglevel": {
|
|
1321
|
+
"deprecated": {
|
|
1322
|
+
"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."
|
|
1323
|
+
},
|
|
1324
|
+
"hidden": true,
|
|
1325
|
+
"name": "loglevel",
|
|
1326
|
+
"hasDynamicHelp": false,
|
|
1327
|
+
"multiple": false,
|
|
1328
|
+
"type": "option"
|
|
1329
|
+
},
|
|
1330
|
+
"target-org": {
|
|
1331
|
+
"aliases": [
|
|
1332
|
+
"targetusername",
|
|
1333
|
+
"u"
|
|
1334
|
+
],
|
|
1335
|
+
"char": "o",
|
|
1336
|
+
"deprecateAliases": true,
|
|
1337
|
+
"name": "target-org",
|
|
1338
|
+
"noCacheDefault": true,
|
|
1339
|
+
"required": true,
|
|
1340
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1341
|
+
"hasDynamicHelp": true,
|
|
1342
|
+
"multiple": false,
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"api-version": {
|
|
1346
|
+
"aliases": [
|
|
1347
|
+
"apiversion"
|
|
1348
|
+
],
|
|
1349
|
+
"deprecateAliases": true,
|
|
1350
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1351
|
+
"name": "api-version",
|
|
1352
|
+
"hasDynamicHelp": false,
|
|
1353
|
+
"multiple": false,
|
|
1354
|
+
"type": "option"
|
|
1355
|
+
},
|
|
1356
|
+
"dataflowid": {
|
|
1357
|
+
"char": "i",
|
|
1358
|
+
"description": "The ID of the dataflow to update.",
|
|
1359
1359
|
"name": "dataflowid",
|
|
1360
1360
|
"required": true,
|
|
1361
1361
|
"summary": "dataflow ID",
|
|
@@ -2606,12 +2606,12 @@
|
|
|
2606
2606
|
"validate.js"
|
|
2607
2607
|
]
|
|
2608
2608
|
},
|
|
2609
|
-
"analytics:
|
|
2609
|
+
"analytics:asset:publisher:create": {
|
|
2610
2610
|
"aliases": [],
|
|
2611
2611
|
"args": {},
|
|
2612
|
-
"description": "
|
|
2612
|
+
"description": "Create a publisher record for the Analytics asset.",
|
|
2613
2613
|
"examples": [
|
|
2614
|
-
"$ sfdx analytics:
|
|
2614
|
+
"$ sfdx analytics:asset:publisher:create -i assetId"
|
|
2615
2615
|
],
|
|
2616
2616
|
"flags": {
|
|
2617
2617
|
"json": {
|
|
@@ -2657,12 +2657,12 @@
|
|
|
2657
2657
|
"multiple": false,
|
|
2658
2658
|
"type": "option"
|
|
2659
2659
|
},
|
|
2660
|
-
"
|
|
2660
|
+
"assetid": {
|
|
2661
2661
|
"char": "i",
|
|
2662
|
-
"description": "ID
|
|
2663
|
-
"name": "
|
|
2662
|
+
"description": "Asset ID under development.",
|
|
2663
|
+
"name": "assetid",
|
|
2664
2664
|
"required": true,
|
|
2665
|
-
"summary": "
|
|
2665
|
+
"summary": "Asset ID under development",
|
|
2666
2666
|
"hasDynamicHelp": false,
|
|
2667
2667
|
"multiple": false,
|
|
2668
2668
|
"type": "option"
|
|
@@ -2670,30 +2670,29 @@
|
|
|
2670
2670
|
},
|
|
2671
2671
|
"hasDynamicHelp": true,
|
|
2672
2672
|
"hiddenAliases": [],
|
|
2673
|
-
"id": "analytics:
|
|
2673
|
+
"id": "analytics:asset:publisher:create",
|
|
2674
2674
|
"pluginAlias": "@salesforce/analytics",
|
|
2675
2675
|
"pluginName": "@salesforce/analytics",
|
|
2676
2676
|
"pluginType": "core",
|
|
2677
2677
|
"strict": true,
|
|
2678
|
-
"summary": "
|
|
2678
|
+
"summary": "create a publisher record for the Analytics asset",
|
|
2679
2679
|
"enableJsonFlag": true,
|
|
2680
2680
|
"isESM": true,
|
|
2681
2681
|
"relativePath": [
|
|
2682
2682
|
"lib",
|
|
2683
2683
|
"commands",
|
|
2684
2684
|
"analytics",
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2685
|
+
"asset",
|
|
2686
|
+
"publisher",
|
|
2687
|
+
"create.js"
|
|
2688
2688
|
]
|
|
2689
2689
|
},
|
|
2690
|
-
"analytics:
|
|
2690
|
+
"analytics:asset:publisher:delete": {
|
|
2691
2691
|
"aliases": [],
|
|
2692
2692
|
"args": {},
|
|
2693
|
-
"description": "
|
|
2693
|
+
"description": "Delete a Analytics asset publisher.",
|
|
2694
2694
|
"examples": [
|
|
2695
|
-
"$ sfdx analytics:
|
|
2696
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2695
|
+
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
2697
2696
|
],
|
|
2698
2697
|
"flags": {
|
|
2699
2698
|
"json": {
|
|
@@ -2739,129 +2738,52 @@
|
|
|
2739
2738
|
"multiple": false,
|
|
2740
2739
|
"type": "option"
|
|
2741
2740
|
},
|
|
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",
|
|
2741
|
+
"id": {
|
|
2742
|
+
"char": "i",
|
|
2743
|
+
"description": "Asset Publisher ID under development.",
|
|
2744
|
+
"name": "id",
|
|
2745
|
+
"required": true,
|
|
2746
|
+
"summary": "Asset Publisher ID under development",
|
|
2778
2747
|
"hasDynamicHelp": false,
|
|
2779
2748
|
"multiple": false,
|
|
2780
2749
|
"type": "option"
|
|
2781
2750
|
},
|
|
2782
|
-
"
|
|
2783
|
-
"char": "
|
|
2784
|
-
"description": "
|
|
2785
|
-
"
|
|
2786
|
-
|
|
2787
|
-
|
|
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",
|
|
2751
|
+
"assetid": {
|
|
2752
|
+
"char": "a",
|
|
2753
|
+
"description": "Asset ID under development.",
|
|
2754
|
+
"name": "assetid",
|
|
2755
|
+
"required": true,
|
|
2756
|
+
"summary": "Asset ID under development",
|
|
2791
2757
|
"hasDynamicHelp": false,
|
|
2792
2758
|
"multiple": false,
|
|
2793
2759
|
"type": "option"
|
|
2794
|
-
},
|
|
2795
|
-
"noenqueue": {
|
|
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": {
|
|
2804
|
-
"char": "a",
|
|
2805
|
-
"description": "Create app asynchronously.",
|
|
2806
|
-
"name": "async",
|
|
2807
|
-
"summary": "create app asynchronously",
|
|
2808
|
-
"allowNo": false,
|
|
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,
|
|
2827
|
-
"hasDynamicHelp": false,
|
|
2828
|
-
"multiple": false,
|
|
2829
|
-
"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
2760
|
}
|
|
2839
2761
|
},
|
|
2840
2762
|
"hasDynamicHelp": true,
|
|
2841
2763
|
"hiddenAliases": [],
|
|
2842
|
-
"id": "analytics:
|
|
2764
|
+
"id": "analytics:asset:publisher:delete",
|
|
2843
2765
|
"pluginAlias": "@salesforce/analytics",
|
|
2844
2766
|
"pluginName": "@salesforce/analytics",
|
|
2845
2767
|
"pluginType": "core",
|
|
2846
2768
|
"strict": true,
|
|
2847
|
-
"summary": "
|
|
2769
|
+
"summary": "delete a Analytics asset publisher",
|
|
2848
2770
|
"enableJsonFlag": true,
|
|
2849
2771
|
"isESM": true,
|
|
2850
2772
|
"relativePath": [
|
|
2851
2773
|
"lib",
|
|
2852
2774
|
"commands",
|
|
2853
2775
|
"analytics",
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2776
|
+
"asset",
|
|
2777
|
+
"publisher",
|
|
2778
|
+
"delete.js"
|
|
2857
2779
|
]
|
|
2858
2780
|
},
|
|
2859
|
-
"analytics:
|
|
2781
|
+
"analytics:asset:publisher:deleteall": {
|
|
2860
2782
|
"aliases": [],
|
|
2861
2783
|
"args": {},
|
|
2862
|
-
"description": "
|
|
2784
|
+
"description": "Deletes Analytics asset publishers.",
|
|
2863
2785
|
"examples": [
|
|
2864
|
-
"$ sfdx analytics:
|
|
2786
|
+
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
2865
2787
|
],
|
|
2866
2788
|
"flags": {
|
|
2867
2789
|
"json": {
|
|
@@ -2907,71 +2829,50 @@
|
|
|
2907
2829
|
"multiple": false,
|
|
2908
2830
|
"type": "option"
|
|
2909
2831
|
},
|
|
2910
|
-
"
|
|
2911
|
-
"char": "
|
|
2912
|
-
"description": "ID
|
|
2913
|
-
"name": "
|
|
2832
|
+
"assetid": {
|
|
2833
|
+
"char": "i",
|
|
2834
|
+
"description": "Asset ID under development.",
|
|
2835
|
+
"name": "assetid",
|
|
2914
2836
|
"required": true,
|
|
2915
|
-
"summary": "
|
|
2837
|
+
"summary": "Asset ID under development",
|
|
2916
2838
|
"hasDynamicHelp": false,
|
|
2917
2839
|
"multiple": false,
|
|
2918
2840
|
"type": "option"
|
|
2919
2841
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"char": "
|
|
2922
|
-
"description": "
|
|
2923
|
-
"name": "
|
|
2924
|
-
"summary": "
|
|
2842
|
+
"noprompt": {
|
|
2843
|
+
"char": "p",
|
|
2844
|
+
"description": "Do not prompt to confirm delete.",
|
|
2845
|
+
"name": "noprompt",
|
|
2846
|
+
"summary": "do not prompt to confirm force delete",
|
|
2925
2847
|
"allowNo": false,
|
|
2926
2848
|
"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
2849
|
}
|
|
2948
2850
|
},
|
|
2949
2851
|
"hasDynamicHelp": true,
|
|
2950
2852
|
"hiddenAliases": [],
|
|
2951
|
-
"id": "analytics:
|
|
2853
|
+
"id": "analytics:asset:publisher:deleteall",
|
|
2952
2854
|
"pluginAlias": "@salesforce/analytics",
|
|
2953
2855
|
"pluginName": "@salesforce/analytics",
|
|
2954
2856
|
"pluginType": "core",
|
|
2955
2857
|
"strict": true,
|
|
2956
|
-
"summary": "
|
|
2858
|
+
"summary": "delete Analytics asset publishers",
|
|
2957
2859
|
"enableJsonFlag": true,
|
|
2958
2860
|
"isESM": true,
|
|
2959
2861
|
"relativePath": [
|
|
2960
2862
|
"lib",
|
|
2961
2863
|
"commands",
|
|
2962
2864
|
"analytics",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2865
|
+
"asset",
|
|
2866
|
+
"publisher",
|
|
2867
|
+
"deleteall.js"
|
|
2966
2868
|
]
|
|
2967
2869
|
},
|
|
2968
|
-
"analytics:
|
|
2870
|
+
"analytics:asset:publisher:list": {
|
|
2969
2871
|
"aliases": [],
|
|
2970
2872
|
"args": {},
|
|
2971
|
-
"description": "
|
|
2873
|
+
"description": "Lists Analytics asset publishers.",
|
|
2972
2874
|
"examples": [
|
|
2973
|
-
"$ sfdx analytics:
|
|
2974
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
2875
|
+
"$ sfdx analytics:asset:publisher:list -i assetId"
|
|
2975
2876
|
],
|
|
2976
2877
|
"flags": {
|
|
2977
2878
|
"json": {
|
|
@@ -3017,102 +2918,42 @@
|
|
|
3017
2918
|
"multiple": false,
|
|
3018
2919
|
"type": "option"
|
|
3019
2920
|
},
|
|
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",
|
|
2921
|
+
"assetid": {
|
|
2922
|
+
"char": "i",
|
|
2923
|
+
"description": "Asset ID under development.",
|
|
2924
|
+
"name": "assetid",
|
|
3048
2925
|
"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,
|
|
2926
|
+
"summary": "Asset ID under development",
|
|
3078
2927
|
"hasDynamicHelp": false,
|
|
3079
2928
|
"multiple": false,
|
|
3080
2929
|
"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
2930
|
}
|
|
3090
2931
|
},
|
|
3091
2932
|
"hasDynamicHelp": true,
|
|
3092
2933
|
"hiddenAliases": [],
|
|
3093
|
-
"id": "analytics:
|
|
2934
|
+
"id": "analytics:asset:publisher:list",
|
|
3094
2935
|
"pluginAlias": "@salesforce/analytics",
|
|
3095
2936
|
"pluginName": "@salesforce/analytics",
|
|
3096
2937
|
"pluginType": "core",
|
|
3097
2938
|
"strict": true,
|
|
3098
|
-
"summary": "
|
|
2939
|
+
"summary": "list Analytics asset publishers",
|
|
3099
2940
|
"enableJsonFlag": true,
|
|
3100
2941
|
"isESM": true,
|
|
3101
2942
|
"relativePath": [
|
|
3102
2943
|
"lib",
|
|
3103
2944
|
"commands",
|
|
3104
2945
|
"analytics",
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
2946
|
+
"asset",
|
|
2947
|
+
"publisher",
|
|
2948
|
+
"list.js"
|
|
3108
2949
|
]
|
|
3109
2950
|
},
|
|
3110
|
-
"analytics:
|
|
2951
|
+
"analytics:autoinstall:app:cancel": {
|
|
3111
2952
|
"aliases": [],
|
|
3112
2953
|
"args": {},
|
|
3113
|
-
"description": "
|
|
2954
|
+
"description": "Cancels app-auto install request",
|
|
3114
2955
|
"examples": [
|
|
3115
|
-
"$ sfdx analytics:
|
|
2956
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
3116
2957
|
],
|
|
3117
2958
|
"flags": {
|
|
3118
2959
|
"json": {
|
|
@@ -3158,12 +2999,12 @@
|
|
|
3158
2999
|
"multiple": false,
|
|
3159
3000
|
"type": "option"
|
|
3160
3001
|
},
|
|
3161
|
-
"
|
|
3002
|
+
"autoinstallid": {
|
|
3162
3003
|
"char": "i",
|
|
3163
|
-
"description": "
|
|
3164
|
-
"name": "
|
|
3004
|
+
"description": "ID of the auto-install request.",
|
|
3005
|
+
"name": "autoinstallid",
|
|
3165
3006
|
"required": true,
|
|
3166
|
-
"summary": "
|
|
3007
|
+
"summary": "auto-install request ID",
|
|
3167
3008
|
"hasDynamicHelp": false,
|
|
3168
3009
|
"multiple": false,
|
|
3169
3010
|
"type": "option"
|
|
@@ -3171,29 +3012,30 @@
|
|
|
3171
3012
|
},
|
|
3172
3013
|
"hasDynamicHelp": true,
|
|
3173
3014
|
"hiddenAliases": [],
|
|
3174
|
-
"id": "analytics:
|
|
3015
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
3175
3016
|
"pluginAlias": "@salesforce/analytics",
|
|
3176
3017
|
"pluginName": "@salesforce/analytics",
|
|
3177
3018
|
"pluginType": "core",
|
|
3178
3019
|
"strict": true,
|
|
3179
|
-
"summary": "
|
|
3020
|
+
"summary": "cancels app-auto install request",
|
|
3180
3021
|
"enableJsonFlag": true,
|
|
3181
3022
|
"isESM": true,
|
|
3182
3023
|
"relativePath": [
|
|
3183
3024
|
"lib",
|
|
3184
3025
|
"commands",
|
|
3185
3026
|
"analytics",
|
|
3186
|
-
"
|
|
3187
|
-
"
|
|
3188
|
-
"
|
|
3027
|
+
"autoinstall",
|
|
3028
|
+
"app",
|
|
3029
|
+
"cancel.js"
|
|
3189
3030
|
]
|
|
3190
3031
|
},
|
|
3191
|
-
"analytics:
|
|
3032
|
+
"analytics:autoinstall:app:create": {
|
|
3192
3033
|
"aliases": [],
|
|
3193
3034
|
"args": {},
|
|
3194
|
-
"description": "
|
|
3035
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
3195
3036
|
"examples": [
|
|
3196
|
-
"$ sfdx analytics:
|
|
3037
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
3038
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
3197
3039
|
],
|
|
3198
3040
|
"flags": {
|
|
3199
3041
|
"json": {
|
|
@@ -3239,52 +3081,129 @@
|
|
|
3239
3081
|
"multiple": false,
|
|
3240
3082
|
"type": "option"
|
|
3241
3083
|
},
|
|
3242
|
-
"
|
|
3243
|
-
"char": "
|
|
3244
|
-
"description": "
|
|
3245
|
-
"
|
|
3246
|
-
|
|
3247
|
-
|
|
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",
|
|
3248
3092
|
"hasDynamicHelp": false,
|
|
3249
3093
|
"multiple": false,
|
|
3250
3094
|
"type": "option"
|
|
3251
3095
|
},
|
|
3252
|
-
"
|
|
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": {
|
|
3253
3146
|
"char": "a",
|
|
3254
|
-
"description": "
|
|
3255
|
-
"name": "
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3147
|
+
"description": "Create app asynchronously.",
|
|
3148
|
+
"name": "async",
|
|
3149
|
+
"summary": "create app asynchronously",
|
|
3150
|
+
"allowNo": false,
|
|
3151
|
+
"type": "boolean"
|
|
3152
|
+
},
|
|
3153
|
+
"wait": {
|
|
3154
|
+
"char": "w",
|
|
3155
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3156
|
+
"name": "wait",
|
|
3157
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3158
|
+
"default": 10,
|
|
3159
|
+
"hasDynamicHelp": false,
|
|
3160
|
+
"multiple": false,
|
|
3161
|
+
"type": "option"
|
|
3162
|
+
},
|
|
3163
|
+
"pollinterval": {
|
|
3164
|
+
"char": "p",
|
|
3165
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3166
|
+
"name": "pollinterval",
|
|
3167
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3168
|
+
"default": 5000,
|
|
3258
3169
|
"hasDynamicHelp": false,
|
|
3259
3170
|
"multiple": false,
|
|
3260
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",
|
|
3392
|
+
"hasDynamicHelp": false,
|
|
3393
|
+
"multiple": false,
|
|
3394
|
+
"type": "option"
|
|
3395
|
+
},
|
|
3396
|
+
"async": {
|
|
3397
|
+
"char": "a",
|
|
3398
|
+
"description": "Update app asynchronously.",
|
|
3399
|
+
"name": "async",
|
|
3400
|
+
"summary": "update app asynchronously",
|
|
3401
|
+
"allowNo": false,
|
|
3402
|
+
"type": "boolean"
|
|
3403
|
+
},
|
|
3404
|
+
"wait": {
|
|
3405
|
+
"char": "w",
|
|
3406
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3407
|
+
"name": "wait",
|
|
3408
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
3409
|
+
"default": 10,
|
|
3428
3410
|
"hasDynamicHelp": false,
|
|
3429
3411
|
"multiple": false,
|
|
3430
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.38"
|
|
4366
4366
|
}
|