@salesforce/analytics 1.4.38 → 1.4.39

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.
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
- "version": "1.4.38",
3
+ "version": "1.4.39",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/analytics",
9
- "version": "1.4.38",
9
+ "version": "1.4.39",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.27.0",
13
- "@oclif/plugin-help": "^6.2.26",
13
+ "@oclif/plugin-help": "^6.2.27",
14
14
  "@salesforce/core": "^6.7.1",
15
15
  "@salesforce/kit": "^3.2.0",
16
16
  "@salesforce/sf-plugins-core": "^7.1.16",
@@ -4287,9 +4287,9 @@
4287
4287
  }
4288
4288
  },
4289
4289
  "node_modules/@oclif/plugin-help": {
4290
- "version": "6.2.26",
4291
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.26.tgz",
4292
- "integrity": "sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==",
4290
+ "version": "6.2.27",
4291
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.27.tgz",
4292
+ "integrity": "sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==",
4293
4293
  "license": "MIT",
4294
4294
  "dependencies": {
4295
4295
  "@oclif/core": "^4"
package/oclif.lock CHANGED
@@ -1750,10 +1750,10 @@
1750
1750
  semver "^7.7.1"
1751
1751
  ts-json-schema-generator "^1.5.1"
1752
1752
 
1753
- "@oclif/plugin-help@^6.2.25", "@oclif/plugin-help@^6.2.26":
1754
- version "6.2.26"
1755
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.26.tgz#16d4c5d538e1ed2864a3ca8fd59331694b5f86d2"
1756
- integrity sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==
1753
+ "@oclif/plugin-help@^6.2.25", "@oclif/plugin-help@^6.2.27":
1754
+ version "6.2.27"
1755
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.27.tgz#a3a49c3751d9f4bd66af11621017ec1e8cddcf10"
1756
+ integrity sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==
1757
1757
  dependencies:
1758
1758
  "@oclif/core" "^4"
1759
1759
 
@@ -2606,12 +2606,12 @@
2606
2606
  "validate.js"
2607
2607
  ]
2608
2608
  },
2609
- "analytics:asset:publisher:create": {
2609
+ "analytics:autoinstall:app:cancel": {
2610
2610
  "aliases": [],
2611
2611
  "args": {},
2612
- "description": "Create a publisher record for the Analytics asset.",
2612
+ "description": "Cancels app-auto install request",
2613
2613
  "examples": [
2614
- "$ sfdx analytics:asset:publisher:create -i assetId"
2614
+ "$ sfdx analytics:autoinstall:app:cancel -i id"
2615
2615
  ],
2616
2616
  "flags": {
2617
2617
  "json": {
@@ -2657,12 +2657,12 @@
2657
2657
  "multiple": false,
2658
2658
  "type": "option"
2659
2659
  },
2660
- "assetid": {
2660
+ "autoinstallid": {
2661
2661
  "char": "i",
2662
- "description": "Asset ID under development.",
2663
- "name": "assetid",
2662
+ "description": "ID of the auto-install request.",
2663
+ "name": "autoinstallid",
2664
2664
  "required": true,
2665
- "summary": "Asset ID under development",
2665
+ "summary": "auto-install request ID",
2666
2666
  "hasDynamicHelp": false,
2667
2667
  "multiple": false,
2668
2668
  "type": "option"
@@ -2670,29 +2670,30 @@
2670
2670
  },
2671
2671
  "hasDynamicHelp": true,
2672
2672
  "hiddenAliases": [],
2673
- "id": "analytics:asset:publisher:create",
2673
+ "id": "analytics:autoinstall:app:cancel",
2674
2674
  "pluginAlias": "@salesforce/analytics",
2675
2675
  "pluginName": "@salesforce/analytics",
2676
2676
  "pluginType": "core",
2677
2677
  "strict": true,
2678
- "summary": "create a publisher record for the Analytics asset",
2678
+ "summary": "cancels app-auto install request",
2679
2679
  "enableJsonFlag": true,
2680
2680
  "isESM": true,
2681
2681
  "relativePath": [
2682
2682
  "lib",
2683
2683
  "commands",
2684
2684
  "analytics",
2685
- "asset",
2686
- "publisher",
2687
- "create.js"
2685
+ "autoinstall",
2686
+ "app",
2687
+ "cancel.js"
2688
2688
  ]
2689
2689
  },
2690
- "analytics:asset:publisher:delete": {
2690
+ "analytics:autoinstall:app:create": {
2691
2691
  "aliases": [],
2692
2692
  "args": {},
2693
- "description": "Delete a Analytics asset publisher.",
2693
+ "description": "Creates auto-install request to create a Analytics app.",
2694
2694
  "examples": [
2695
- "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
2695
+ "$ sfdx analytics:autoinstall:app:create -t templateid",
2696
+ "$ sfdx analytics:autoinstall:app:create -n templatename"
2696
2697
  ],
2697
2698
  "flags": {
2698
2699
  "json": {
@@ -2738,141 +2739,129 @@
2738
2739
  "multiple": false,
2739
2740
  "type": "option"
2740
2741
  },
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",
2742
+ "templateid": {
2743
+ "char": "t",
2744
+ "description": "The ID of the Analytics template.",
2745
+ "exclusive": [
2746
+ "templatename"
2747
+ ],
2748
+ "name": "templateid",
2749
+ "summary": "template ID",
2747
2750
  "hasDynamicHelp": false,
2748
2751
  "multiple": false,
2749
2752
  "type": "option"
2750
2753
  },
2751
- "assetid": {
2752
- "char": "a",
2753
- "description": "Asset ID under development.",
2754
- "name": "assetid",
2755
- "required": true,
2756
- "summary": "Asset ID under development",
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",
2757
2762
  "hasDynamicHelp": false,
2758
2763
  "multiple": false,
2759
2764
  "type": "option"
2760
- }
2761
- },
2762
- "hasDynamicHelp": true,
2763
- "hiddenAliases": [],
2764
- "id": "analytics:asset:publisher:delete",
2765
- "pluginAlias": "@salesforce/analytics",
2766
- "pluginName": "@salesforce/analytics",
2767
- "pluginType": "core",
2768
- "strict": true,
2769
- "summary": "delete a Analytics asset publisher",
2770
- "enableJsonFlag": true,
2771
- "isESM": true,
2772
- "relativePath": [
2773
- "lib",
2774
- "commands",
2775
- "analytics",
2776
- "asset",
2777
- "publisher",
2778
- "delete.js"
2779
- ]
2780
- },
2781
- "analytics:asset:publisher:deleteall": {
2782
- "aliases": [],
2783
- "args": {},
2784
- "description": "Deletes Analytics asset publishers.",
2785
- "examples": [
2786
- "$ sfdx analytics:asset:publisher:deleteall -i assetId"
2787
- ],
2788
- "flags": {
2789
- "json": {
2790
- "description": "Format output as json.",
2791
- "helpGroup": "GLOBAL",
2792
- "name": "json",
2793
- "allowNo": false,
2794
- "type": "boolean"
2795
2765
  },
2796
- "loglevel": {
2797
- "deprecated": {
2798
- "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."
2799
- },
2800
- "hidden": true,
2801
- "name": "loglevel",
2766
+ "appname": {
2767
+ "description": "The name of the created app.",
2768
+ "name": "appname",
2769
+ "summary": "app name",
2802
2770
  "hasDynamicHelp": false,
2803
2771
  "multiple": false,
2804
2772
  "type": "option"
2805
2773
  },
2806
- "target-org": {
2807
- "aliases": [
2808
- "targetusername",
2809
- "u"
2810
- ],
2811
- "char": "o",
2812
- "deprecateAliases": true,
2813
- "name": "target-org",
2814
- "noCacheDefault": true,
2815
- "required": true,
2816
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2817
- "hasDynamicHelp": true,
2774
+ "appdescription": {
2775
+ "description": "The description of the created app.",
2776
+ "name": "appdescription",
2777
+ "summary": "app description",
2778
+ "hasDynamicHelp": false,
2818
2779
  "multiple": false,
2819
2780
  "type": "option"
2820
2781
  },
2821
- "api-version": {
2822
- "aliases": [
2823
- "apiversion"
2782
+ "appconfiguration": {
2783
+ "char": "c",
2784
+ "description": "Analytics auto-install app configuration file. For more details see: https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_requests_auto_install_app_config_input.htm",
2785
+ "exclusive": [
2786
+ "appname",
2787
+ "appdescription"
2824
2788
  ],
2825
- "deprecateAliases": true,
2826
- "description": "Override the api version used for api requests made by this command",
2827
- "name": "api-version",
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",
2828
2791
  "hasDynamicHelp": false,
2829
2792
  "multiple": false,
2830
2793
  "type": "option"
2831
2794
  },
2832
- "assetid": {
2833
- "char": "i",
2834
- "description": "Asset ID under development.",
2835
- "name": "assetid",
2836
- "required": true,
2837
- "summary": "Asset ID under development",
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,
2838
2817
  "hasDynamicHelp": false,
2839
2818
  "multiple": false,
2840
2819
  "type": "option"
2841
2820
  },
2842
- "noprompt": {
2821
+ "pollinterval": {
2843
2822
  "char": "p",
2844
- "description": "Do not prompt to confirm delete.",
2845
- "name": "noprompt",
2846
- "summary": "do not prompt to confirm force delete",
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",
2847
2836
  "allowNo": false,
2848
2837
  "type": "boolean"
2849
2838
  }
2850
2839
  },
2851
2840
  "hasDynamicHelp": true,
2852
2841
  "hiddenAliases": [],
2853
- "id": "analytics:asset:publisher:deleteall",
2842
+ "id": "analytics:autoinstall:app:create",
2854
2843
  "pluginAlias": "@salesforce/analytics",
2855
2844
  "pluginName": "@salesforce/analytics",
2856
2845
  "pluginType": "core",
2857
2846
  "strict": true,
2858
- "summary": "delete Analytics asset publishers",
2847
+ "summary": "creates auto-install request to create Analytics app",
2859
2848
  "enableJsonFlag": true,
2860
2849
  "isESM": true,
2861
2850
  "relativePath": [
2862
2851
  "lib",
2863
2852
  "commands",
2864
2853
  "analytics",
2865
- "asset",
2866
- "publisher",
2867
- "deleteall.js"
2854
+ "autoinstall",
2855
+ "app",
2856
+ "create.js"
2868
2857
  ]
2869
2858
  },
2870
- "analytics:asset:publisher:list": {
2859
+ "analytics:autoinstall:app:delete": {
2871
2860
  "aliases": [],
2872
2861
  "args": {},
2873
- "description": "Lists Analytics asset publishers.",
2862
+ "description": "Creates auto-install request to delete a Analytics app.",
2874
2863
  "examples": [
2875
- "$ sfdx analytics:asset:publisher:list -i assetId"
2864
+ "$ sfdx analytics:autoinstall:app:delete -f folderid"
2876
2865
  ],
2877
2866
  "flags": {
2878
2867
  "json": {
@@ -2918,12 +2907,40 @@
2918
2907
  "multiple": false,
2919
2908
  "type": "option"
2920
2909
  },
2921
- "assetid": {
2922
- "char": "i",
2923
- "description": "Asset ID under development.",
2924
- "name": "assetid",
2910
+ "folderid": {
2911
+ "char": "f",
2912
+ "description": "ID of the folder that contains the app data.",
2913
+ "name": "folderid",
2925
2914
  "required": true,
2926
- "summary": "Asset ID under development",
2915
+ "summary": "folder ID",
2916
+ "hasDynamicHelp": false,
2917
+ "multiple": false,
2918
+ "type": "option"
2919
+ },
2920
+ "async": {
2921
+ "char": "a",
2922
+ "description": "Delete app asynchronously.",
2923
+ "name": "async",
2924
+ "summary": "delete app asynchronously",
2925
+ "allowNo": false,
2926
+ "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,
2927
2944
  "hasDynamicHelp": false,
2928
2945
  "multiple": false,
2929
2946
  "type": "option"
@@ -2931,29 +2948,30 @@
2931
2948
  },
2932
2949
  "hasDynamicHelp": true,
2933
2950
  "hiddenAliases": [],
2934
- "id": "analytics:asset:publisher:list",
2951
+ "id": "analytics:autoinstall:app:delete",
2935
2952
  "pluginAlias": "@salesforce/analytics",
2936
2953
  "pluginName": "@salesforce/analytics",
2937
2954
  "pluginType": "core",
2938
2955
  "strict": true,
2939
- "summary": "list Analytics asset publishers",
2956
+ "summary": "creates auto-install request to delete Analytics app",
2940
2957
  "enableJsonFlag": true,
2941
2958
  "isESM": true,
2942
2959
  "relativePath": [
2943
2960
  "lib",
2944
2961
  "commands",
2945
2962
  "analytics",
2946
- "asset",
2947
- "publisher",
2948
- "list.js"
2963
+ "autoinstall",
2964
+ "app",
2965
+ "delete.js"
2949
2966
  ]
2950
2967
  },
2951
- "analytics:autoinstall:app:cancel": {
2968
+ "analytics:autoinstall:app:update": {
2952
2969
  "aliases": [],
2953
2970
  "args": {},
2954
- "description": "Cancels app-auto install request",
2971
+ "description": "Creates auto-install request to update a Analytics app.",
2955
2972
  "examples": [
2956
- "$ sfdx analytics:autoinstall:app:cancel -i id"
2973
+ "$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
2974
+ "$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
2957
2975
  ],
2958
2976
  "flags": {
2959
2977
  "json": {
@@ -2999,25 +3017,85 @@
2999
3017
  "multiple": false,
3000
3018
  "type": "option"
3001
3019
  },
3002
- "autoinstallid": {
3003
- "char": "i",
3004
- "description": "ID of the auto-install request.",
3005
- "name": "autoinstallid",
3020
+ "templateid": {
3021
+ "char": "t",
3022
+ "description": "The ID of the Analytics template.",
3023
+ "exclusive": [
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",
3006
3048
  "required": true,
3007
- "summary": "auto-install request ID",
3049
+ "summary": "folder ID",
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,
3008
3068
  "hasDynamicHelp": false,
3009
3069
  "multiple": false,
3010
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,
3078
+ "hasDynamicHelp": false,
3079
+ "multiple": false,
3080
+ "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"
3011
3089
  }
3012
3090
  },
3013
3091
  "hasDynamicHelp": true,
3014
3092
  "hiddenAliases": [],
3015
- "id": "analytics:autoinstall:app:cancel",
3093
+ "id": "analytics:autoinstall:app:update",
3016
3094
  "pluginAlias": "@salesforce/analytics",
3017
3095
  "pluginName": "@salesforce/analytics",
3018
3096
  "pluginType": "core",
3019
3097
  "strict": true,
3020
- "summary": "cancels app-auto install request",
3098
+ "summary": "creates auto-install request to update Analytics app",
3021
3099
  "enableJsonFlag": true,
3022
3100
  "isESM": true,
3023
3101
  "relativePath": [
@@ -3026,16 +3104,15 @@
3026
3104
  "analytics",
3027
3105
  "autoinstall",
3028
3106
  "app",
3029
- "cancel.js"
3107
+ "update.js"
3030
3108
  ]
3031
3109
  },
3032
- "analytics:autoinstall:app:create": {
3110
+ "analytics:asset:publisher:create": {
3033
3111
  "aliases": [],
3034
3112
  "args": {},
3035
- "description": "Creates auto-install request to create a Analytics app.",
3113
+ "description": "Create a publisher record for the Analytics asset.",
3036
3114
  "examples": [
3037
- "$ sfdx analytics:autoinstall:app:create -t templateid",
3038
- "$ sfdx analytics:autoinstall:app:create -n templatename"
3115
+ "$ sfdx analytics:asset:publisher:create -i assetId"
3039
3116
  ],
3040
3117
  "flags": {
3041
3118
  "json": {
@@ -3081,129 +3158,133 @@
3081
3158
  "multiple": false,
3082
3159
  "type": "option"
3083
3160
  },
3084
- "templateid": {
3085
- "char": "t",
3086
- "description": "The ID of the Analytics template.",
3087
- "exclusive": [
3088
- "templatename"
3089
- ],
3090
- "name": "templateid",
3091
- "summary": "template ID",
3092
- "hasDynamicHelp": false,
3093
- "multiple": false,
3094
- "type": "option"
3095
- },
3096
- "templatename": {
3097
- "char": "n",
3098
- "description": "The API name of the Analytics template.",
3099
- "exclusive": [
3100
- "templateid"
3101
- ],
3102
- "name": "templatename",
3103
- "summary": "template api name",
3161
+ "assetid": {
3162
+ "char": "i",
3163
+ "description": "Asset ID under development.",
3164
+ "name": "assetid",
3165
+ "required": true,
3166
+ "summary": "Asset ID under development",
3104
3167
  "hasDynamicHelp": false,
3105
3168
  "multiple": false,
3106
3169
  "type": "option"
3170
+ }
3171
+ },
3172
+ "hasDynamicHelp": true,
3173
+ "hiddenAliases": [],
3174
+ "id": "analytics:asset:publisher:create",
3175
+ "pluginAlias": "@salesforce/analytics",
3176
+ "pluginName": "@salesforce/analytics",
3177
+ "pluginType": "core",
3178
+ "strict": true,
3179
+ "summary": "create a publisher record for the Analytics asset",
3180
+ "enableJsonFlag": true,
3181
+ "isESM": true,
3182
+ "relativePath": [
3183
+ "lib",
3184
+ "commands",
3185
+ "analytics",
3186
+ "asset",
3187
+ "publisher",
3188
+ "create.js"
3189
+ ]
3190
+ },
3191
+ "analytics:asset:publisher:delete": {
3192
+ "aliases": [],
3193
+ "args": {},
3194
+ "description": "Delete a Analytics asset publisher.",
3195
+ "examples": [
3196
+ "$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"
3197
+ ],
3198
+ "flags": {
3199
+ "json": {
3200
+ "description": "Format output as json.",
3201
+ "helpGroup": "GLOBAL",
3202
+ "name": "json",
3203
+ "allowNo": false,
3204
+ "type": "boolean"
3107
3205
  },
3108
- "appname": {
3109
- "description": "The name of the created app.",
3110
- "name": "appname",
3111
- "summary": "app name",
3206
+ "loglevel": {
3207
+ "deprecated": {
3208
+ "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."
3209
+ },
3210
+ "hidden": true,
3211
+ "name": "loglevel",
3112
3212
  "hasDynamicHelp": false,
3113
3213
  "multiple": false,
3114
3214
  "type": "option"
3115
3215
  },
3116
- "appdescription": {
3117
- "description": "The description of the created app.",
3118
- "name": "appdescription",
3119
- "summary": "app description",
3120
- "hasDynamicHelp": false,
3216
+ "target-org": {
3217
+ "aliases": [
3218
+ "targetusername",
3219
+ "u"
3220
+ ],
3221
+ "char": "o",
3222
+ "deprecateAliases": true,
3223
+ "name": "target-org",
3224
+ "noCacheDefault": true,
3225
+ "required": true,
3226
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3227
+ "hasDynamicHelp": true,
3121
3228
  "multiple": false,
3122
3229
  "type": "option"
3123
3230
  },
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"
3231
+ "api-version": {
3232
+ "aliases": [
3233
+ "apiversion"
3130
3234
  ],
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",
3235
+ "deprecateAliases": true,
3236
+ "description": "Override the api version used for api requests made by this command",
3237
+ "name": "api-version",
3133
3238
  "hasDynamicHelp": false,
3134
3239
  "multiple": false,
3135
3240
  "type": "option"
3136
3241
  },
3137
- "noenqueue": {
3138
- "description": "Only create the request, do not initially enqueue and start the request.",
3139
- "hidden": true,
3140
- "name": "noenqueue",
3141
- "summary": "do not enqueue the request",
3142
- "allowNo": false,
3143
- "type": "boolean"
3144
- },
3145
- "async": {
3146
- "char": "a",
3147
- "description": "Create app asynchronously.",
3148
- "name": "async",
3149
- "summary": "create app asynchronously",
3150
- "allowNo": false,
3151
- "type": "boolean"
3152
- },
3153
- "wait": {
3154
- "char": "w",
3155
- "description": "Wait time in minutes for auto-install request to finish (default 10).",
3156
- "name": "wait",
3157
- "summary": "wait time in minutes for auto-install request to finish",
3158
- "default": 10,
3242
+ "id": {
3243
+ "char": "i",
3244
+ "description": "Asset Publisher ID under development.",
3245
+ "name": "id",
3246
+ "required": true,
3247
+ "summary": "Asset Publisher ID under development",
3159
3248
  "hasDynamicHelp": false,
3160
3249
  "multiple": false,
3161
3250
  "type": "option"
3162
3251
  },
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,
3252
+ "assetid": {
3253
+ "char": "a",
3254
+ "description": "Asset ID under development.",
3255
+ "name": "assetid",
3256
+ "required": true,
3257
+ "summary": "Asset ID under development",
3169
3258
  "hasDynamicHelp": false,
3170
3259
  "multiple": false,
3171
3260
  "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"
3180
3261
  }
3181
3262
  },
3182
3263
  "hasDynamicHelp": true,
3183
3264
  "hiddenAliases": [],
3184
- "id": "analytics:autoinstall:app:create",
3265
+ "id": "analytics:asset:publisher:delete",
3185
3266
  "pluginAlias": "@salesforce/analytics",
3186
3267
  "pluginName": "@salesforce/analytics",
3187
3268
  "pluginType": "core",
3188
3269
  "strict": true,
3189
- "summary": "creates auto-install request to create Analytics app",
3270
+ "summary": "delete a Analytics asset publisher",
3190
3271
  "enableJsonFlag": true,
3191
3272
  "isESM": true,
3192
3273
  "relativePath": [
3193
3274
  "lib",
3194
3275
  "commands",
3195
3276
  "analytics",
3196
- "autoinstall",
3197
- "app",
3198
- "create.js"
3277
+ "asset",
3278
+ "publisher",
3279
+ "delete.js"
3199
3280
  ]
3200
3281
  },
3201
- "analytics:autoinstall:app:delete": {
3282
+ "analytics:asset:publisher:deleteall": {
3202
3283
  "aliases": [],
3203
3284
  "args": {},
3204
- "description": "Creates auto-install request to delete a Analytics app.",
3285
+ "description": "Deletes Analytics asset publishers.",
3205
3286
  "examples": [
3206
- "$ sfdx analytics:autoinstall:app:delete -f folderid"
3287
+ "$ sfdx analytics:asset:publisher:deleteall -i assetId"
3207
3288
  ],
3208
3289
  "flags": {
3209
3290
  "json": {
@@ -3249,71 +3330,50 @@
3249
3330
  "multiple": false,
3250
3331
  "type": "option"
3251
3332
  },
3252
- "folderid": {
3253
- "char": "f",
3254
- "description": "ID of the folder that contains the app data.",
3255
- "name": "folderid",
3333
+ "assetid": {
3334
+ "char": "i",
3335
+ "description": "Asset ID under development.",
3336
+ "name": "assetid",
3256
3337
  "required": true,
3257
- "summary": "folder ID",
3338
+ "summary": "Asset ID under development",
3258
3339
  "hasDynamicHelp": false,
3259
3340
  "multiple": false,
3260
3341
  "type": "option"
3261
3342
  },
3262
- "async": {
3263
- "char": "a",
3264
- "description": "Delete app asynchronously.",
3265
- "name": "async",
3266
- "summary": "delete app asynchronously",
3343
+ "noprompt": {
3344
+ "char": "p",
3345
+ "description": "Do not prompt to confirm delete.",
3346
+ "name": "noprompt",
3347
+ "summary": "do not prompt to confirm force delete",
3267
3348
  "allowNo": false,
3268
3349
  "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"
3289
3350
  }
3290
3351
  },
3291
3352
  "hasDynamicHelp": true,
3292
3353
  "hiddenAliases": [],
3293
- "id": "analytics:autoinstall:app:delete",
3354
+ "id": "analytics:asset:publisher:deleteall",
3294
3355
  "pluginAlias": "@salesforce/analytics",
3295
3356
  "pluginName": "@salesforce/analytics",
3296
3357
  "pluginType": "core",
3297
3358
  "strict": true,
3298
- "summary": "creates auto-install request to delete Analytics app",
3359
+ "summary": "delete Analytics asset publishers",
3299
3360
  "enableJsonFlag": true,
3300
3361
  "isESM": true,
3301
3362
  "relativePath": [
3302
3363
  "lib",
3303
3364
  "commands",
3304
3365
  "analytics",
3305
- "autoinstall",
3306
- "app",
3307
- "delete.js"
3366
+ "asset",
3367
+ "publisher",
3368
+ "deleteall.js"
3308
3369
  ]
3309
3370
  },
3310
- "analytics:autoinstall:app:update": {
3371
+ "analytics:asset:publisher:list": {
3311
3372
  "aliases": [],
3312
3373
  "args": {},
3313
- "description": "Creates auto-install request to update a Analytics app.",
3374
+ "description": "Lists Analytics asset publishers.",
3314
3375
  "examples": [
3315
- "$ sfdx analytics:autoinstall:app:update -t templateid -f folderid",
3316
- "$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"
3376
+ "$ sfdx analytics:asset:publisher:list -i assetId"
3317
3377
  ],
3318
3378
  "flags": {
3319
3379
  "json": {
@@ -3359,94 +3419,34 @@
3359
3419
  "multiple": false,
3360
3420
  "type": "option"
3361
3421
  },
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",
3422
+ "assetid": {
3423
+ "char": "i",
3424
+ "description": "Asset ID under development.",
3425
+ "name": "assetid",
3390
3426
  "required": true,
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,
3410
- "hasDynamicHelp": false,
3411
- "multiple": false,
3412
- "type": "option"
3413
- },
3414
- "pollinterval": {
3415
- "char": "p",
3416
- "description": "Polling interval in milliseconds for checking auto-install request status (default 5000).",
3417
- "name": "pollinterval",
3418
- "summary": "polling interval in milliseconds for checking auto-install request status",
3419
- "default": 5000,
3427
+ "summary": "Asset ID under development",
3420
3428
  "hasDynamicHelp": false,
3421
3429
  "multiple": false,
3422
3430
  "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:autoinstall:app:update",
3435
+ "id": "analytics:asset:publisher:list",
3436
3436
  "pluginAlias": "@salesforce/analytics",
3437
3437
  "pluginName": "@salesforce/analytics",
3438
3438
  "pluginType": "core",
3439
3439
  "strict": true,
3440
- "summary": "creates auto-install request to update Analytics app",
3440
+ "summary": "list Analytics asset publishers",
3441
3441
  "enableJsonFlag": true,
3442
3442
  "isESM": true,
3443
3443
  "relativePath": [
3444
3444
  "lib",
3445
3445
  "commands",
3446
3446
  "analytics",
3447
- "autoinstall",
3448
- "app",
3449
- "update.js"
3447
+ "asset",
3448
+ "publisher",
3449
+ "list.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.38"
4365
+ "version": "1.4.39"
4366
4366
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
3
  "description": "Commands for working with Salesforce Analytics applications, assets, and services",
4
- "version": "1.4.38",
4
+ "version": "1.4.39",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.27.0",
9
- "@oclif/plugin-help": "^6.2.26",
9
+ "@oclif/plugin-help": "^6.2.27",
10
10
  "@salesforce/core": "^6.7.1",
11
11
  "@salesforce/kit": "^3.2.0",
12
12
  "@salesforce/sf-plugins-core": "^7.1.16",
@@ -276,7 +276,7 @@
276
276
  },
277
277
  "type": "module",
278
278
  "sfdx": {
279
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.38.crt",
280
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.38.sig"
279
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.39.crt",
280
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.39.sig"
281
281
  }
282
282
  }