@salesforce/analytics 1.4.11 → 1.4.12

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.
@@ -2336,12 +2336,12 @@
2336
2336
  "validate.js"
2337
2337
  ]
2338
2338
  },
2339
- "analytics:asset:publisher:create": {
2339
+ "analytics:autoinstall:app:cancel": {
2340
2340
  "aliases": [],
2341
2341
  "args": {},
2342
- "description": "Create a publisher record for the Analytics asset.",
2342
+ "description": "Cancels app-auto install request",
2343
2343
  "examples": [
2344
- "$ sfdx analytics:asset:publisher:create -i assetId"
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
- "assetid": {
2380
+ "autoinstallid": {
2381
2381
  "char": "i",
2382
- "description": "Asset ID under development.",
2383
- "name": "assetid",
2382
+ "description": "ID of the auto-install request.",
2383
+ "name": "autoinstallid",
2384
2384
  "required": true,
2385
- "summary": "Asset ID under development",
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:asset:publisher:create",
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": "create a publisher record for the Analytics asset",
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
- "asset",
2406
- "publisher",
2407
- "create.js"
2405
+ "autoinstall",
2406
+ "app",
2407
+ "cancel.js"
2408
2408
  ]
2409
2409
  },
2410
- "analytics:asset:publisher:delete": {
2410
+ "analytics:autoinstall:app:create": {
2411
2411
  "aliases": [],
2412
2412
  "args": {},
2413
- "description": "Delete a Analytics asset publisher.",
2413
+ "description": "Creates auto-install request to create a Analytics app.",
2414
2414
  "examples": [
2415
- "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
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
- "id": {
2452
- "char": "i",
2453
- "description": "Asset Publisher ID under development.",
2454
- "name": "id",
2455
- "required": true,
2456
- "summary": "Asset Publisher ID under development",
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
- "assetid": {
2462
- "char": "a",
2463
- "description": "Asset ID under development.",
2464
- "name": "assetid",
2465
- "required": true,
2466
- "summary": "Asset ID under development",
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
- "target-org": {
2507
- "aliases": [
2508
- "targetusername",
2509
- "u"
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
- "api-version": {
2522
- "aliases": [
2523
- "apiversion"
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
- "deprecateAliases": true,
2526
- "description": "Override the api version used for api requests made by this command",
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
- "assetid": {
2533
- "char": "i",
2534
- "description": "Asset ID under development.",
2535
- "name": "assetid",
2536
- "required": true,
2537
- "summary": "Asset ID under development",
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
- "noprompt": {
2531
+ "pollinterval": {
2543
2532
  "char": "p",
2544
- "description": "Do not prompt to confirm delete.",
2545
- "name": "noprompt",
2546
- "summary": "do not prompt to confirm force delete",
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:asset:publisher:deleteall",
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": "delete Analytics asset publishers",
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
- "asset",
2566
- "publisher",
2567
- "deleteall.js"
2564
+ "autoinstall",
2565
+ "app",
2566
+ "create.js"
2568
2567
  ]
2569
2568
  },
2570
- "analytics:asset:publisher:list": {
2569
+ "analytics:autoinstall:app:delete": {
2571
2570
  "aliases": [],
2572
2571
  "args": {},
2573
- "description": "Lists Analytics asset publishers.",
2572
+ "description": "Creates auto-install request to delete a Analytics app.",
2574
2573
  "examples": [
2575
- "$ sfdx analytics:asset:publisher:list -i assetId"
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
- "assetid": {
2612
- "char": "i",
2613
- "description": "Asset ID under development.",
2614
- "name": "assetid",
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": "Asset ID under development",
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,101 +2648,30 @@
2621
2648
  },
2622
2649
  "hasDynamicHelp": true,
2623
2650
  "hiddenAliases": [],
2624
- "id": "analytics:asset:publisher:list",
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": "list Analytics asset publishers",
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
- "asset",
2637
- "publisher",
2638
- "list.js"
2663
+ "autoinstall",
2664
+ "app",
2665
+ "delete.js"
2639
2666
  ]
2640
2667
  },
2641
- "analytics:autoinstall:app:cancel": {
2668
+ "analytics:autoinstall:app:update": {
2642
2669
  "aliases": [],
2643
2670
  "args": {},
2644
- "description": "Cancels app-auto install request",
2671
+ "description": "Creates auto-install request to update a Analytics app.",
2645
2672
  "examples": [
2646
- "$ sfdx analytics:autoinstall:app:cancel -i id"
2647
- ],
2648
- "flags": {
2649
- "json": {
2650
- "description": "Format output as json.",
2651
- "helpGroup": "GLOBAL",
2652
- "name": "json",
2653
- "allowNo": false,
2654
- "type": "boolean"
2655
- },
2656
- "target-org": {
2657
- "aliases": [
2658
- "targetusername",
2659
- "u"
2660
- ],
2661
- "char": "o",
2662
- "deprecateAliases": true,
2663
- "name": "target-org",
2664
- "noCacheDefault": true,
2665
- "required": true,
2666
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2667
- "hasDynamicHelp": true,
2668
- "multiple": false,
2669
- "type": "option"
2670
- },
2671
- "api-version": {
2672
- "aliases": [
2673
- "apiversion"
2674
- ],
2675
- "deprecateAliases": true,
2676
- "description": "Override the api version used for api requests made by this command",
2677
- "name": "api-version",
2678
- "hasDynamicHelp": false,
2679
- "multiple": false,
2680
- "type": "option"
2681
- },
2682
- "autoinstallid": {
2683
- "char": "i",
2684
- "description": "ID of the auto-install request.",
2685
- "name": "autoinstallid",
2686
- "required": true,
2687
- "summary": "auto-install request ID",
2688
- "hasDynamicHelp": false,
2689
- "multiple": false,
2690
- "type": "option"
2691
- }
2692
- },
2693
- "hasDynamicHelp": true,
2694
- "hiddenAliases": [],
2695
- "id": "analytics:autoinstall:app:cancel",
2696
- "pluginAlias": "@salesforce/analytics",
2697
- "pluginName": "@salesforce/analytics",
2698
- "pluginType": "core",
2699
- "strict": true,
2700
- "summary": "cancels app-auto install request",
2701
- "enableJsonFlag": true,
2702
- "isESM": true,
2703
- "relativePath": [
2704
- "lib",
2705
- "commands",
2706
- "analytics",
2707
- "autoinstall",
2708
- "app",
2709
- "cancel.js"
2710
- ]
2711
- },
2712
- "analytics:autoinstall:app:create": {
2713
- "aliases": [],
2714
- "args": {},
2715
- "description": "Creates auto-install request to create a Analytics app.",
2716
- "examples": [
2717
- "$ sfdx analytics:autoinstall:app:create -t templateid",
2718
- "$ sfdx analytics:autoinstall:app:create -n templatename"
2673
+ "$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
2674
+ "$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
2719
2675
  ],
2720
2676
  "flags": {
2721
2677
  "json": {
@@ -2775,48 +2731,21 @@
2775
2731
  "multiple": false,
2776
2732
  "type": "option"
2777
2733
  },
2778
- "appname": {
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,
2791
- "multiple": false,
2792
- "type": "option"
2793
- },
2794
- "appconfiguration": {
2795
- "char": "c",
2796
- "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",
2797
- "exclusive": [
2798
- "appname",
2799
- "appdescription"
2800
- ],
2801
- "name": "appconfiguration",
2802
- "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",
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",
2803
2740
  "hasDynamicHelp": false,
2804
2741
  "multiple": false,
2805
2742
  "type": "option"
2806
2743
  },
2807
- "noenqueue": {
2808
- "description": "Only create the request, do not initially enqueue and start the request.",
2809
- "hidden": true,
2810
- "name": "noenqueue",
2811
- "summary": "do not enqueue the request",
2812
- "allowNo": false,
2813
- "type": "boolean"
2814
- },
2815
2744
  "async": {
2816
2745
  "char": "a",
2817
- "description": "Create app asynchronously.",
2746
+ "description": "Update app asynchronously.",
2818
2747
  "name": "async",
2819
- "summary": "create app asynchronously",
2748
+ "summary": "update app asynchronously",
2820
2749
  "allowNo": false,
2821
2750
  "type": "boolean"
2822
2751
  },
@@ -2851,12 +2780,12 @@
2851
2780
  },
2852
2781
  "hasDynamicHelp": true,
2853
2782
  "hiddenAliases": [],
2854
- "id": "analytics:autoinstall:app:create",
2783
+ "id": "analytics:autoinstall:app:update",
2855
2784
  "pluginAlias": "@salesforce/analytics",
2856
2785
  "pluginName": "@salesforce/analytics",
2857
2786
  "pluginType": "core",
2858
2787
  "strict": true,
2859
- "summary": "creates auto-install request to create Analytics app",
2788
+ "summary": "creates auto-install request to update Analytics app",
2860
2789
  "enableJsonFlag": true,
2861
2790
  "isESM": true,
2862
2791
  "relativePath": [
@@ -2865,15 +2794,15 @@
2865
2794
  "analytics",
2866
2795
  "autoinstall",
2867
2796
  "app",
2868
- "create.js"
2797
+ "update.js"
2869
2798
  ]
2870
2799
  },
2871
- "analytics:autoinstall:app:delete": {
2800
+ "analytics:asset:publisher:create": {
2872
2801
  "aliases": [],
2873
2802
  "args": {},
2874
- "description": "Creates auto-install request to delete a Analytics app.",
2803
+ "description": "Create a publisher record for the Analytics asset.",
2875
2804
  "examples": [
2876
- "$ sfdx analytics:autoinstall:app:delete -f folderid"
2805
+ "$ sfdx analytics:asset:publisher:create -i assetId"
2877
2806
  ],
2878
2807
  "flags": {
2879
2808
  "json": {
@@ -2909,40 +2838,93 @@
2909
2838
  "multiple": false,
2910
2839
  "type": "option"
2911
2840
  },
2912
- "folderid": {
2913
- "char": "f",
2914
- "description": "ID of the folder that contains the app data.",
2915
- "name": "folderid",
2841
+ "assetid": {
2842
+ "char": "i",
2843
+ "description": "Asset ID under development.",
2844
+ "name": "assetid",
2916
2845
  "required": true,
2917
- "summary": "folder ID",
2846
+ "summary": "Asset ID under development",
2918
2847
  "hasDynamicHelp": false,
2919
2848
  "multiple": false,
2920
2849
  "type": "option"
2921
- },
2922
- "async": {
2923
- "char": "a",
2924
- "description": "Delete app asynchronously.",
2925
- "name": "async",
2926
- "summary": "delete app asynchronously",
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",
2927
2883
  "allowNo": false,
2928
2884
  "type": "boolean"
2929
2885
  },
2930
- "wait": {
2931
- "char": "w",
2932
- "description": "Wait time in minutes for auto-install request to finish (default 10).",
2933
- "name": "wait",
2934
- "summary": "wait time in minutes for auto-install request to finish",
2935
- "default": 10,
2886
+ "target-org": {
2887
+ "aliases": [
2888
+ "targetusername",
2889
+ "u"
2890
+ ],
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,
2898
+ "multiple": false,
2899
+ "type": "option"
2900
+ },
2901
+ "api-version": {
2902
+ "aliases": [
2903
+ "apiversion"
2904
+ ],
2905
+ "deprecateAliases": true,
2906
+ "description": "Override the api version used for api requests made by this command",
2907
+ "name": "api-version",
2936
2908
  "hasDynamicHelp": false,
2937
2909
  "multiple": false,
2938
2910
  "type": "option"
2939
2911
  },
2940
- "pollinterval": {
2941
- "char": "p",
2942
- "description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
2943
- "name": "pollinterval",
2944
- "summary": "polling interval in milliseconds for checking auto-install request status",
2945
- "default": 5000,
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",
2918
+ "hasDynamicHelp": false,
2919
+ "multiple": false,
2920
+ "type": "option"
2921
+ },
2922
+ "assetid": {
2923
+ "char": "a",
2924
+ "description": "Asset ID under development.",
2925
+ "name": "assetid",
2926
+ "required": true,
2927
+ "summary": "Asset ID under development",
2946
2928
  "hasDynamicHelp": false,
2947
2929
  "multiple": false,
2948
2930
  "type": "option"
@@ -2950,30 +2932,29 @@
2950
2932
  },
2951
2933
  "hasDynamicHelp": true,
2952
2934
  "hiddenAliases": [],
2953
- "id": "analytics:autoinstall:app:delete",
2935
+ "id": "analytics:asset:publisher:delete",
2954
2936
  "pluginAlias": "@salesforce/analytics",
2955
2937
  "pluginName": "@salesforce/analytics",
2956
2938
  "pluginType": "core",
2957
2939
  "strict": true,
2958
- "summary": "creates auto-install request to delete Analytics app",
2940
+ "summary": "delete a Analytics asset publisher",
2959
2941
  "enableJsonFlag": true,
2960
2942
  "isESM": true,
2961
2943
  "relativePath": [
2962
2944
  "lib",
2963
2945
  "commands",
2964
2946
  "analytics",
2965
- "autoinstall",
2966
- "app",
2947
+ "asset",
2948
+ "publisher",
2967
2949
  "delete.js"
2968
2950
  ]
2969
2951
  },
2970
- "analytics:autoinstall:app:update": {
2952
+ "analytics:asset:publisher:deleteall": {
2971
2953
  "aliases": [],
2972
2954
  "args": {},
2973
- "description": "Creates auto-install request to update a Analytics app.",
2955
+ "description": "Deletes Analytics asset publishers.",
2974
2956
  "examples": [
2975
- "$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
2976
- "$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
2957
+ "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2977
2958
  ],
2978
2959
  "flags": {
2979
2960
  "json": {
@@ -3009,94 +2990,113 @@
3009
2990
  "multiple": false,
3010
2991
  "type": "option"
3011
2992
  },
3012
- "templateid": {
3013
- "char": "t",
3014
- "description": "The ID of the Analytics template.",
3015
- "exclusive": [
3016
- "templatename"
3017
- ],
3018
- "name": "templateid",
3019
- "summary": "template ID",
2993
+ "assetid": {
2994
+ "char": "i",
2995
+ "description": "Asset ID under development.",
2996
+ "name": "assetid",
2997
+ "required": true,
2998
+ "summary": "Asset ID under development",
3020
2999
  "hasDynamicHelp": false,
3021
3000
  "multiple": false,
3022
3001
  "type": "option"
3023
3002
  },
3024
- "templatename": {
3025
- "char": "n",
3026
- "description": "The API name of the Analytics template.",
3027
- "exclusive": [
3028
- "templateid"
3029
- ],
3030
- "name": "templatename",
3031
- "summary": "template api name",
3032
- "hasDynamicHelp": false,
3033
- "multiple": false,
3034
- "type": "option"
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",
3008
+ "allowNo": false,
3009
+ "type": "boolean"
3010
+ }
3011
+ },
3012
+ "hasDynamicHelp": true,
3013
+ "hiddenAliases": [],
3014
+ "id": "analytics:asset:publisher:deleteall",
3015
+ "pluginAlias": "@salesforce/analytics",
3016
+ "pluginName": "@salesforce/analytics",
3017
+ "pluginType": "core",
3018
+ "strict": true,
3019
+ "summary": "delete Analytics asset publishers",
3020
+ "enableJsonFlag": true,
3021
+ "isESM": true,
3022
+ "relativePath": [
3023
+ "lib",
3024
+ "commands",
3025
+ "analytics",
3026
+ "asset",
3027
+ "publisher",
3028
+ "deleteall.js"
3029
+ ]
3030
+ },
3031
+ "analytics:asset:publisher:list": {
3032
+ "aliases": [],
3033
+ "args": {},
3034
+ "description": "Lists Analytics asset publishers.",
3035
+ "examples": [
3036
+ "$ sfdx analytics:asset:publisher:list -i assetId"
3037
+ ],
3038
+ "flags": {
3039
+ "json": {
3040
+ "description": "Format output as json.",
3041
+ "helpGroup": "GLOBAL",
3042
+ "name": "json",
3043
+ "allowNo": false,
3044
+ "type": "boolean"
3035
3045
  },
3036
- "folderid": {
3037
- "char": "f",
3038
- "description": "ID of the folder that contains the app data.",
3039
- "name": "folderid",
3046
+ "target-org": {
3047
+ "aliases": [
3048
+ "targetusername",
3049
+ "u"
3050
+ ],
3051
+ "char": "o",
3052
+ "deprecateAliases": true,
3053
+ "name": "target-org",
3054
+ "noCacheDefault": true,
3040
3055
  "required": true,
3041
- "summary": "folder ID",
3042
- "hasDynamicHelp": false,
3056
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3057
+ "hasDynamicHelp": true,
3043
3058
  "multiple": false,
3044
3059
  "type": "option"
3045
3060
  },
3046
- "async": {
3047
- "char": "a",
3048
- "description": "Update app asynchronously.",
3049
- "name": "async",
3050
- "summary": "update app asynchronously",
3051
- "allowNo": false,
3052
- "type": "boolean"
3053
- },
3054
- "wait": {
3055
- "char": "w",
3056
- "description": "Wait time in minutes for auto-install request to finish (default 10).",
3057
- "name": "wait",
3058
- "summary": "wait time in minutes for auto-install request to finish",
3059
- "default": 10,
3061
+ "api-version": {
3062
+ "aliases": [
3063
+ "apiversion"
3064
+ ],
3065
+ "deprecateAliases": true,
3066
+ "description": "Override the api version used for api requests made by this command",
3067
+ "name": "api-version",
3060
3068
  "hasDynamicHelp": false,
3061
3069
  "multiple": false,
3062
3070
  "type": "option"
3063
3071
  },
3064
- "pollinterval": {
3065
- "char": "p",
3066
- "description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
3067
- "name": "pollinterval",
3068
- "summary": "polling interval in milliseconds for checking auto-install request status",
3069
- "default": 5000,
3072
+ "assetid": {
3073
+ "char": "i",
3074
+ "description": "Asset ID under development.",
3075
+ "name": "assetid",
3076
+ "required": true,
3077
+ "summary": "Asset ID under development",
3070
3078
  "hasDynamicHelp": false,
3071
3079
  "multiple": false,
3072
3080
  "type": "option"
3073
- },
3074
- "applog": {
3075
- "description": "Specify to include app log details.",
3076
- "name": "applog",
3077
- "required": false,
3078
- "summary": "specify to include app log details",
3079
- "allowNo": false,
3080
- "type": "boolean"
3081
3081
  }
3082
3082
  },
3083
3083
  "hasDynamicHelp": true,
3084
3084
  "hiddenAliases": [],
3085
- "id": "analytics:autoinstall:app:update",
3085
+ "id": "analytics:asset:publisher:list",
3086
3086
  "pluginAlias": "@salesforce/analytics",
3087
3087
  "pluginName": "@salesforce/analytics",
3088
3088
  "pluginType": "core",
3089
3089
  "strict": true,
3090
- "summary": "creates auto-install request to update Analytics app",
3090
+ "summary": "list Analytics asset publishers",
3091
3091
  "enableJsonFlag": true,
3092
3092
  "isESM": true,
3093
3093
  "relativePath": [
3094
3094
  "lib",
3095
3095
  "commands",
3096
3096
  "analytics",
3097
- "autoinstall",
3098
- "app",
3099
- "update.js"
3097
+ "asset",
3098
+ "publisher",
3099
+ "list.js"
3100
3100
  ]
3101
3101
  },
3102
3102
  "analytics:dashboard:history:list": {
@@ -3912,5 +3912,5 @@
3912
3912
  ]
3913
3913
  }
3914
3914
  },
3915
- "version": "1.4.11"
3915
+ "version": "1.4.12"
3916
3916
  }