@salesforce/analytics 1.4.8 → 1.4.10
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/lib/commands/analytics/app/display.js +3 -6
- package/lib/commands/analytics/app/display.js.map +1 -1
- package/lib/commands/analytics/autoinstall/app/create.d.ts +1 -0
- package/lib/commands/analytics/autoinstall/app/create.js +10 -1
- package/lib/commands/analytics/autoinstall/app/create.js.map +1 -1
- package/lib/commands/analytics/autoinstall/app/update.d.ts +1 -0
- package/lib/commands/analytics/autoinstall/app/update.js +10 -1
- package/lib/commands/analytics/autoinstall/app/update.js.map +1 -1
- package/lib/commands/analytics/autoinstall/display.js +4 -18
- package/lib/commands/analytics/autoinstall/display.js.map +1 -1
- package/lib/commands/analytics/dataflow/job/display.js +2 -3
- package/lib/commands/analytics/dataflow/job/display.js.map +1 -1
- package/lib/commands/analytics/dataset/display.js +2 -6
- package/lib/commands/analytics/dataset/display.js.map +1 -1
- package/lib/commands/analytics/template/display.js +2 -6
- package/lib/commands/analytics/template/display.js.map +1 -1
- package/lib/commands/analytics/template/lint.js +2 -3
- package/lib/commands/analytics/template/lint.js.map +1 -1
- package/lib/commands/analytics/template/validate.js +2 -3
- package/lib/commands/analytics/template/validate.js.map +1 -1
- package/lib/lib/analytics/autoinstall/autoinstall.d.ts +1 -0
- package/lib/lib/analytics/autoinstall/autoinstall.js +24 -1
- package/lib/lib/analytics/autoinstall/autoinstall.js.map +1 -1
- package/lib/lib/analytics/utils.d.ts +1 -0
- package/lib/lib/analytics/utils.js +4 -0
- package/lib/lib/analytics/utils.js.map +1 -1
- package/messages/autoinstall.json +3 -3
- package/npm-shrinkwrap.json +9143 -15063
- package/oclif.lock +508 -3084
- package/oclif.manifest.json +320 -304
- package/package.json +272 -272
package/oclif.manifest.json
CHANGED
|
@@ -878,10 +878,10 @@
|
|
|
878
878
|
},
|
|
879
879
|
"applog": {
|
|
880
880
|
"char": "a",
|
|
881
|
-
"description": "Specify to include app
|
|
881
|
+
"description": "Specify to include app log details.",
|
|
882
882
|
"name": "applog",
|
|
883
883
|
"required": false,
|
|
884
|
-
"summary": "specify to include app
|
|
884
|
+
"summary": "specify to include app log details",
|
|
885
885
|
"allowNo": false,
|
|
886
886
|
"type": "boolean"
|
|
887
887
|
}
|
|
@@ -2336,12 +2336,12 @@
|
|
|
2336
2336
|
"validate.js"
|
|
2337
2337
|
]
|
|
2338
2338
|
},
|
|
2339
|
-
"analytics:
|
|
2339
|
+
"analytics:autoinstall:app:cancel": {
|
|
2340
2340
|
"aliases": [],
|
|
2341
2341
|
"args": {},
|
|
2342
|
-
"description": "
|
|
2342
|
+
"description": "Cancels app-auto install request",
|
|
2343
2343
|
"examples": [
|
|
2344
|
-
"$ sfdx analytics:
|
|
2344
|
+
"$ sfdx analytics:autoinstall:app:cancel -i id"
|
|
2345
2345
|
],
|
|
2346
2346
|
"flags": {
|
|
2347
2347
|
"json": {
|
|
@@ -2377,12 +2377,12 @@
|
|
|
2377
2377
|
"multiple": false,
|
|
2378
2378
|
"type": "option"
|
|
2379
2379
|
},
|
|
2380
|
-
"
|
|
2380
|
+
"autoinstallid": {
|
|
2381
2381
|
"char": "i",
|
|
2382
|
-
"description": "
|
|
2383
|
-
"name": "
|
|
2382
|
+
"description": "ID of the auto-install request.",
|
|
2383
|
+
"name": "autoinstallid",
|
|
2384
2384
|
"required": true,
|
|
2385
|
-
"summary": "
|
|
2385
|
+
"summary": "auto-install request ID",
|
|
2386
2386
|
"hasDynamicHelp": false,
|
|
2387
2387
|
"multiple": false,
|
|
2388
2388
|
"type": "option"
|
|
@@ -2390,29 +2390,30 @@
|
|
|
2390
2390
|
},
|
|
2391
2391
|
"hasDynamicHelp": true,
|
|
2392
2392
|
"hiddenAliases": [],
|
|
2393
|
-
"id": "analytics:
|
|
2393
|
+
"id": "analytics:autoinstall:app:cancel",
|
|
2394
2394
|
"pluginAlias": "@salesforce/analytics",
|
|
2395
2395
|
"pluginName": "@salesforce/analytics",
|
|
2396
2396
|
"pluginType": "core",
|
|
2397
2397
|
"strict": true,
|
|
2398
|
-
"summary": "
|
|
2398
|
+
"summary": "cancels app-auto install request",
|
|
2399
2399
|
"enableJsonFlag": true,
|
|
2400
2400
|
"isESM": true,
|
|
2401
2401
|
"relativePath": [
|
|
2402
2402
|
"lib",
|
|
2403
2403
|
"commands",
|
|
2404
2404
|
"analytics",
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
"
|
|
2405
|
+
"autoinstall",
|
|
2406
|
+
"app",
|
|
2407
|
+
"cancel.js"
|
|
2408
2408
|
]
|
|
2409
2409
|
},
|
|
2410
|
-
"analytics:
|
|
2410
|
+
"analytics:autoinstall:app:create": {
|
|
2411
2411
|
"aliases": [],
|
|
2412
2412
|
"args": {},
|
|
2413
|
-
"description": "
|
|
2413
|
+
"description": "Creates auto-install request to create a Analytics app.",
|
|
2414
2414
|
"examples": [
|
|
2415
|
-
"$ sfdx analytics:
|
|
2415
|
+
"$ sfdx analytics:autoinstall:app:create -t templateid",
|
|
2416
|
+
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2416
2417
|
],
|
|
2417
2418
|
"flags": {
|
|
2418
2419
|
"json": {
|
|
@@ -2448,131 +2449,129 @@
|
|
|
2448
2449
|
"multiple": false,
|
|
2449
2450
|
"type": "option"
|
|
2450
2451
|
},
|
|
2451
|
-
"
|
|
2452
|
-
"char": "
|
|
2453
|
-
"description": "
|
|
2454
|
-
"
|
|
2455
|
-
|
|
2456
|
-
|
|
2452
|
+
"templateid": {
|
|
2453
|
+
"char": "t",
|
|
2454
|
+
"description": "The ID of the Analytics template.",
|
|
2455
|
+
"exclusive": [
|
|
2456
|
+
"templatename"
|
|
2457
|
+
],
|
|
2458
|
+
"name": "templateid",
|
|
2459
|
+
"summary": "template ID",
|
|
2457
2460
|
"hasDynamicHelp": false,
|
|
2458
2461
|
"multiple": false,
|
|
2459
2462
|
"type": "option"
|
|
2460
2463
|
},
|
|
2461
|
-
"
|
|
2462
|
-
"char": "
|
|
2463
|
-
"description": "
|
|
2464
|
-
"
|
|
2465
|
-
|
|
2466
|
-
|
|
2464
|
+
"templatename": {
|
|
2465
|
+
"char": "n",
|
|
2466
|
+
"description": "The API name of the Analytics template.",
|
|
2467
|
+
"exclusive": [
|
|
2468
|
+
"templateid"
|
|
2469
|
+
],
|
|
2470
|
+
"name": "templatename",
|
|
2471
|
+
"summary": "template api name",
|
|
2467
2472
|
"hasDynamicHelp": false,
|
|
2468
2473
|
"multiple": false,
|
|
2469
2474
|
"type": "option"
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
|
-
"hasDynamicHelp": true,
|
|
2473
|
-
"hiddenAliases": [],
|
|
2474
|
-
"id": "analytics:asset:publisher:delete",
|
|
2475
|
-
"pluginAlias": "@salesforce/analytics",
|
|
2476
|
-
"pluginName": "@salesforce/analytics",
|
|
2477
|
-
"pluginType": "core",
|
|
2478
|
-
"strict": true,
|
|
2479
|
-
"summary": "delete a Analytics asset publisher",
|
|
2480
|
-
"enableJsonFlag": true,
|
|
2481
|
-
"isESM": true,
|
|
2482
|
-
"relativePath": [
|
|
2483
|
-
"lib",
|
|
2484
|
-
"commands",
|
|
2485
|
-
"analytics",
|
|
2486
|
-
"asset",
|
|
2487
|
-
"publisher",
|
|
2488
|
-
"delete.js"
|
|
2489
|
-
]
|
|
2490
|
-
},
|
|
2491
|
-
"analytics:asset:publisher:deleteall": {
|
|
2492
|
-
"aliases": [],
|
|
2493
|
-
"args": {},
|
|
2494
|
-
"description": "Deletes Analytics asset publishers.",
|
|
2495
|
-
"examples": [
|
|
2496
|
-
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
2497
|
-
],
|
|
2498
|
-
"flags": {
|
|
2499
|
-
"json": {
|
|
2500
|
-
"description": "Format output as json.",
|
|
2501
|
-
"helpGroup": "GLOBAL",
|
|
2502
|
-
"name": "json",
|
|
2503
|
-
"allowNo": false,
|
|
2504
|
-
"type": "boolean"
|
|
2505
2475
|
},
|
|
2506
|
-
"
|
|
2507
|
-
"
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
"char": "o",
|
|
2512
|
-
"deprecateAliases": true,
|
|
2513
|
-
"name": "target-org",
|
|
2514
|
-
"noCacheDefault": true,
|
|
2515
|
-
"required": true,
|
|
2516
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2517
|
-
"hasDynamicHelp": true,
|
|
2476
|
+
"appname": {
|
|
2477
|
+
"description": "The name of the created app.",
|
|
2478
|
+
"name": "appname",
|
|
2479
|
+
"summary": "app name",
|
|
2480
|
+
"hasDynamicHelp": false,
|
|
2518
2481
|
"multiple": false,
|
|
2519
2482
|
"type": "option"
|
|
2520
2483
|
},
|
|
2521
|
-
"
|
|
2522
|
-
"
|
|
2523
|
-
|
|
2484
|
+
"appdescription": {
|
|
2485
|
+
"description": "The description of the created app.",
|
|
2486
|
+
"name": "appdescription",
|
|
2487
|
+
"summary": "app description",
|
|
2488
|
+
"hasDynamicHelp": false,
|
|
2489
|
+
"multiple": false,
|
|
2490
|
+
"type": "option"
|
|
2491
|
+
},
|
|
2492
|
+
"appconfiguration": {
|
|
2493
|
+
"char": "c",
|
|
2494
|
+
"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",
|
|
2495
|
+
"exclusive": [
|
|
2496
|
+
"appname",
|
|
2497
|
+
"appdescription"
|
|
2524
2498
|
],
|
|
2525
|
-
"
|
|
2526
|
-
"
|
|
2527
|
-
"name": "api-version",
|
|
2499
|
+
"name": "appconfiguration",
|
|
2500
|
+
"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",
|
|
2528
2501
|
"hasDynamicHelp": false,
|
|
2529
2502
|
"multiple": false,
|
|
2530
2503
|
"type": "option"
|
|
2531
2504
|
},
|
|
2532
|
-
"
|
|
2533
|
-
"
|
|
2534
|
-
"
|
|
2535
|
-
"name": "
|
|
2536
|
-
"
|
|
2537
|
-
"
|
|
2505
|
+
"noenqueue": {
|
|
2506
|
+
"description": "Only create the request, do not initially enqueue and start the request.",
|
|
2507
|
+
"hidden": true,
|
|
2508
|
+
"name": "noenqueue",
|
|
2509
|
+
"summary": "do not enqueue the request",
|
|
2510
|
+
"allowNo": false,
|
|
2511
|
+
"type": "boolean"
|
|
2512
|
+
},
|
|
2513
|
+
"async": {
|
|
2514
|
+
"char": "a",
|
|
2515
|
+
"description": "Create app asynchronously.",
|
|
2516
|
+
"name": "async",
|
|
2517
|
+
"summary": "create app asynchronously",
|
|
2518
|
+
"allowNo": false,
|
|
2519
|
+
"type": "boolean"
|
|
2520
|
+
},
|
|
2521
|
+
"wait": {
|
|
2522
|
+
"char": "w",
|
|
2523
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2524
|
+
"name": "wait",
|
|
2525
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
2526
|
+
"default": 10,
|
|
2538
2527
|
"hasDynamicHelp": false,
|
|
2539
2528
|
"multiple": false,
|
|
2540
2529
|
"type": "option"
|
|
2541
2530
|
},
|
|
2542
|
-
"
|
|
2531
|
+
"pollinterval": {
|
|
2543
2532
|
"char": "p",
|
|
2544
|
-
"description": "
|
|
2545
|
-
"name": "
|
|
2546
|
-
"summary": "
|
|
2533
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2534
|
+
"name": "pollinterval",
|
|
2535
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2536
|
+
"default": 5000,
|
|
2537
|
+
"hasDynamicHelp": false,
|
|
2538
|
+
"multiple": false,
|
|
2539
|
+
"type": "option"
|
|
2540
|
+
},
|
|
2541
|
+
"applog": {
|
|
2542
|
+
"description": "Specify to include app log details.",
|
|
2543
|
+
"name": "applog",
|
|
2544
|
+
"required": false,
|
|
2545
|
+
"summary": "specify to include app log details",
|
|
2547
2546
|
"allowNo": false,
|
|
2548
2547
|
"type": "boolean"
|
|
2549
2548
|
}
|
|
2550
2549
|
},
|
|
2551
2550
|
"hasDynamicHelp": true,
|
|
2552
2551
|
"hiddenAliases": [],
|
|
2553
|
-
"id": "analytics:
|
|
2552
|
+
"id": "analytics:autoinstall:app:create",
|
|
2554
2553
|
"pluginAlias": "@salesforce/analytics",
|
|
2555
2554
|
"pluginName": "@salesforce/analytics",
|
|
2556
2555
|
"pluginType": "core",
|
|
2557
2556
|
"strict": true,
|
|
2558
|
-
"summary": "
|
|
2557
|
+
"summary": "creates auto-install request to create Analytics app",
|
|
2559
2558
|
"enableJsonFlag": true,
|
|
2560
2559
|
"isESM": true,
|
|
2561
2560
|
"relativePath": [
|
|
2562
2561
|
"lib",
|
|
2563
2562
|
"commands",
|
|
2564
2563
|
"analytics",
|
|
2565
|
-
"
|
|
2566
|
-
"
|
|
2567
|
-
"
|
|
2564
|
+
"autoinstall",
|
|
2565
|
+
"app",
|
|
2566
|
+
"create.js"
|
|
2568
2567
|
]
|
|
2569
2568
|
},
|
|
2570
|
-
"analytics:
|
|
2569
|
+
"analytics:autoinstall:app:delete": {
|
|
2571
2570
|
"aliases": [],
|
|
2572
2571
|
"args": {},
|
|
2573
|
-
"description": "
|
|
2572
|
+
"description": "Creates auto-install request to delete a Analytics app.",
|
|
2574
2573
|
"examples": [
|
|
2575
|
-
"$ sfdx analytics:
|
|
2574
|
+
"$ sfdx analytics:autoinstall:app:delete -f folderid"
|
|
2576
2575
|
],
|
|
2577
2576
|
"flags": {
|
|
2578
2577
|
"json": {
|
|
@@ -2608,12 +2607,40 @@
|
|
|
2608
2607
|
"multiple": false,
|
|
2609
2608
|
"type": "option"
|
|
2610
2609
|
},
|
|
2611
|
-
"
|
|
2612
|
-
"char": "
|
|
2613
|
-
"description": "
|
|
2614
|
-
"name": "
|
|
2610
|
+
"folderid": {
|
|
2611
|
+
"char": "f",
|
|
2612
|
+
"description": "ID of the folder that contains the app data.",
|
|
2613
|
+
"name": "folderid",
|
|
2615
2614
|
"required": true,
|
|
2616
|
-
"summary": "
|
|
2615
|
+
"summary": "folder ID",
|
|
2616
|
+
"hasDynamicHelp": false,
|
|
2617
|
+
"multiple": false,
|
|
2618
|
+
"type": "option"
|
|
2619
|
+
},
|
|
2620
|
+
"async": {
|
|
2621
|
+
"char": "a",
|
|
2622
|
+
"description": "Delete app asynchronously.",
|
|
2623
|
+
"name": "async",
|
|
2624
|
+
"summary": "delete app asynchronously",
|
|
2625
|
+
"allowNo": false,
|
|
2626
|
+
"type": "boolean"
|
|
2627
|
+
},
|
|
2628
|
+
"wait": {
|
|
2629
|
+
"char": "w",
|
|
2630
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2631
|
+
"name": "wait",
|
|
2632
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
2633
|
+
"default": 10,
|
|
2634
|
+
"hasDynamicHelp": false,
|
|
2635
|
+
"multiple": false,
|
|
2636
|
+
"type": "option"
|
|
2637
|
+
},
|
|
2638
|
+
"pollinterval": {
|
|
2639
|
+
"char": "p",
|
|
2640
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2641
|
+
"name": "pollinterval",
|
|
2642
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2643
|
+
"default": 5000,
|
|
2617
2644
|
"hasDynamicHelp": false,
|
|
2618
2645
|
"multiple": false,
|
|
2619
2646
|
"type": "option"
|
|
@@ -2621,29 +2648,30 @@
|
|
|
2621
2648
|
},
|
|
2622
2649
|
"hasDynamicHelp": true,
|
|
2623
2650
|
"hiddenAliases": [],
|
|
2624
|
-
"id": "analytics:
|
|
2651
|
+
"id": "analytics:autoinstall:app:delete",
|
|
2625
2652
|
"pluginAlias": "@salesforce/analytics",
|
|
2626
2653
|
"pluginName": "@salesforce/analytics",
|
|
2627
2654
|
"pluginType": "core",
|
|
2628
2655
|
"strict": true,
|
|
2629
|
-
"summary": "
|
|
2656
|
+
"summary": "creates auto-install request to delete Analytics app",
|
|
2630
2657
|
"enableJsonFlag": true,
|
|
2631
2658
|
"isESM": true,
|
|
2632
2659
|
"relativePath": [
|
|
2633
2660
|
"lib",
|
|
2634
2661
|
"commands",
|
|
2635
2662
|
"analytics",
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2638
|
-
"
|
|
2663
|
+
"autoinstall",
|
|
2664
|
+
"app",
|
|
2665
|
+
"delete.js"
|
|
2639
2666
|
]
|
|
2640
2667
|
},
|
|
2641
|
-
"analytics:autoinstall:app:
|
|
2668
|
+
"analytics:autoinstall:app:update": {
|
|
2642
2669
|
"aliases": [],
|
|
2643
2670
|
"args": {},
|
|
2644
|
-
"description": "
|
|
2671
|
+
"description": "Creates auto-install request to update a Analytics app.",
|
|
2645
2672
|
"examples": [
|
|
2646
|
-
"$ sfdx analytics:autoinstall:app:
|
|
2673
|
+
"$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
|
|
2674
|
+
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
2647
2675
|
],
|
|
2648
2676
|
"flags": {
|
|
2649
2677
|
"json": {
|
|
@@ -2679,25 +2707,85 @@
|
|
|
2679
2707
|
"multiple": false,
|
|
2680
2708
|
"type": "option"
|
|
2681
2709
|
},
|
|
2682
|
-
"
|
|
2683
|
-
"char": "
|
|
2684
|
-
"description": "ID of the
|
|
2685
|
-
"
|
|
2686
|
-
|
|
2687
|
-
|
|
2710
|
+
"templateid": {
|
|
2711
|
+
"char": "t",
|
|
2712
|
+
"description": "The ID of the Analytics template.",
|
|
2713
|
+
"exclusive": [
|
|
2714
|
+
"templatename"
|
|
2715
|
+
],
|
|
2716
|
+
"name": "templateid",
|
|
2717
|
+
"summary": "template ID",
|
|
2718
|
+
"hasDynamicHelp": false,
|
|
2719
|
+
"multiple": false,
|
|
2720
|
+
"type": "option"
|
|
2721
|
+
},
|
|
2722
|
+
"templatename": {
|
|
2723
|
+
"char": "n",
|
|
2724
|
+
"description": "The API name of the Analytics template.",
|
|
2725
|
+
"exclusive": [
|
|
2726
|
+
"templateid"
|
|
2727
|
+
],
|
|
2728
|
+
"name": "templatename",
|
|
2729
|
+
"summary": "template api name",
|
|
2730
|
+
"hasDynamicHelp": false,
|
|
2731
|
+
"multiple": false,
|
|
2732
|
+
"type": "option"
|
|
2733
|
+
},
|
|
2734
|
+
"folderid": {
|
|
2735
|
+
"char": "f",
|
|
2736
|
+
"description": "ID of the folder that contains the app data.",
|
|
2737
|
+
"name": "folderid",
|
|
2738
|
+
"required": true,
|
|
2739
|
+
"summary": "folder ID",
|
|
2740
|
+
"hasDynamicHelp": false,
|
|
2741
|
+
"multiple": false,
|
|
2742
|
+
"type": "option"
|
|
2743
|
+
},
|
|
2744
|
+
"async": {
|
|
2745
|
+
"char": "a",
|
|
2746
|
+
"description": "Update app asynchronously.",
|
|
2747
|
+
"name": "async",
|
|
2748
|
+
"summary": "update app asynchronously",
|
|
2749
|
+
"allowNo": false,
|
|
2750
|
+
"type": "boolean"
|
|
2751
|
+
},
|
|
2752
|
+
"wait": {
|
|
2753
|
+
"char": "w",
|
|
2754
|
+
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2755
|
+
"name": "wait",
|
|
2756
|
+
"summary": "wait time in minutes for auto-install request to finish",
|
|
2757
|
+
"default": 10,
|
|
2688
2758
|
"hasDynamicHelp": false,
|
|
2689
2759
|
"multiple": false,
|
|
2690
2760
|
"type": "option"
|
|
2761
|
+
},
|
|
2762
|
+
"pollinterval": {
|
|
2763
|
+
"char": "p",
|
|
2764
|
+
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2765
|
+
"name": "pollinterval",
|
|
2766
|
+
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2767
|
+
"default": 5000,
|
|
2768
|
+
"hasDynamicHelp": false,
|
|
2769
|
+
"multiple": false,
|
|
2770
|
+
"type": "option"
|
|
2771
|
+
},
|
|
2772
|
+
"applog": {
|
|
2773
|
+
"description": "Specify to include app log details.",
|
|
2774
|
+
"name": "applog",
|
|
2775
|
+
"required": false,
|
|
2776
|
+
"summary": "specify to include app log details",
|
|
2777
|
+
"allowNo": false,
|
|
2778
|
+
"type": "boolean"
|
|
2691
2779
|
}
|
|
2692
2780
|
},
|
|
2693
2781
|
"hasDynamicHelp": true,
|
|
2694
2782
|
"hiddenAliases": [],
|
|
2695
|
-
"id": "analytics:autoinstall:app:
|
|
2783
|
+
"id": "analytics:autoinstall:app:update",
|
|
2696
2784
|
"pluginAlias": "@salesforce/analytics",
|
|
2697
2785
|
"pluginName": "@salesforce/analytics",
|
|
2698
2786
|
"pluginType": "core",
|
|
2699
2787
|
"strict": true,
|
|
2700
|
-
"summary": "
|
|
2788
|
+
"summary": "creates auto-install request to update Analytics app",
|
|
2701
2789
|
"enableJsonFlag": true,
|
|
2702
2790
|
"isESM": true,
|
|
2703
2791
|
"relativePath": [
|
|
@@ -2706,16 +2794,15 @@
|
|
|
2706
2794
|
"analytics",
|
|
2707
2795
|
"autoinstall",
|
|
2708
2796
|
"app",
|
|
2709
|
-
"
|
|
2797
|
+
"update.js"
|
|
2710
2798
|
]
|
|
2711
2799
|
},
|
|
2712
|
-
"analytics:
|
|
2800
|
+
"analytics:asset:publisher:create": {
|
|
2713
2801
|
"aliases": [],
|
|
2714
2802
|
"args": {},
|
|
2715
|
-
"description": "
|
|
2803
|
+
"description": "Create a publisher record for the Analytics asset.",
|
|
2716
2804
|
"examples": [
|
|
2717
|
-
"$ sfdx analytics:
|
|
2718
|
-
"$ sfdx analytics:autoinstall:app:create -n templatename"
|
|
2805
|
+
"$ sfdx analytics:asset:publisher:create -i assetId"
|
|
2719
2806
|
],
|
|
2720
2807
|
"flags": {
|
|
2721
2808
|
"json": {
|
|
@@ -2751,91 +2838,93 @@
|
|
|
2751
2838
|
"multiple": false,
|
|
2752
2839
|
"type": "option"
|
|
2753
2840
|
},
|
|
2754
|
-
"
|
|
2755
|
-
"char": "
|
|
2756
|
-
"description": "
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
"name": "templateid",
|
|
2761
|
-
"summary": "template ID",
|
|
2841
|
+
"assetid": {
|
|
2842
|
+
"char": "i",
|
|
2843
|
+
"description": "Asset ID under development.",
|
|
2844
|
+
"name": "assetid",
|
|
2845
|
+
"required": true,
|
|
2846
|
+
"summary": "Asset ID under development",
|
|
2762
2847
|
"hasDynamicHelp": false,
|
|
2763
2848
|
"multiple": false,
|
|
2764
2849
|
"type": "option"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
"hasDynamicHelp": true,
|
|
2853
|
+
"hiddenAliases": [],
|
|
2854
|
+
"id": "analytics:asset:publisher:create",
|
|
2855
|
+
"pluginAlias": "@salesforce/analytics",
|
|
2856
|
+
"pluginName": "@salesforce/analytics",
|
|
2857
|
+
"pluginType": "core",
|
|
2858
|
+
"strict": true,
|
|
2859
|
+
"summary": "create a publisher record for the Analytics asset",
|
|
2860
|
+
"enableJsonFlag": true,
|
|
2861
|
+
"isESM": true,
|
|
2862
|
+
"relativePath": [
|
|
2863
|
+
"lib",
|
|
2864
|
+
"commands",
|
|
2865
|
+
"analytics",
|
|
2866
|
+
"asset",
|
|
2867
|
+
"publisher",
|
|
2868
|
+
"create.js"
|
|
2869
|
+
]
|
|
2870
|
+
},
|
|
2871
|
+
"analytics:asset:publisher:delete": {
|
|
2872
|
+
"aliases": [],
|
|
2873
|
+
"args": {},
|
|
2874
|
+
"description": "Delete a Analytics asset publisher.",
|
|
2875
|
+
"examples": [
|
|
2876
|
+
"$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
|
|
2877
|
+
],
|
|
2878
|
+
"flags": {
|
|
2879
|
+
"json": {
|
|
2880
|
+
"description": "Format output as json.",
|
|
2881
|
+
"helpGroup": "GLOBAL",
|
|
2882
|
+
"name": "json",
|
|
2883
|
+
"allowNo": false,
|
|
2884
|
+
"type": "boolean"
|
|
2765
2885
|
},
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
"templateid"
|
|
2886
|
+
"target-org": {
|
|
2887
|
+
"aliases": [
|
|
2888
|
+
"targetusername",
|
|
2889
|
+
"u"
|
|
2771
2890
|
],
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2775
|
-
"
|
|
2776
|
-
"
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
"description": "The name of the created app.",
|
|
2780
|
-
"name": "appname",
|
|
2781
|
-
"summary": "app name",
|
|
2782
|
-
"hasDynamicHelp": false,
|
|
2783
|
-
"multiple": false,
|
|
2784
|
-
"type": "option"
|
|
2785
|
-
},
|
|
2786
|
-
"appdescription": {
|
|
2787
|
-
"description": "The description of the created app.",
|
|
2788
|
-
"name": "appdescription",
|
|
2789
|
-
"summary": "app description",
|
|
2790
|
-
"hasDynamicHelp": false,
|
|
2891
|
+
"char": "o",
|
|
2892
|
+
"deprecateAliases": true,
|
|
2893
|
+
"name": "target-org",
|
|
2894
|
+
"noCacheDefault": true,
|
|
2895
|
+
"required": true,
|
|
2896
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2897
|
+
"hasDynamicHelp": true,
|
|
2791
2898
|
"multiple": false,
|
|
2792
2899
|
"type": "option"
|
|
2793
2900
|
},
|
|
2794
|
-
"
|
|
2795
|
-
"
|
|
2796
|
-
|
|
2797
|
-
"exclusive": [
|
|
2798
|
-
"appname",
|
|
2799
|
-
"appdescription"
|
|
2901
|
+
"api-version": {
|
|
2902
|
+
"aliases": [
|
|
2903
|
+
"apiversion"
|
|
2800
2904
|
],
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2905
|
+
"deprecateAliases": true,
|
|
2906
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2907
|
+
"name": "api-version",
|
|
2803
2908
|
"hasDynamicHelp": false,
|
|
2804
2909
|
"multiple": false,
|
|
2805
2910
|
"type": "option"
|
|
2806
2911
|
},
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
"
|
|
2810
|
-
"name": "
|
|
2811
|
-
"
|
|
2812
|
-
"
|
|
2813
|
-
"type": "boolean"
|
|
2814
|
-
},
|
|
2815
|
-
"async": {
|
|
2816
|
-
"char": "a",
|
|
2817
|
-
"description": "Create app asynchronously.",
|
|
2818
|
-
"name": "async",
|
|
2819
|
-
"summary": "create app asynchronously",
|
|
2820
|
-
"allowNo": false,
|
|
2821
|
-
"type": "boolean"
|
|
2822
|
-
},
|
|
2823
|
-
"wait": {
|
|
2824
|
-
"char": "w",
|
|
2825
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2826
|
-
"name": "wait",
|
|
2827
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
2828
|
-
"default": 10,
|
|
2912
|
+
"id": {
|
|
2913
|
+
"char": "i",
|
|
2914
|
+
"description": "Asset Publisher ID under development.",
|
|
2915
|
+
"name": "id",
|
|
2916
|
+
"required": true,
|
|
2917
|
+
"summary": "Asset Publisher ID under development",
|
|
2829
2918
|
"hasDynamicHelp": false,
|
|
2830
2919
|
"multiple": false,
|
|
2831
2920
|
"type": "option"
|
|
2832
2921
|
},
|
|
2833
|
-
"
|
|
2834
|
-
"char": "
|
|
2835
|
-
"description": "
|
|
2836
|
-
"name": "
|
|
2837
|
-
"
|
|
2838
|
-
"
|
|
2922
|
+
"assetid": {
|
|
2923
|
+
"char": "a",
|
|
2924
|
+
"description": "Asset ID under development.",
|
|
2925
|
+
"name": "assetid",
|
|
2926
|
+
"required": true,
|
|
2927
|
+
"summary": "Asset ID under development",
|
|
2839
2928
|
"hasDynamicHelp": false,
|
|
2840
2929
|
"multiple": false,
|
|
2841
2930
|
"type": "option"
|
|
@@ -2843,29 +2932,29 @@
|
|
|
2843
2932
|
},
|
|
2844
2933
|
"hasDynamicHelp": true,
|
|
2845
2934
|
"hiddenAliases": [],
|
|
2846
|
-
"id": "analytics:
|
|
2935
|
+
"id": "analytics:asset:publisher:delete",
|
|
2847
2936
|
"pluginAlias": "@salesforce/analytics",
|
|
2848
2937
|
"pluginName": "@salesforce/analytics",
|
|
2849
2938
|
"pluginType": "core",
|
|
2850
2939
|
"strict": true,
|
|
2851
|
-
"summary": "
|
|
2940
|
+
"summary": "delete a Analytics asset publisher",
|
|
2852
2941
|
"enableJsonFlag": true,
|
|
2853
2942
|
"isESM": true,
|
|
2854
2943
|
"relativePath": [
|
|
2855
2944
|
"lib",
|
|
2856
2945
|
"commands",
|
|
2857
2946
|
"analytics",
|
|
2858
|
-
"
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2947
|
+
"asset",
|
|
2948
|
+
"publisher",
|
|
2949
|
+
"delete.js"
|
|
2861
2950
|
]
|
|
2862
2951
|
},
|
|
2863
|
-
"analytics:
|
|
2952
|
+
"analytics:asset:publisher:deleteall": {
|
|
2864
2953
|
"aliases": [],
|
|
2865
2954
|
"args": {},
|
|
2866
|
-
"description": "
|
|
2955
|
+
"description": "Deletes Analytics asset publishers.",
|
|
2867
2956
|
"examples": [
|
|
2868
|
-
"$ sfdx analytics:
|
|
2957
|
+
"$ sfdx analytics:asset:publisher:deleteall -i assetId"
|
|
2869
2958
|
],
|
|
2870
2959
|
"flags": {
|
|
2871
2960
|
"json": {
|
|
@@ -2901,71 +2990,50 @@
|
|
|
2901
2990
|
"multiple": false,
|
|
2902
2991
|
"type": "option"
|
|
2903
2992
|
},
|
|
2904
|
-
"
|
|
2905
|
-
"char": "
|
|
2906
|
-
"description": "ID
|
|
2907
|
-
"name": "
|
|
2993
|
+
"assetid": {
|
|
2994
|
+
"char": "i",
|
|
2995
|
+
"description": "Asset ID under development.",
|
|
2996
|
+
"name": "assetid",
|
|
2908
2997
|
"required": true,
|
|
2909
|
-
"summary": "
|
|
2998
|
+
"summary": "Asset ID under development",
|
|
2910
2999
|
"hasDynamicHelp": false,
|
|
2911
3000
|
"multiple": false,
|
|
2912
3001
|
"type": "option"
|
|
2913
3002
|
},
|
|
2914
|
-
"
|
|
2915
|
-
"char": "
|
|
2916
|
-
"description": "
|
|
2917
|
-
"name": "
|
|
2918
|
-
"summary": "
|
|
3003
|
+
"noprompt": {
|
|
3004
|
+
"char": "p",
|
|
3005
|
+
"description": "Do not prompt to confirm delete.",
|
|
3006
|
+
"name": "noprompt",
|
|
3007
|
+
"summary": "do not prompt to confirm force delete",
|
|
2919
3008
|
"allowNo": false,
|
|
2920
3009
|
"type": "boolean"
|
|
2921
|
-
},
|
|
2922
|
-
"wait": {
|
|
2923
|
-
"char": "w",
|
|
2924
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
2925
|
-
"name": "wait",
|
|
2926
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
2927
|
-
"default": 10,
|
|
2928
|
-
"hasDynamicHelp": false,
|
|
2929
|
-
"multiple": false,
|
|
2930
|
-
"type": "option"
|
|
2931
|
-
},
|
|
2932
|
-
"pollinterval": {
|
|
2933
|
-
"char": "p",
|
|
2934
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
2935
|
-
"name": "pollinterval",
|
|
2936
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
2937
|
-
"default": 5000,
|
|
2938
|
-
"hasDynamicHelp": false,
|
|
2939
|
-
"multiple": false,
|
|
2940
|
-
"type": "option"
|
|
2941
3010
|
}
|
|
2942
3011
|
},
|
|
2943
3012
|
"hasDynamicHelp": true,
|
|
2944
3013
|
"hiddenAliases": [],
|
|
2945
|
-
"id": "analytics:
|
|
3014
|
+
"id": "analytics:asset:publisher:deleteall",
|
|
2946
3015
|
"pluginAlias": "@salesforce/analytics",
|
|
2947
3016
|
"pluginName": "@salesforce/analytics",
|
|
2948
3017
|
"pluginType": "core",
|
|
2949
3018
|
"strict": true,
|
|
2950
|
-
"summary": "
|
|
3019
|
+
"summary": "delete Analytics asset publishers",
|
|
2951
3020
|
"enableJsonFlag": true,
|
|
2952
3021
|
"isESM": true,
|
|
2953
3022
|
"relativePath": [
|
|
2954
3023
|
"lib",
|
|
2955
3024
|
"commands",
|
|
2956
3025
|
"analytics",
|
|
2957
|
-
"
|
|
2958
|
-
"
|
|
2959
|
-
"
|
|
3026
|
+
"asset",
|
|
3027
|
+
"publisher",
|
|
3028
|
+
"deleteall.js"
|
|
2960
3029
|
]
|
|
2961
3030
|
},
|
|
2962
|
-
"analytics:
|
|
3031
|
+
"analytics:asset:publisher:list": {
|
|
2963
3032
|
"aliases": [],
|
|
2964
3033
|
"args": {},
|
|
2965
|
-
"description": "
|
|
3034
|
+
"description": "Lists Analytics asset publishers.",
|
|
2966
3035
|
"examples": [
|
|
2967
|
-
"$ sfdx analytics:
|
|
2968
|
-
"$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
|
|
3036
|
+
"$ sfdx analytics:asset:publisher:list -i assetId"
|
|
2969
3037
|
],
|
|
2970
3038
|
"flags": {
|
|
2971
3039
|
"json": {
|
|
@@ -3001,64 +3069,12 @@
|
|
|
3001
3069
|
"multiple": false,
|
|
3002
3070
|
"type": "option"
|
|
3003
3071
|
},
|
|
3004
|
-
"
|
|
3005
|
-
"char": "
|
|
3006
|
-
"description": "
|
|
3007
|
-
"
|
|
3008
|
-
"templatename"
|
|
3009
|
-
],
|
|
3010
|
-
"name": "templateid",
|
|
3011
|
-
"summary": "template ID",
|
|
3012
|
-
"hasDynamicHelp": false,
|
|
3013
|
-
"multiple": false,
|
|
3014
|
-
"type": "option"
|
|
3015
|
-
},
|
|
3016
|
-
"templatename": {
|
|
3017
|
-
"char": "n",
|
|
3018
|
-
"description": "The API name of the Analytics template.",
|
|
3019
|
-
"exclusive": [
|
|
3020
|
-
"templateid"
|
|
3021
|
-
],
|
|
3022
|
-
"name": "templatename",
|
|
3023
|
-
"summary": "template api name",
|
|
3024
|
-
"hasDynamicHelp": false,
|
|
3025
|
-
"multiple": false,
|
|
3026
|
-
"type": "option"
|
|
3027
|
-
},
|
|
3028
|
-
"folderid": {
|
|
3029
|
-
"char": "f",
|
|
3030
|
-
"description": "ID of the folder that contains the app data.",
|
|
3031
|
-
"name": "folderid",
|
|
3072
|
+
"assetid": {
|
|
3073
|
+
"char": "i",
|
|
3074
|
+
"description": "Asset ID under development.",
|
|
3075
|
+
"name": "assetid",
|
|
3032
3076
|
"required": true,
|
|
3033
|
-
"summary": "
|
|
3034
|
-
"hasDynamicHelp": false,
|
|
3035
|
-
"multiple": false,
|
|
3036
|
-
"type": "option"
|
|
3037
|
-
},
|
|
3038
|
-
"async": {
|
|
3039
|
-
"char": "a",
|
|
3040
|
-
"description": "Update app asynchronously.",
|
|
3041
|
-
"name": "async",
|
|
3042
|
-
"summary": "update app asynchronously",
|
|
3043
|
-
"allowNo": false,
|
|
3044
|
-
"type": "boolean"
|
|
3045
|
-
},
|
|
3046
|
-
"wait": {
|
|
3047
|
-
"char": "w",
|
|
3048
|
-
"description": "Wait time in minutes for auto-install request to finish (default 10).",
|
|
3049
|
-
"name": "wait",
|
|
3050
|
-
"summary": "wait time in minutes for auto-install request to finish",
|
|
3051
|
-
"default": 10,
|
|
3052
|
-
"hasDynamicHelp": false,
|
|
3053
|
-
"multiple": false,
|
|
3054
|
-
"type": "option"
|
|
3055
|
-
},
|
|
3056
|
-
"pollinterval": {
|
|
3057
|
-
"char": "p",
|
|
3058
|
-
"description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
|
|
3059
|
-
"name": "pollinterval",
|
|
3060
|
-
"summary": "polling interval in milliseconds for checking auto-install request status",
|
|
3061
|
-
"default": 5000,
|
|
3077
|
+
"summary": "Asset ID under development",
|
|
3062
3078
|
"hasDynamicHelp": false,
|
|
3063
3079
|
"multiple": false,
|
|
3064
3080
|
"type": "option"
|
|
@@ -3066,21 +3082,21 @@
|
|
|
3066
3082
|
},
|
|
3067
3083
|
"hasDynamicHelp": true,
|
|
3068
3084
|
"hiddenAliases": [],
|
|
3069
|
-
"id": "analytics:
|
|
3085
|
+
"id": "analytics:asset:publisher:list",
|
|
3070
3086
|
"pluginAlias": "@salesforce/analytics",
|
|
3071
3087
|
"pluginName": "@salesforce/analytics",
|
|
3072
3088
|
"pluginType": "core",
|
|
3073
3089
|
"strict": true,
|
|
3074
|
-
"summary": "
|
|
3090
|
+
"summary": "list Analytics asset publishers",
|
|
3075
3091
|
"enableJsonFlag": true,
|
|
3076
3092
|
"isESM": true,
|
|
3077
3093
|
"relativePath": [
|
|
3078
3094
|
"lib",
|
|
3079
3095
|
"commands",
|
|
3080
3096
|
"analytics",
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3097
|
+
"asset",
|
|
3098
|
+
"publisher",
|
|
3099
|
+
"list.js"
|
|
3084
3100
|
]
|
|
3085
3101
|
},
|
|
3086
3102
|
"analytics:dashboard:history:list": {
|
|
@@ -3896,5 +3912,5 @@
|
|
|
3896
3912
|
]
|
|
3897
3913
|
}
|
|
3898
3914
|
},
|
|
3899
|
-
"version": "1.4.
|
|
3915
|
+
"version": "1.4.10"
|
|
3900
3916
|
}
|