@salesforce/analytics 1.4.13 → 1.4.14

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:autoinstall:app:cancel": {
2339
+ "analytics:asset:publisher:create": {
2340
2340
  "aliases": [],
2341
2341
  "args": {},
2342
- "description": "Cancels app-auto install request",
2342
+ "description": "Create a publisher record for the Analytics asset.",
2343
2343
  "examples": [
2344
- "$ sfdx analytics:autoinstall:app:cancel -i id"
2344
+ "$ sfdx analytics:asset:publisher:create -i assetId"
2345
2345
  ],
2346
2346
  "flags": {
2347
2347
  "json": {
@@ -2377,12 +2377,12 @@
2377
2377
  "multiple": false,
2378
2378
  "type": "option"
2379
2379
  },
2380
- "autoinstallid": {
2380
+ "assetid": {
2381
2381
  "char": "i",
2382
- "description": "ID of the auto-install request.",
2383
- "name": "autoinstallid",
2382
+ "description": "Asset ID under development.",
2383
+ "name": "assetid",
2384
2384
  "required": true,
2385
- "summary": "auto-install request ID",
2385
+ "summary": "Asset ID under development",
2386
2386
  "hasDynamicHelp": false,
2387
2387
  "multiple": false,
2388
2388
  "type": "option"
@@ -2390,30 +2390,29 @@
2390
2390
  },
2391
2391
  "hasDynamicHelp": true,
2392
2392
  "hiddenAliases": [],
2393
- "id": "analytics:autoinstall:app:cancel",
2393
+ "id": "analytics:asset:publisher:create",
2394
2394
  "pluginAlias": "@salesforce/analytics",
2395
2395
  "pluginName": "@salesforce/analytics",
2396
2396
  "pluginType": "core",
2397
2397
  "strict": true,
2398
- "summary": "cancels app-auto install request",
2398
+ "summary": "create a publisher record for the Analytics asset",
2399
2399
  "enableJsonFlag": true,
2400
2400
  "isESM": true,
2401
2401
  "relativePath": [
2402
2402
  "lib",
2403
2403
  "commands",
2404
2404
  "analytics",
2405
- "autoinstall",
2406
- "app",
2407
- "cancel.js"
2405
+ "asset",
2406
+ "publisher",
2407
+ "create.js"
2408
2408
  ]
2409
2409
  },
2410
- "analytics:autoinstall:app:create": {
2410
+ "analytics:asset:publisher:delete": {
2411
2411
  "aliases": [],
2412
2412
  "args": {},
2413
- "description": "Creates auto-install request to create a Analytics app.",
2413
+ "description": "Delete a Analytics asset publisher.",
2414
2414
  "examples": [
2415
- "$ sfdx analytics:autoinstall:app:create -t templateid",
2416
- "$ sfdx analytics:autoinstall:app:create -n templatename"
2415
+ "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
2417
2416
  ],
2418
2417
  "flags": {
2419
2418
  "json": {
@@ -2449,129 +2448,131 @@
2449
2448
  "multiple": false,
2450
2449
  "type": "option"
2451
2450
  },
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",
2460
- "hasDynamicHelp": false,
2461
- "multiple": false,
2462
- "type": "option"
2463
- },
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",
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",
2472
2457
  "hasDynamicHelp": false,
2473
2458
  "multiple": false,
2474
2459
  "type": "option"
2475
2460
  },
2476
- "appname": {
2477
- "description": "The name of the created app.",
2478
- "name": "appname",
2479
- "summary": "app name",
2461
+ "assetid": {
2462
+ "char": "a",
2463
+ "description": "Asset ID under development.",
2464
+ "name": "assetid",
2465
+ "required": true,
2466
+ "summary": "Asset ID under development",
2480
2467
  "hasDynamicHelp": false,
2481
2468
  "multiple": false,
2482
2469
  "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"
2483
2505
  },
2484
- "appdescription": {
2485
- "description": "The description of the created app.",
2486
- "name": "appdescription",
2487
- "summary": "app description",
2488
- "hasDynamicHelp": false,
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,
2489
2518
  "multiple": false,
2490
2519
  "type": "option"
2491
2520
  },
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"
2521
+ "api-version": {
2522
+ "aliases": [
2523
+ "apiversion"
2498
2524
  ],
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",
2525
+ "deprecateAliases": true,
2526
+ "description": "Override the api version used for api requests made by this command",
2527
+ "name": "api-version",
2501
2528
  "hasDynamicHelp": false,
2502
2529
  "multiple": false,
2503
2530
  "type": "option"
2504
2531
  },
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,
2532
+ "assetid": {
2533
+ "char": "i",
2534
+ "description": "Asset ID under development.",
2535
+ "name": "assetid",
2536
+ "required": true,
2537
+ "summary": "Asset ID under development",
2527
2538
  "hasDynamicHelp": false,
2528
2539
  "multiple": false,
2529
2540
  "type": "option"
2530
2541
  },
2531
- "pollinterval": {
2542
+ "noprompt": {
2532
2543
  "char": "p",
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",
2544
+ "description": "Do not prompt to confirm delete.",
2545
+ "name": "noprompt",
2546
+ "summary": "do not prompt to confirm force delete",
2546
2547
  "allowNo": false,
2547
2548
  "type": "boolean"
2548
2549
  }
2549
2550
  },
2550
2551
  "hasDynamicHelp": true,
2551
2552
  "hiddenAliases": [],
2552
- "id": "analytics:autoinstall:app:create",
2553
+ "id": "analytics:asset:publisher:deleteall",
2553
2554
  "pluginAlias": "@salesforce/analytics",
2554
2555
  "pluginName": "@salesforce/analytics",
2555
2556
  "pluginType": "core",
2556
2557
  "strict": true,
2557
- "summary": "creates auto-install request to create Analytics app",
2558
+ "summary": "delete Analytics asset publishers",
2558
2559
  "enableJsonFlag": true,
2559
2560
  "isESM": true,
2560
2561
  "relativePath": [
2561
2562
  "lib",
2562
2563
  "commands",
2563
2564
  "analytics",
2564
- "autoinstall",
2565
- "app",
2566
- "create.js"
2565
+ "asset",
2566
+ "publisher",
2567
+ "deleteall.js"
2567
2568
  ]
2568
2569
  },
2569
- "analytics:autoinstall:app:delete": {
2570
+ "analytics:asset:publisher:list": {
2570
2571
  "aliases": [],
2571
2572
  "args": {},
2572
- "description": "Creates auto-install request to delete a Analytics app.",
2573
+ "description": "Lists Analytics asset publishers.",
2573
2574
  "examples": [
2574
- "$ sfdx analytics:autoinstall:app:delete -f folderid"
2575
+ "$ sfdx analytics:asset:publisher:list -i assetId"
2575
2576
  ],
2576
2577
  "flags": {
2577
2578
  "json": {
@@ -2607,40 +2608,12 @@
2607
2608
  "multiple": false,
2608
2609
  "type": "option"
2609
2610
  },
2610
- "folderid": {
2611
- "char": "f",
2612
- "description": "ID of the folder that contains the app data.",
2613
- "name": "folderid",
2611
+ "assetid": {
2612
+ "char": "i",
2613
+ "description": "Asset ID under development.",
2614
+ "name": "assetid",
2614
2615
  "required": true,
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,
2616
+ "summary": "Asset ID under development",
2644
2617
  "hasDynamicHelp": false,
2645
2618
  "multiple": false,
2646
2619
  "type": "option"
@@ -2648,30 +2621,29 @@
2648
2621
  },
2649
2622
  "hasDynamicHelp": true,
2650
2623
  "hiddenAliases": [],
2651
- "id": "analytics:autoinstall:app:delete",
2624
+ "id": "analytics:asset:publisher:list",
2652
2625
  "pluginAlias": "@salesforce/analytics",
2653
2626
  "pluginName": "@salesforce/analytics",
2654
2627
  "pluginType": "core",
2655
2628
  "strict": true,
2656
- "summary": "creates auto-install request to delete Analytics app",
2629
+ "summary": "list Analytics asset publishers",
2657
2630
  "enableJsonFlag": true,
2658
2631
  "isESM": true,
2659
2632
  "relativePath": [
2660
2633
  "lib",
2661
2634
  "commands",
2662
2635
  "analytics",
2663
- "autoinstall",
2664
- "app",
2665
- "delete.js"
2636
+ "asset",
2637
+ "publisher",
2638
+ "list.js"
2666
2639
  ]
2667
2640
  },
2668
- "analytics:autoinstall:app:update": {
2641
+ "analytics:autoinstall:app:cancel": {
2669
2642
  "aliases": [],
2670
2643
  "args": {},
2671
- "description": "Creates auto-install request to update a Analytics app.",
2644
+ "description": "Cancels app-auto install request",
2672
2645
  "examples": [
2673
- "$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
2674
- "$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
2646
+ "$ sfdx analytics:autoinstall:app:cancel -i id"
2675
2647
  ],
2676
2648
  "flags": {
2677
2649
  "json": {
@@ -2707,85 +2679,25 @@
2707
2679
  "multiple": false,
2708
2680
  "type": "option"
2709
2681
  },
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",
2682
+ "autoinstallid": {
2683
+ "char": "i",
2684
+ "description": "ID of the auto-install request.",
2685
+ "name": "autoinstallid",
2738
2686
  "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,
2758
- "hasDynamicHelp": false,
2759
- "multiple": false,
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,
2687
+ "summary": "auto-install request ID",
2768
2688
  "hasDynamicHelp": false,
2769
2689
  "multiple": false,
2770
2690
  "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"
2779
2691
  }
2780
2692
  },
2781
2693
  "hasDynamicHelp": true,
2782
2694
  "hiddenAliases": [],
2783
- "id": "analytics:autoinstall:app:update",
2695
+ "id": "analytics:autoinstall:app:cancel",
2784
2696
  "pluginAlias": "@salesforce/analytics",
2785
2697
  "pluginName": "@salesforce/analytics",
2786
2698
  "pluginType": "core",
2787
2699
  "strict": true,
2788
- "summary": "creates auto-install request to update Analytics app",
2700
+ "summary": "cancels app-auto install request",
2789
2701
  "enableJsonFlag": true,
2790
2702
  "isESM": true,
2791
2703
  "relativePath": [
@@ -2794,15 +2706,16 @@
2794
2706
  "analytics",
2795
2707
  "autoinstall",
2796
2708
  "app",
2797
- "update.js"
2709
+ "cancel.js"
2798
2710
  ]
2799
2711
  },
2800
- "analytics:asset:publisher:create": {
2712
+ "analytics:autoinstall:app:create": {
2801
2713
  "aliases": [],
2802
2714
  "args": {},
2803
- "description": "Create a publisher record for the Analytics asset.",
2715
+ "description": "Creates auto-install request to create a Analytics app.",
2804
2716
  "examples": [
2805
- "$ sfdx analytics:asset:publisher:create -i assetId"
2717
+ "$ sfdx analytics:autoinstall:app:create -t templateid",
2718
+ "$ sfdx analytics:autoinstall:app:create -n templatename"
2806
2719
  ],
2807
2720
  "flags": {
2808
2721
  "json": {
@@ -2838,123 +2751,129 @@
2838
2751
  "multiple": false,
2839
2752
  "type": "option"
2840
2753
  },
2841
- "assetid": {
2842
- "char": "i",
2843
- "description": "Asset ID under development.",
2844
- "name": "assetid",
2845
- "required": true,
2846
- "summary": "Asset ID under development",
2754
+ "templateid": {
2755
+ "char": "t",
2756
+ "description": "The ID of the Analytics template.",
2757
+ "exclusive": [
2758
+ "templatename"
2759
+ ],
2760
+ "name": "templateid",
2761
+ "summary": "template ID",
2847
2762
  "hasDynamicHelp": false,
2848
2763
  "multiple": false,
2849
2764
  "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"
2885
2765
  },
2886
- "target-org": {
2887
- "aliases": [
2888
- "targetusername",
2889
- "u"
2766
+ "templatename": {
2767
+ "char": "n",
2768
+ "description": "The API name of the Analytics template.",
2769
+ "exclusive": [
2770
+ "templateid"
2890
2771
  ],
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,
2772
+ "name": "templatename",
2773
+ "summary": "template api name",
2774
+ "hasDynamicHelp": false,
2898
2775
  "multiple": false,
2899
2776
  "type": "option"
2900
2777
  },
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",
2778
+ "appname": {
2779
+ "description": "The name of the created app.",
2780
+ "name": "appname",
2781
+ "summary": "app name",
2908
2782
  "hasDynamicHelp": false,
2909
2783
  "multiple": false,
2910
2784
  "type": "option"
2911
2785
  },
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",
2786
+ "appdescription": {
2787
+ "description": "The description of the created app.",
2788
+ "name": "appdescription",
2789
+ "summary": "app description",
2918
2790
  "hasDynamicHelp": false,
2919
2791
  "multiple": false,
2920
2792
  "type": "option"
2921
2793
  },
2922
- "assetid": {
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",
2803
+ "hasDynamicHelp": false,
2804
+ "multiple": false,
2805
+ "type": "option"
2806
+ },
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
+ "async": {
2923
2816
  "char": "a",
2924
- "description": "Asset ID under development.",
2925
- "name": "assetid",
2926
- "required": true,
2927
- "summary": "Asset ID under development",
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,
2928
2829
  "hasDynamicHelp": false,
2929
2830
  "multiple": false,
2930
2831
  "type": "option"
2832
+ },
2833
+ "pollinterval": {
2834
+ "char": "p",
2835
+ "description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
2836
+ "name": "pollinterval",
2837
+ "summary": "polling interval in milliseconds for checking auto-install request status",
2838
+ "default": 5000,
2839
+ "hasDynamicHelp": false,
2840
+ "multiple": false,
2841
+ "type": "option"
2842
+ },
2843
+ "applog": {
2844
+ "description": "Specify to include app log details.",
2845
+ "name": "applog",
2846
+ "required": false,
2847
+ "summary": "specify to include app log details",
2848
+ "allowNo": false,
2849
+ "type": "boolean"
2931
2850
  }
2932
2851
  },
2933
2852
  "hasDynamicHelp": true,
2934
2853
  "hiddenAliases": [],
2935
- "id": "analytics:asset:publisher:delete",
2854
+ "id": "analytics:autoinstall:app:create",
2936
2855
  "pluginAlias": "@salesforce/analytics",
2937
2856
  "pluginName": "@salesforce/analytics",
2938
2857
  "pluginType": "core",
2939
2858
  "strict": true,
2940
- "summary": "delete a Analytics asset publisher",
2859
+ "summary": "creates auto-install request to create Analytics app",
2941
2860
  "enableJsonFlag": true,
2942
2861
  "isESM": true,
2943
2862
  "relativePath": [
2944
2863
  "lib",
2945
2864
  "commands",
2946
2865
  "analytics",
2947
- "asset",
2948
- "publisher",
2949
- "delete.js"
2866
+ "autoinstall",
2867
+ "app",
2868
+ "create.js"
2950
2869
  ]
2951
2870
  },
2952
- "analytics:asset:publisher:deleteall": {
2871
+ "analytics:autoinstall:app:delete": {
2953
2872
  "aliases": [],
2954
2873
  "args": {},
2955
- "description": "Deletes Analytics asset publishers.",
2874
+ "description": "Creates auto-install request to delete a Analytics app.",
2956
2875
  "examples": [
2957
- "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2876
+ "$ sfdx analytics:autoinstall:app:delete -f folderid"
2958
2877
  ],
2959
2878
  "flags": {
2960
2879
  "json": {
@@ -2990,50 +2909,71 @@
2990
2909
  "multiple": false,
2991
2910
  "type": "option"
2992
2911
  },
2993
- "assetid": {
2994
- "char": "i",
2995
- "description": "Asset ID under development.",
2996
- "name": "assetid",
2912
+ "folderid": {
2913
+ "char": "f",
2914
+ "description": "ID of the folder that contains the app data.",
2915
+ "name": "folderid",
2997
2916
  "required": true,
2998
- "summary": "Asset ID under development",
2917
+ "summary": "folder ID",
2999
2918
  "hasDynamicHelp": false,
3000
2919
  "multiple": false,
3001
2920
  "type": "option"
3002
2921
  },
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",
2922
+ "async": {
2923
+ "char": "a",
2924
+ "description": "Delete app asynchronously.",
2925
+ "name": "async",
2926
+ "summary": "delete app asynchronously",
3008
2927
  "allowNo": false,
3009
2928
  "type": "boolean"
2929
+ },
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,
2936
+ "hasDynamicHelp": false,
2937
+ "multiple": false,
2938
+ "type": "option"
2939
+ },
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,
2946
+ "hasDynamicHelp": false,
2947
+ "multiple": false,
2948
+ "type": "option"
3010
2949
  }
3011
2950
  },
3012
2951
  "hasDynamicHelp": true,
3013
2952
  "hiddenAliases": [],
3014
- "id": "analytics:asset:publisher:deleteall",
2953
+ "id": "analytics:autoinstall:app:delete",
3015
2954
  "pluginAlias": "@salesforce/analytics",
3016
2955
  "pluginName": "@salesforce/analytics",
3017
2956
  "pluginType": "core",
3018
2957
  "strict": true,
3019
- "summary": "delete Analytics asset publishers",
2958
+ "summary": "creates auto-install request to delete Analytics app",
3020
2959
  "enableJsonFlag": true,
3021
2960
  "isESM": true,
3022
2961
  "relativePath": [
3023
2962
  "lib",
3024
2963
  "commands",
3025
2964
  "analytics",
3026
- "asset",
3027
- "publisher",
3028
- "deleteall.js"
2965
+ "autoinstall",
2966
+ "app",
2967
+ "delete.js"
3029
2968
  ]
3030
2969
  },
3031
- "analytics:asset:publisher:list": {
2970
+ "analytics:autoinstall:app:update": {
3032
2971
  "aliases": [],
3033
2972
  "args": {},
3034
- "description": "Lists Analytics asset publishers.",
2973
+ "description": "Creates auto-install request to update a Analytics app.",
3035
2974
  "examples": [
3036
- "$ sfdx analytics:asset:publisher:list -i assetId"
2975
+ "$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
2976
+ "$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
3037
2977
  ],
3038
2978
  "flags": {
3039
2979
  "json": {
@@ -3069,34 +3009,94 @@
3069
3009
  "multiple": false,
3070
3010
  "type": "option"
3071
3011
  },
3072
- "assetid": {
3073
- "char": "i",
3074
- "description": "Asset ID under development.",
3075
- "name": "assetid",
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",
3020
+ "hasDynamicHelp": false,
3021
+ "multiple": false,
3022
+ "type": "option"
3023
+ },
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"
3035
+ },
3036
+ "folderid": {
3037
+ "char": "f",
3038
+ "description": "ID of the folder that contains the app data.",
3039
+ "name": "folderid",
3076
3040
  "required": true,
3077
- "summary": "Asset ID under development",
3041
+ "summary": "folder ID",
3042
+ "hasDynamicHelp": false,
3043
+ "multiple": false,
3044
+ "type": "option"
3045
+ },
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,
3078
3060
  "hasDynamicHelp": false,
3079
3061
  "multiple": false,
3080
3062
  "type": "option"
3063
+ },
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,
3070
+ "hasDynamicHelp": false,
3071
+ "multiple": false,
3072
+ "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:asset:publisher:list",
3085
+ "id": "analytics:autoinstall:app:update",
3086
3086
  "pluginAlias": "@salesforce/analytics",
3087
3087
  "pluginName": "@salesforce/analytics",
3088
3088
  "pluginType": "core",
3089
3089
  "strict": true,
3090
- "summary": "list Analytics asset publishers",
3090
+ "summary": "creates auto-install request to update Analytics app",
3091
3091
  "enableJsonFlag": true,
3092
3092
  "isESM": true,
3093
3093
  "relativePath": [
3094
3094
  "lib",
3095
3095
  "commands",
3096
3096
  "analytics",
3097
- "asset",
3098
- "publisher",
3099
- "list.js"
3097
+ "autoinstall",
3098
+ "app",
3099
+ "update.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.13"
3915
+ "version": "1.4.14"
3916
3916
  }