@salesforce/analytics 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.6](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.5...v1.0.6) (2022-04-13)
6
+
7
+ ### Bug Fixes
8
+
9
+ - add back -h support ([#104](https://github.com/salesforcecli/plugin-analytics/issues/104)) ([bf753e2](https://github.com/salesforcecli/plugin-analytics/commit/bf753e23dad3e1337977f036a6e26c49d5684a1d))
10
+
5
11
  ### [1.0.5](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.3...v1.0.5) (2022-04-06)
6
12
 
7
13
  ### Bug Fixes
package/README.md CHANGED
@@ -165,7 +165,7 @@ EXAMPLES
165
165
  $ sfdx analytics:app:create -f path_to_json_file
166
166
  ```
167
167
 
168
- _See code: [src/commands/analytics/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/app/create.ts)_
168
+ _See code: [src/commands/analytics/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/app/create.ts)_
169
169
 
170
170
  ## `sfdx analytics:app:decouple -f <id> -t <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
171
171
 
@@ -195,7 +195,7 @@ EXAMPLE
195
195
  $ sfdx analytics:app:decouple -f folderId -t templateId
196
196
  ```
197
197
 
198
- _See code: [src/commands/analytics/app/decouple.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/app/decouple.ts)_
198
+ _See code: [src/commands/analytics/app/decouple.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/app/decouple.ts)_
199
199
 
200
200
  ## `sfdx analytics:app:delete -f <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
201
201
 
@@ -227,7 +227,7 @@ EXAMPLE
227
227
  $ sfdx analytics:app:delete -f folderid
228
228
  ```
229
229
 
230
- _See code: [src/commands/analytics/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/app/delete.ts)_
230
+ _See code: [src/commands/analytics/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/app/delete.ts)_
231
231
 
232
232
  ## `sfdx analytics:app:display -f <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
233
233
 
@@ -259,7 +259,7 @@ EXAMPLE
259
259
  $ sfdx analytics:app:display -f folderId -a
260
260
  ```
261
261
 
262
- _See code: [src/commands/analytics/app/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/app/display.ts)_
262
+ _See code: [src/commands/analytics/app/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/app/display.ts)_
263
263
 
264
264
  ## `sfdx analytics:app:list [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
265
265
 
@@ -288,7 +288,7 @@ EXAMPLE
288
288
  $ sfdx analytics:app:list
289
289
  ```
290
290
 
291
- _See code: [src/commands/analytics/app/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/app/list.ts)_
291
+ _See code: [src/commands/analytics/app/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/app/list.ts)_
292
292
 
293
293
  ## `sfdx analytics:app:update -t <id> -f <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
294
294
 
@@ -318,7 +318,7 @@ EXAMPLE
318
318
  $ sfdx analytics:app:update -f folderId -t templateId
319
319
  ```
320
320
 
321
- _See code: [src/commands/analytics/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/app/update.ts)_
321
+ _See code: [src/commands/analytics/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/app/update.ts)_
322
322
 
323
323
  ## `sfdx analytics:asset:publisher:create -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
324
324
 
@@ -348,7 +348,7 @@ EXAMPLE
348
348
  $ sfdx analytics:asset:publisher:create -i assetId
349
349
  ```
350
350
 
351
- _See code: [src/commands/analytics/asset/publisher/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/asset/publisher/create.ts)_
351
+ _See code: [src/commands/analytics/asset/publisher/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/asset/publisher/create.ts)_
352
352
 
353
353
  ## `sfdx analytics:asset:publisher:delete -i <id> -a <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
354
354
 
@@ -381,7 +381,7 @@ EXAMPLE
381
381
  $ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId
382
382
  ```
383
383
 
384
- _See code: [src/commands/analytics/asset/publisher/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/asset/publisher/delete.ts)_
384
+ _See code: [src/commands/analytics/asset/publisher/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/asset/publisher/delete.ts)_
385
385
 
386
386
  ## `sfdx analytics:asset:publisher:deleteall -i <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
387
387
 
@@ -414,7 +414,7 @@ EXAMPLE
414
414
  $ sfdx analytics:asset:publisher:deleteall -i assetId
415
415
  ```
416
416
 
417
- _See code: [src/commands/analytics/asset/publisher/deleteall.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/asset/publisher/deleteall.ts)_
417
+ _See code: [src/commands/analytics/asset/publisher/deleteall.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/asset/publisher/deleteall.ts)_
418
418
 
419
419
  ## `sfdx analytics:asset:publisher:list -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
420
420
 
@@ -444,7 +444,7 @@ EXAMPLE
444
444
  $ sfdx analytics:asset:publisher:list -i assetId
445
445
  ```
446
446
 
447
- _See code: [src/commands/analytics/asset/publisher/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/asset/publisher/list.ts)_
447
+ _See code: [src/commands/analytics/asset/publisher/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/asset/publisher/list.ts)_
448
448
 
449
449
  ## `sfdx analytics:autoinstall:app:create [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
450
450
 
@@ -484,7 +484,7 @@ EXAMPLES
484
484
  $ sfdx analytics:autoinstall:app:create -n templatename
485
485
  ```
486
486
 
487
- _See code: [src/commands/analytics/autoinstall/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/autoinstall/app/create.ts)_
487
+ _See code: [src/commands/analytics/autoinstall/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/autoinstall/app/create.ts)_
488
488
 
489
489
  ## `sfdx analytics:autoinstall:app:delete -f <id> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
490
490
 
@@ -521,7 +521,7 @@ EXAMPLE
521
521
  $ sfdx analytics:autoinstall:app:delete -f folderid
522
522
  ```
523
523
 
524
- _See code: [src/commands/analytics/autoinstall/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/autoinstall/app/delete.ts)_
524
+ _See code: [src/commands/analytics/autoinstall/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/autoinstall/app/delete.ts)_
525
525
 
526
526
  ## `sfdx analytics:autoinstall:app:update -f <id> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
527
527
 
@@ -562,7 +562,7 @@ EXAMPLES
562
562
  $ sfdx analytics:autoinstall:app:update -n templatename -f folderid
563
563
  ```
564
564
 
565
- _See code: [src/commands/analytics/autoinstall/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/autoinstall/app/update.ts)_
565
+ _See code: [src/commands/analytics/autoinstall/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/autoinstall/app/update.ts)_
566
566
 
567
567
  ## `sfdx analytics:autoinstall:display -i <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
568
568
 
@@ -594,7 +594,7 @@ EXAMPLE
594
594
  $ sfdx analytics:autoinstall:display -i id
595
595
  ```
596
596
 
597
- _See code: [src/commands/analytics/autoinstall/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/autoinstall/display.ts)_
597
+ _See code: [src/commands/analytics/autoinstall/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/autoinstall/display.ts)_
598
598
 
599
599
  ## `sfdx analytics:autoinstall:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
600
600
 
@@ -621,7 +621,7 @@ EXAMPLE
621
621
  $ sfdx analytics:autoinstall:list
622
622
  ```
623
623
 
624
- _See code: [src/commands/analytics/autoinstall/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/autoinstall/list.ts)_
624
+ _See code: [src/commands/analytics/autoinstall/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/autoinstall/list.ts)_
625
625
 
626
626
  ## `sfdx analytics:dashboard:history:list -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
627
627
 
@@ -650,7 +650,7 @@ EXAMPLE
650
650
  $ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>
651
651
  ```
652
652
 
653
- _See code: [src/commands/analytics/dashboard/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dashboard/history/list.ts)_
653
+ _See code: [src/commands/analytics/dashboard/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dashboard/history/list.ts)_
654
654
 
655
655
  ## `sfdx analytics:dashboard:history:revert -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
656
656
 
@@ -684,7 +684,7 @@ EXAMPLE
684
684
  $ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel>
685
685
  ```
686
686
 
687
- _See code: [src/commands/analytics/dashboard/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dashboard/history/revert.ts)_
687
+ _See code: [src/commands/analytics/dashboard/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dashboard/history/revert.ts)_
688
688
 
689
689
  ## `sfdx analytics:dashboard:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
690
690
 
@@ -711,7 +711,7 @@ EXAMPLE
711
711
  $ sfdx analytics:dashboard:list
712
712
  ```
713
713
 
714
- _See code: [src/commands/analytics/dashboard/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dashboard/list.ts)_
714
+ _See code: [src/commands/analytics/dashboard/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dashboard/list.ts)_
715
715
 
716
716
  ## `sfdx analytics:dashboard:update -i <id> [-y <id>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
717
717
 
@@ -746,7 +746,7 @@ EXAMPLES
746
746
  $ sfdx analytics:dashboard:update -i dashboardId -r
747
747
  ```
748
748
 
749
- _See code: [src/commands/analytics/dashboard/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dashboard/update.ts)_
749
+ _See code: [src/commands/analytics/dashboard/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dashboard/update.ts)_
750
750
 
751
751
  ## `sfdx analytics:dataflow:history:list -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
752
752
 
@@ -775,7 +775,7 @@ EXAMPLE
775
775
  $ sfdx analytics:dataflow:history:list --dataflowid <dataflowid>
776
776
  ```
777
777
 
778
- _See code: [src/commands/analytics/dataflow/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dataflow/history/list.ts)_
778
+ _See code: [src/commands/analytics/dataflow/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dataflow/history/list.ts)_
779
779
 
780
780
  ## `sfdx analytics:dataflow:history:revert -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
781
781
 
@@ -809,7 +809,7 @@ EXAMPLE
809
809
  $ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel>
810
810
  ```
811
811
 
812
- _See code: [src/commands/analytics/dataflow/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dataflow/history/revert.ts)_
812
+ _See code: [src/commands/analytics/dataflow/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dataflow/history/revert.ts)_
813
813
 
814
814
  ## `sfdx analytics:dataflow:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
815
815
 
@@ -836,7 +836,7 @@ EXAMPLE
836
836
  $ sfdx analytics:dataflow:list
837
837
  ```
838
838
 
839
- _See code: [src/commands/analytics/dataflow/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dataflow/list.ts)_
839
+ _See code: [src/commands/analytics/dataflow/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dataflow/list.ts)_
840
840
 
841
841
  ## `sfdx analytics:dataset:display [-i <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
842
842
 
@@ -867,7 +867,7 @@ EXAMPLES
867
867
  $ sfdx analytics:dataset:display -n datasetApiName
868
868
  ```
869
869
 
870
- _See code: [src/commands/analytics/dataset/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dataset/display.ts)_
870
+ _See code: [src/commands/analytics/dataset/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dataset/display.ts)_
871
871
 
872
872
  ## `sfdx analytics:dataset:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
873
873
 
@@ -894,7 +894,7 @@ EXAMPLE
894
894
  $ sfdx analytics:dataset:list
895
895
  ```
896
896
 
897
- _See code: [src/commands/analytics/dataset/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dataset/list.ts)_
897
+ _See code: [src/commands/analytics/dataset/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dataset/list.ts)_
898
898
 
899
899
  ## `sfdx analytics:dataset:rows:fetch [-i <id> | -n <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
900
900
 
@@ -930,7 +930,7 @@ EXAMPLES
930
930
  $ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv
931
931
  ```
932
932
 
933
- _See code: [src/commands/analytics/dataset/rows/fetch.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/dataset/rows/fetch.ts)_
933
+ _See code: [src/commands/analytics/dataset/rows/fetch.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/dataset/rows/fetch.ts)_
934
934
 
935
935
  ## `sfdx analytics:enable [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
936
936
 
@@ -966,7 +966,7 @@ EXAMPLE
966
966
  $ sfdx analytics:enable
967
967
  ```
968
968
 
969
- _See code: [src/commands/analytics/enable.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/enable.ts)_
969
+ _See code: [src/commands/analytics/enable.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/enable.ts)_
970
970
 
971
971
  ## `sfdx analytics:lens:history:list -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
972
972
 
@@ -995,7 +995,7 @@ EXAMPLE
995
995
  $ sfdx analytics:lens:history:list --lensid <lensid>
996
996
  ```
997
997
 
998
- _See code: [src/commands/analytics/lens/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/lens/history/list.ts)_
998
+ _See code: [src/commands/analytics/lens/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/lens/history/list.ts)_
999
999
 
1000
1000
  ## `sfdx analytics:lens:history:revert -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1001
1001
 
@@ -1029,7 +1029,7 @@ EXAMPLE
1029
1029
  $ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel>
1030
1030
  ```
1031
1031
 
1032
- _See code: [src/commands/analytics/lens/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/lens/history/revert.ts)_
1032
+ _See code: [src/commands/analytics/lens/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/lens/history/revert.ts)_
1033
1033
 
1034
1034
  ## `sfdx analytics:lens:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1035
1035
 
@@ -1056,7 +1056,7 @@ EXAMPLE
1056
1056
  $ sfdx analytics:lens:list
1057
1057
  ```
1058
1058
 
1059
- _See code: [src/commands/analytics/lens/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/lens/list.ts)_
1059
+ _See code: [src/commands/analytics/lens/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/lens/list.ts)_
1060
1060
 
1061
1061
  ## `sfdx analytics:query [-f <filepath> | -q <string>] [--nomapnames] [--sql] [-t <string>] [--connector <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1062
1062
 
@@ -1106,7 +1106,7 @@ EXAMPLES
1106
1106
  sfdx analytics:query -q "..." --sql --limit 10 -r csv
1107
1107
  ```
1108
1108
 
1109
- _See code: [src/commands/analytics/query.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/query.ts)_
1109
+ _See code: [src/commands/analytics/query.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/query.ts)_
1110
1110
 
1111
1111
  ## `sfdx analytics:template:create -f <id> [-l <string>] [--description <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1112
1112
 
@@ -1138,7 +1138,7 @@ EXAMPLE
1138
1138
  $ sfdx analytics:template:create -f folderid
1139
1139
  ```
1140
1140
 
1141
- _See code: [src/commands/analytics/template/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/template/create.ts)_
1141
+ _See code: [src/commands/analytics/template/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/template/create.ts)_
1142
1142
 
1143
1143
  ## `sfdx analytics:template:delete -t <id> [--forcedelete] [--decouple] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1144
1144
 
@@ -1176,7 +1176,7 @@ EXAMPLE
1176
1176
  $ sfdx analytics:template:delete -t templateid
1177
1177
  ```
1178
1178
 
1179
- _See code: [src/commands/analytics/template/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/template/delete.ts)_
1179
+ _See code: [src/commands/analytics/template/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/template/delete.ts)_
1180
1180
 
1181
1181
  ## `sfdx analytics:template:display [-t <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1182
1182
 
@@ -1207,7 +1207,7 @@ EXAMPLES
1207
1207
  $ sfdx analytics:template:display -n templatename
1208
1208
  ```
1209
1209
 
1210
- _See code: [src/commands/analytics/template/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/template/display.ts)_
1210
+ _See code: [src/commands/analytics/template/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/template/display.ts)_
1211
1211
 
1212
1212
  ## `sfdx analytics:template:list [-a] [-e] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1213
1213
 
@@ -1239,7 +1239,7 @@ EXAMPLES
1239
1239
  $ sfdx analytics:template:list --includesalesforcetemplates
1240
1240
  ```
1241
1241
 
1242
- _See code: [src/commands/analytics/template/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/template/list.ts)_
1242
+ _See code: [src/commands/analytics/template/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/template/list.ts)_
1243
1243
 
1244
1244
  ## `sfdx analytics:template:update [-t <id> | -n <string>] [-f <id>] [-v <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1245
1245
 
@@ -1274,6 +1274,6 @@ EXAMPLE
1274
1274
  $ sfdx analytics:template:update -t templateid -f folderid
1275
1275
  ```
1276
1276
 
1277
- _See code: [src/commands/analytics/template/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.4/src/commands/analytics/template/update.ts)_
1277
+ _See code: [src/commands/analytics/template/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.5/src/commands/analytics/template/update.ts)_
1278
1278
 
1279
1279
  <!-- commandsstop -->
@@ -9,6 +9,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  return (mod && mod.__esModule) ? mod : { "default": mod };
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
+ const fs_1 = require("fs");
12
13
  const os_1 = require("os");
13
14
  const command_1 = require("@salesforce/command");
14
15
  const core_1 = require("@salesforce/core");
@@ -63,7 +64,7 @@ class Create extends command_1.SfdxCommand {
63
64
  const path = String(this.flags.definitionfile);
64
65
  let json;
65
66
  try {
66
- json = JSON.parse(await core_1.fs.readFile(path, 'utf8'));
67
+ json = JSON.parse(await fs_1.promises.readFile(path, 'utf8'));
67
68
  }
68
69
  catch (e) {
69
70
  throw new core_1.SfdxError(`Error parsing ${path}`, undefined, undefined, undefined, e instanceof Error ? e : new Error(e ? String(e) : '<unknown>'));
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/analytics/app/create.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;;;AAEH,2BAAyB;AACzB,iDAAyD;AACzD,2CAA+F;AAC/F,yCAA2C;AAE3C,kDAA0B;AAC1B,+EAA0E;AAC1E,gEAA0E;AAC1E,iGAAyE;AACzE,gGAAwE;AACxE,wDAA6D;AAE7D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,uBAAuB,EAAE,KAAK,CAAC,CAAC;AAWvE,MAAqB,MAAO,SAAQ,qBAAW;IAA/C;;QAwDS,qBAAgB,GAAG,EAAuB,CAAC;IA0QpD,CAAC;IAxQQ,KAAK,CAAC,GAAG;QACd,MAAM,MAAM,GAAG,IAAI,gBAAM,CAAC,IAAI,CAAC,GAAU,CAAC,CAAC;QAC3C,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAEhD,iHAAiH;QACjH,gDAAgD;QAChD,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE;YACtE,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;YACrD,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,uBAAuB,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;YACvE,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,CAAC;SAC1B;aAAM;YACL,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;YACvD,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAAE,CAAC;SACzD;IACH,CAAC;IAEO,KAAK,CAAC,qBAAqB;QACjC,IAAI,IAAI,CAAC,KAAK,CAAC,UAAU,IAAI,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;YACpD,MAAM,WAAW,GAAG,IAAI,sBAAY,CAAC,IAAI,CAAC,GAAU,CAAC,CAAC;YACtD,MAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU;gBAC3C,CAAC,CAAC,MAAM,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,UAAoB,CAAC;gBAC1D,CAAC,CAAC,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,CAC7B,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,KAAK,IAAI,CAAC,KAAK,CAAC,YAAY,IAAI,QAAQ,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,CAAC,YAAY,CACpG,CAAC;YACN,IAAI,CAAC,eAAe,EAAE;gBACpB,MAAM,IAAI,gBAAS,CAAC,aAAa,IAAI,CAAC,KAAK,CAAC,UAAU,IAAI,IAAI,CAAC,KAAK,CAAC,YAAY,cAAc,CAAC,CAAC;aAClG;YACD,OAAO;gBACL,WAAW,EAAE,eAAe,CAAC,WAAW;gBACxC,KAAK,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,IAAI,eAAe,CAAC,KAAK,CAAW;gBAC9D,gBAAgB,EAAE,eAAe,CAAC,EAAE;gBACpC,SAAS,EAAE,QAAQ;gBACnB,cAAc,EAAE,EAAE;gBAClB,IAAI,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,IAAI,eAAe,CAAC,IAAI,CAAW;aAC7D,CAAC;SACH;aAAM,IAAI,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE;YACpC,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;YAC/C,IAAI,IAAa,CAAC;YAClB,IAAI;gBACF,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,SAAE,CAAC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;aACpD;YAAC,OAAO,CAAC,EAAE;gBACV,MAAM,IAAI,gBAAS,CACjB,iBAAiB,IAAI,EAAE,EACvB,SAAS,EACT,SAAS,EACT,SAAS,EACT,CAAC,YAAY,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,CAChE,CAAC;aACH;YACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;gBAC5B,MAAM,IAAI,gBAAS,CAAC,mBAAmB,IAAI,iCAAiC,OAAO,IAAI,EAAE,CAAC,CAAC;aAC5F;YACD,MAAM,IAAI,GAAG,IAAqB,CAAC;YACnC,4GAA4G;YAC5G,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;gBACrD,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAW,CAAC;gBACxD,IAAI,CAAC,KAAK,GAAG,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAW,CAAC;aAC3D;YACD,OAAO,IAAI,CAAC;SACb;aAAM;YACL,MAAM,IAAI,gBAAS;YACjB,kFAAkF;YAClF,+CAA+C,QAAG,EAAE;gBAClD,uCAAuC,QAAG,EAAE;gBAC5C,+BAA+B,QAAG,EAAE;gBACpC,mCAAmC,QAAG,EAAE;gBACxC,2BAA2B,CAC9B,CAAC;SACH;IACH,CAAC;IAEO,KAAK,CAAC,WAAW,CAAC,MAAc,EAAE,IAAmB;QAC3D,IAAI,QAA4B,CAAC;QACjC,MAAM,OAAO,GAAG,IAAI,sBAAe,CAAC,cAAc,CAAC,IAAI,CAAC,GAAU,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,CACrG,IAAI,CAAC,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,CACxC,CAAC;QACF,MAAM,OAAO,GAAa,cAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAc,CAAC,CAAC;QACtE,OAAO,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;QACrC,OAAO,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;QACrC,MAAM,iBAAiB,GAAoB,MAAM,sBAAe,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACjF,MAAM,iBAAiB,CAAC,SAAS,EAAE,CAAC;QACpC,iDAAiD;QACjD,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI;YACF,MAAM,iBAAiB,CAAC,SAAS,CAAC,KAAK,IAAI,EAAE;gBAC3C,QAAQ,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;YAChD,CAAC,CAAC,CAAC;SACJ;QAAC,OAAO,KAAK,EAAE;YACd,IAAK,KAAiC,CAAC,IAAI,KAAK,uBAAuB,EAAE;gBACvE,mFAAmF;gBACnF,IAAA,qBAAa,EAAC,QAAQ,CAAC,UAAU,CAAC,gBAAgB,EAAE,CAAE,KAAiC,CAAC,OAAiB,CAAC,CAAC,EAAE;oBAC3G,EAAE,EAAE,QAAQ;iBACb,CAAC,CAAC;aACJ;YACD,MAAM,KAAK,CAAC;SACb;QACD,OAAO,QAAQ,CAAC;IAClB,CAAC;IAEO,KAAK,CAAC,SAAS,CAAC,MAAc,EAAE,IAAmB;QACzD,MAAM,SAAS,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAC5C,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,kBAAkB,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;QAC3E,OAAO,SAAS,CAAC;IACnB,CAAC;IAEO,eAAe,CAAC,QAA4B,EAAE,KAAc;QAClE,MAAM,cAAc,GAAG,IAAI,wBAAc,CAAC,KAAK,CAAC,CAAC;QAEjD,0EAA0E;QAC1E,IAAI,QAAQ,KAAK,cAAc,CAAC,QAAQ,IAAI,cAAc,CAAC,QAAQ,KAAK,MAAM,EAAE;YAC9E,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;SAC7B;QAED,QAAQ,cAAc,CAAC,SAAS,EAAE;YAChC,KAAK,cAAc,CAAC,CAAC;gBACnB,IAAI,CAAC,QAAQ,CAAC,eAAe,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBAC1D,MAAM;aACP;YACD,KAAK,SAAS,CAAC,CAAC;gBACd,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACrD,MAAM;aACP;YACD,KAAK,MAAM,CAAC,CAAC;gBACX,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACnD,MAAM;aACP;YACD,KAAK,WAAW,CAAC,CAAC;gBAChB,IAAI,CAAC,QAAQ,CAAC,YAAY,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACvD,MAAM;aACP;YACD,KAAK,UAAU,CAAC,CAAC;gBACf,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACtD,MAAM;aACP;YACD,KAAK,QAAQ,CAAC,CAAC;gBACb,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACpD,MAAM;aACP;YACD,KAAK,eAAe,CAAC,CAAC;gBACpB,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBAC3D,MAAM;aACP;YACD,KAAK,sBAAsB,CAAC,CAAC;gBAC3B,IAAI,CAAC,QAAQ,CAAC,4BAA4B,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;gBACxE,MAAM;aACP;YACD,KAAK,cAAc,CAAC,CAAC;gBACnB,IAAI,CAAC,QAAQ,CAAC,qBAAqB,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBAChE,MAAM;aACP;YACD,KAAK,wBAAwB,CAAC,CAAC;gBAC7B,IAAI,CAAC,QAAQ,CAAC,8BAA8B,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;gBAC1E,MAAM;aACP;YACD,KAAK,6BAA6B,CAAC,CAAC;gBAClC,IAAI,CAAC,QAAQ,CAAC,mCAAmC,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;gBAC/E,MAAM;aACP;YACD,KAAK,SAAS,CAAC,CAAC;gBACd,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACtD,MAAM;aACP;YACD,KAAK,cAAc,CAAC,CAAC;gBACnB,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBAClD,MAAM;aACP;YACD,KAAK,OAAO,CAAC,CAAC;gBACZ,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;gBACnD,MAAM;aACP;YACD,KAAK,aAAa,CAAC,CAAC;gBAClB,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC;gBACrC,IAAI,cAAc,CAAC,MAAM,KAAK,SAAS,EAAE;oBACvC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,UAAU,CAAC,mBAAmB,EAAE,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;iBAC/G;qBAAM;oBACL,sBAAsB;oBACtB,IAAI,CAAC,EAAE,CAAC,GAAG,CACT,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,EAC/B,QAAQ,CAAC,UAAU,CAAC,0BAA0B,EAAE,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAC1E,CAAC;oBACF,IAAA,qBAAa,EAAC,QAAQ,CAAC,UAAU,CAAC,0BAA0B,EAAE,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,EAAE;wBACvF,EAAE,EAAE,QAAQ;wBACZ,MAAM,EAAE,IAAI,CAAC,gBAAgB;qBAC9B,CAAC,CAAC;iBACJ;gBACD,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;aAC5B;SACF;QACD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;IAC9B,CAAC;IAEO,mBAAmB,CAAC,OAAgB;QAC1C,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE;YAChC,OAAO,EAAE,CAAC;SACX;QACD,IAAI,OAAO,EAAE;YACX,OAAO,eAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;SACzB;QACD,OAAO,eAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACxB,CAAC;IAEO,QAAQ,CAAC,gBAAwB,EAAE,MAAc,EAAE,KAAqB;QAC9E,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,KAAK,GAAG,CAAC,EAAE;YAC3C,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;YAC5B,IAAI,KAAK,CAAC,MAAM,KAAK,SAAS,EAAE;gBAC9B,IAAI,CAAC,EAAE,CAAC,GAAG,CACT,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAC9B,QAAQ,CAAC,UAAU,CAAC,8BAA8B,EAAE;oBAClD,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;oBAC/C,gBAAgB;oBAChB,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK;iBACZ,CAAC,CACH,CAAC;aACH;iBAAM;gBACL,IAAI,CAAC,EAAE,CAAC,GAAG,CACT,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,EAC/B,QAAQ,CAAC,UAAU,CAAC,oBAAoB,EAAE;oBACxC,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;oBACjD,gBAAgB;oBAChB,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,OAAO;iBACd,CAAC,CACH,CAAC;aACH;SACF;aAAM;YACL,IAAI,KAAK,CAAC,MAAM,KAAK,SAAS,IAAI,KAAK,CAAC,KAAK,GAAG,CAAC,IAAI,KAAK,CAAC,KAAK,KAAK,KAAK,CAAC,KAAK,EAAE;gBAChF,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;gBAC5B,IAAI,CAAC,EAAE,CAAC,GAAG,CACT,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAC9B,QAAQ,CAAC,UAAU,CAAC,gBAAgB,EAAE,CAAC,KAAK,CAAC,KAAK,EAAE,gBAAgB,EAAE,MAAM,CAAC,CAAC,CAC/E,CAAC;aACH;YACD,IAAI,KAAK,CAAC,MAAM,KAAK,SAAS,EAAE;gBAC9B,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;gBAC5B,IAAI,CAAC,EAAE,CAAC,GAAG,CACT,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAC9B,QAAQ,CAAC,UAAU,CAAC,oBAAoB,EAAE;oBACxC,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;oBACjD,gBAAgB;oBAChB,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,OAAO;iBACd,CAAC,CACH,CAAC;aACH;SACF;IACH,CAAC;IAEO,eAAe,CAAC,KAAqB;QAC3C,MAAM,KAAK,GAAG;YACZ,SAAS,EAAE,KAAK,CAAC,SAAS;YAC1B,MAAM,EAAE,KAAK,CAAC,MAAM;YACpB,KAAK,EAAE,KAAK,CAAC,KAAK;YAClB,KAAK,EAAE,KAAK,CAAC,KAAK;YAClB,SAAS,EAAE,KAAK,CAAC,KAAK;YACtB,OAAO,EAAE,KAAK,CAAC,OAAO;SACvB,CAAC;QACF,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;;AAjUH,yBAkUC;AAjUe,kBAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAAC;AAC9D,sBAAe,GAAG,QAAQ,CAAC,UAAU,CAAC,8BAA8B,CAAC,CAAC;AAEtE,eAAQ,GAAG;IACvB,sDAAsD;IACtD,6CAA6C;IAC7C,kDAAkD;CACnD,CAAC;AAEe,kBAAW,GAAG;IAC7B,cAAc,EAAE,eAAK,CAAC,QAAQ,CAAC;QAC7B,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,kCAAkC,CAAC;QACpE,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,sCAAsC,CAAC;QAC5E,SAAS,EAAE,CAAC,cAAc,EAAE,YAAY,CAAC;KAC1C,CAAC;IACF,UAAU,EAAE,eAAK,CAAC,MAAM,CAAC;QACvB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,oCAAoC,CAAC;QACtE,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,wCAAwC,CAAC;QAC9E,SAAS,EAAE,CAAC,cAAc,EAAE,gBAAgB,CAAC;KAC9C,CAAC;IACF,YAAY,EAAE,eAAK,CAAC,MAAM,CAAC;QACzB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,6BAA6B,CAAC;QAC/D,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,iCAAiC,CAAC;QACvE,SAAS,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;KAC5C,CAAC;IACF,OAAO,EAAE,eAAK,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;QAC1D,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;KACnE,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,OAAO,CAAC;QACnB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,2BAA2B,CAAC;QAC7D,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;KACtE,CAAC;IACF,SAAS,EAAE,eAAK,CAAC,OAAO,CAAC;QACvB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;QACjE,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,mCAAmC,CAAC;KAC1E,CAAC;IACF,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;QAC5D,eAAe,EAAE,QAAQ,CAAC,UAAU,CAAC,8BAA8B,EAAE,CAAC,kCAAsB,CAAC,CAAC;QAC9F,GAAG,EAAE,CAAC;QACN,OAAO,EAAE,kCAAsB;KAChC,CAAC;CACH,CAAC;AAEe,uBAAgB,GAAG,IAAI,CAAC;AACxB,sBAAe,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/analytics/app/create.ts"],"names":[],"mappings":"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"}
@@ -25,6 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  return result;
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
+ const fs_1 = require("fs");
28
29
  const path = __importStar(require("path"));
29
30
  const command_1 = require("@salesforce/command");
30
31
  const core_1 = require("@salesforce/core");
@@ -37,7 +38,7 @@ class Query extends command_1.SfdxCommand {
37
38
  throw new core_1.SfdxError(messages.getMessage('missingRequiredField'));
38
39
  }
39
40
  let queryStr = this.flags.queryfile
40
- ? await core_1.fs.readFile(this.flags.queryfile, 'utf8')
41
+ ? await fs_1.promises.readFile(this.flags.queryfile, 'utf8')
41
42
  : this.flags.query;
42
43
  const querySvc = new query_1.default(this.org.getConnection());
43
44
  const options = {
@@ -1 +1 @@
1
- {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/commands/analytics/query.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/commands/analytics/query.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":"1.0.5","commands":{"analytics":{"id":"analytics","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"analytics:enable":{"id":"analytics:enable","description":"enable Tableau CRM","usage":"<%= command.id %> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:enable"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"async":{"name":"async","type":"boolean","char":"a","description":"enable asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:query":{"id":"analytics:query","description":"execute a Tableau CRM query","usage":"<%= command.id %> [-f <filepath> | -q <string>] [--nomapnames] [--sql] [-t <string>] [--connector <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["sfdx analytics:query -f query.saql","sfdx analytics:query -f query.sql -t America/Denver","sfdx analytics:query -q \"...\" --sql --limit 10 -r csv"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfile":{"name":"queryfile","type":"option","char":"f","description":"path to the file containing the query to execute"},"query":{"name":"query","type":"option","char":"q","description":"query to execute"},"nomapnames":{"name":"nomapnames","type":"boolean","description":"skip mapping dataset names in the SAQL query to ids","allowNo":false},"sql":{"name":"sql","type":"boolean","description":"execute the query as SQL","allowNo":false},"timezone":{"name":"timezone","type":"option","char":"t","description":"timezone for the query"},"connector":{"name":"connector","type":"option","description":"execute the SQL query against this external data connector id or name"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"}},"args":[]},"analytics:app:create":{"id":"analytics:app:create","description":"create a Tableau CRM app","usage":"<%= command.id %> [-f <filepath> | -m <string> | -t <string>] [-n <string>] [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:create -t templateid -n appname","$ sfdx analytics:app:create -m templatename","$ sfdx analytics:app:create -f path_to_json_file"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"Tableau CRM template definition file; required unless --templateid is specified"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID; required unless --definitionfile is specified"},"templatename":{"name":"templatename","type":"option","char":"m","description":"template name"},"appname":{"name":"appname","type":"option","char":"n","description":"app name"},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:app:decouple":{"id":"analytics:app:decouple","description":"decouples a Tableau CRM app from a Tableau CRM template","usage":"<%= command.id %> -f <id> -t <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:decouple -f folderId -t templateId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true}},"args":[]},"analytics:app:delete":{"id":"analytics:app:delete","description":"delete Tableau CRM apps","usage":"<%= command.id %> -f <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:delete -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:app:display":{"id":"analytics:app:display","description":"displays a Tableau CRM app's details","usage":"<%= command.id %> -f <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:display -f folderId -a"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:app:list":{"id":"analytics:app:list","description":"list Tableau CRM apps","usage":"<%= command.id %> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"}},"args":[]},"analytics:app:update":{"id":"analytics:app:update","description":"updates a Tableau CRM app from a template","usage":"<%= command.id %> -t <id> -f <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:update -f folderId -t templateId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true}},"args":[]},"analytics:autoinstall:display":{"id":"analytics:autoinstall:display","description":"displays a Tableau CRM auto-install request details","usage":"<%= command.id %> -i <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:display -i id"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"autoinstallid":{"name":"autoinstallid","type":"option","char":"i","description":"auto-install request ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:autoinstall:list":{"id":"analytics:autoinstall:list","description":"list Tableau CRM auto-install requests","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dashboard:list":{"id":"analytics:dashboard:list","description":"list Tableau CRM dashboards","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dashboard:update":{"id":"analytics:dashboard:update","description":"updates a Tableau CRM dashboard","usage":"<%= command.id %> -i <id> [-y <id>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId","$ sfdx analytics:dashboard:update -i dashboardId -r"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"Dashboard ID","required":true},"currenthistoryid":{"name":"currenthistoryid","type":"option","char":"y","description":"Current History ID to display"},"removecurrenthistory":{"name":"removecurrenthistory","type":"boolean","char":"r","description":"Remove Current History ID from dashboard","allowNo":false}},"args":[]},"analytics:dataflow:list":{"id":"analytics:dataflow:list","description":"list Tableau CRM dataflows","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dataset:display":{"id":"analytics:dataset:display","description":"displays a Tableau CRM dataset's details","usage":"<%= command.id %> [-i <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:display -i datasetId","$ sfdx analytics:dataset:display -n datasetApiName"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"}},"args":[]},"analytics:dataset:list":{"id":"analytics:dataset:list","description":"list Tableau CRM datasets","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:lens:list":{"id":"analytics:lens:list","description":"list Tableau CRM lenses","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:template:create":{"id":"analytics:template:create","description":"create Tableau CRM templates","usage":"<%= command.id %> -f <id> [-l <string>] [--description <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:create -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"template label"},"description":{"name":"description","type":"option","description":"template description"}},"args":[]},"analytics:template:delete":{"id":"analytics:template:delete","description":"delete Tableau CRM templates","usage":"<%= command.id %> -t <id> [--forcedelete] [--decouple] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:delete -t templateid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"forcedelete":{"name":"forcedelete","type":"boolean","description":"force delete the Tableau CRM template and all linked Tableau CRM apps","allowNo":false},"decouple":{"name":"decouple","type":"boolean","description":"decouple all linked Tableau CRM apps","allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:template:display":{"id":"analytics:template:display","description":"displays a Tableau CRM template's details","usage":"<%= command.id %> [-t <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:display -t templateid","$ sfdx analytics:template:display -n templatename"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"}},"args":[]},"analytics:template:list":{"id":"analytics:template:list","description":"list Tableau CRM templates","usage":"<%= command.id %> [-a] [-e] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:list","$ sfdx analytics:template:list --includembeddedtemplates","$ sfdx analytics:template:list --includesalesforcetemplates"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"includesalesforcetemplates":{"name":"includesalesforcetemplates","type":"boolean","char":"a","description":"include salesforce templates","allowNo":false},"includembeddedtemplates":{"name":"includembeddedtemplates","type":"boolean","char":"e","description":"include EmbeddedApp templates","allowNo":false}},"args":[]},"analytics:template:update":{"id":"analytics:template:update","description":"update Tableau CRM templates","usage":"<%= command.id %> [-t <id> | -n <string>] [-f <id>] [-v <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:update -t templateid -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"},"assetversion":{"name":"assetversion","type":"option","char":"v","description":"version number for upgrading the template (available in api version 54.0)"}},"args":[]},"analytics:asset:publisher:create":{"id":"analytics:asset:publisher:create","description":"create a publisher record for the Tableau CRM asset","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:create -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:delete":{"id":"analytics:asset:publisher:delete","description":"delete a Tableau CRM asset publisher","usage":"<%= command.id %> -i <id> -a <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"id":{"name":"id","type":"option","char":"i","description":"Asset Publisher ID under development","required":true},"assetid":{"name":"assetid","type":"option","char":"a","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:deleteall":{"id":"analytics:asset:publisher:deleteall","description":"delete Tableau CRM asset publishers","usage":"<%= command.id %> -i <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:deleteall -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:asset:publisher:list":{"id":"analytics:asset:publisher:list","description":"list Tableau CRM asset publishers","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:list -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:autoinstall:app:create":{"id":"analytics:autoinstall:app:create","description":"creates auto-install request to create Tableau CRM app","usage":"<%= command.id %> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:create -t templateid","$ sfdx analytics:autoinstall:app:create -n templatename"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"noenqueue":{"name":"noenqueue","type":"boolean","description":"do not enqueue the request","hidden":true,"allowNo":false},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:delete":{"id":"analytics:autoinstall:app:delete","description":"creates auto-install request to delete Tableau CRM app","usage":"<%= command.id %> -f <id> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:delete -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"delete app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:update":{"id":"analytics:autoinstall:app:update","description":"creates auto-install request to update Tableau CRM app","usage":"<%= command.id %> -f <id> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:update -t templateid -f folderid","$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:dashboard:history:list":{"id":"analytics:dashboard:history:list","description":"list history records for Tableau CRM dashboards","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true}},"args":[]},"analytics:dashboard:history:revert":{"id":"analytics:dashboard:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataflow:history:list":{"id":"analytics:dataflow:history:list","description":"list history records for Tableau CRM dataflows","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true}},"args":[]},"analytics:dataflow:history:revert":{"id":"analytics:dataflow:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dataflow history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataset:rows:fetch":{"id":"analytics:dataset:rows:fetch","description":"fetch the rows of a Tableau CRM dataset","usage":"<%= command.id %> [-i <id> | -n <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:rows:fetch -i datasetId","$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false}},"args":[]},"analytics:lens:history:list":{"id":"analytics:lens:history:list","description":"list history records for Tableau CRM lenses","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:history:list --lensid <lensid> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"lensid":{"name":"lensid","type":"option","char":"i","description":"lens ID","required":true}},"args":[]},"analytics:lens:history:revert":{"id":"analytics:lens:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"lensid":{"name":"lensid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]}}}
1
+ {"version":"1.0.6","commands":{"analytics":{"id":"analytics","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"analytics:enable":{"id":"analytics:enable","description":"enable Tableau CRM","usage":"<%= command.id %> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:enable"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"async":{"name":"async","type":"boolean","char":"a","description":"enable asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:query":{"id":"analytics:query","description":"execute a Tableau CRM query","usage":"<%= command.id %> [-f <filepath> | -q <string>] [--nomapnames] [--sql] [-t <string>] [--connector <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["sfdx analytics:query -f query.saql","sfdx analytics:query -f query.sql -t America/Denver","sfdx analytics:query -q \"...\" --sql --limit 10 -r csv"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfile":{"name":"queryfile","type":"option","char":"f","description":"path to the file containing the query to execute"},"query":{"name":"query","type":"option","char":"q","description":"query to execute"},"nomapnames":{"name":"nomapnames","type":"boolean","description":"skip mapping dataset names in the SAQL query to ids","allowNo":false},"sql":{"name":"sql","type":"boolean","description":"execute the query as SQL","allowNo":false},"timezone":{"name":"timezone","type":"option","char":"t","description":"timezone for the query"},"connector":{"name":"connector","type":"option","description":"execute the SQL query against this external data connector id or name"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"}},"args":[]},"analytics:app:create":{"id":"analytics:app:create","description":"create a Tableau CRM app","usage":"<%= command.id %> [-f <filepath> | -m <string> | -t <string>] [-n <string>] [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:create -t templateid -n appname","$ sfdx analytics:app:create -m templatename","$ sfdx analytics:app:create -f path_to_json_file"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"Tableau CRM template definition file; required unless --templateid is specified"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID; required unless --definitionfile is specified"},"templatename":{"name":"templatename","type":"option","char":"m","description":"template name"},"appname":{"name":"appname","type":"option","char":"n","description":"app name"},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:app:decouple":{"id":"analytics:app:decouple","description":"decouples a Tableau CRM app from a Tableau CRM template","usage":"<%= command.id %> -f <id> -t <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:decouple -f folderId -t templateId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true}},"args":[]},"analytics:app:delete":{"id":"analytics:app:delete","description":"delete Tableau CRM apps","usage":"<%= command.id %> -f <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:delete -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:app:display":{"id":"analytics:app:display","description":"displays a Tableau CRM app's details","usage":"<%= command.id %> -f <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:display -f folderId -a"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:app:list":{"id":"analytics:app:list","description":"list Tableau CRM apps","usage":"<%= command.id %> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"}},"args":[]},"analytics:app:update":{"id":"analytics:app:update","description":"updates a Tableau CRM app from a template","usage":"<%= command.id %> -t <id> -f <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:update -f folderId -t templateId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true}},"args":[]},"analytics:autoinstall:display":{"id":"analytics:autoinstall:display","description":"displays a Tableau CRM auto-install request details","usage":"<%= command.id %> -i <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:display -i id"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"autoinstallid":{"name":"autoinstallid","type":"option","char":"i","description":"auto-install request ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:autoinstall:list":{"id":"analytics:autoinstall:list","description":"list Tableau CRM auto-install requests","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dashboard:list":{"id":"analytics:dashboard:list","description":"list Tableau CRM dashboards","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dashboard:update":{"id":"analytics:dashboard:update","description":"updates a Tableau CRM dashboard","usage":"<%= command.id %> -i <id> [-y <id>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId","$ sfdx analytics:dashboard:update -i dashboardId -r"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"Dashboard ID","required":true},"currenthistoryid":{"name":"currenthistoryid","type":"option","char":"y","description":"Current History ID to display"},"removecurrenthistory":{"name":"removecurrenthistory","type":"boolean","char":"r","description":"Remove Current History ID from dashboard","allowNo":false}},"args":[]},"analytics:dataflow:list":{"id":"analytics:dataflow:list","description":"list Tableau CRM dataflows","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dataset:display":{"id":"analytics:dataset:display","description":"displays a Tableau CRM dataset's details","usage":"<%= command.id %> [-i <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:display -i datasetId","$ sfdx analytics:dataset:display -n datasetApiName"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"}},"args":[]},"analytics:dataset:list":{"id":"analytics:dataset:list","description":"list Tableau CRM datasets","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:lens:list":{"id":"analytics:lens:list","description":"list Tableau CRM lenses","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:template:create":{"id":"analytics:template:create","description":"create Tableau CRM templates","usage":"<%= command.id %> -f <id> [-l <string>] [--description <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:create -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"template label"},"description":{"name":"description","type":"option","description":"template description"}},"args":[]},"analytics:template:delete":{"id":"analytics:template:delete","description":"delete Tableau CRM templates","usage":"<%= command.id %> -t <id> [--forcedelete] [--decouple] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:delete -t templateid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"forcedelete":{"name":"forcedelete","type":"boolean","description":"force delete the Tableau CRM template and all linked Tableau CRM apps","allowNo":false},"decouple":{"name":"decouple","type":"boolean","description":"decouple all linked Tableau CRM apps","allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:template:display":{"id":"analytics:template:display","description":"displays a Tableau CRM template's details","usage":"<%= command.id %> [-t <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:display -t templateid","$ sfdx analytics:template:display -n templatename"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"}},"args":[]},"analytics:template:list":{"id":"analytics:template:list","description":"list Tableau CRM templates","usage":"<%= command.id %> [-a] [-e] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:list","$ sfdx analytics:template:list --includembeddedtemplates","$ sfdx analytics:template:list --includesalesforcetemplates"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"includesalesforcetemplates":{"name":"includesalesforcetemplates","type":"boolean","char":"a","description":"include salesforce templates","allowNo":false},"includembeddedtemplates":{"name":"includembeddedtemplates","type":"boolean","char":"e","description":"include EmbeddedApp templates","allowNo":false}},"args":[]},"analytics:template:update":{"id":"analytics:template:update","description":"update Tableau CRM templates","usage":"<%= command.id %> [-t <id> | -n <string>] [-f <id>] [-v <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:update -t templateid -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"},"assetversion":{"name":"assetversion","type":"option","char":"v","description":"version number for upgrading the template (available in api version 54.0)"}},"args":[]},"analytics:asset:publisher:create":{"id":"analytics:asset:publisher:create","description":"create a publisher record for the Tableau CRM asset","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:create -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:delete":{"id":"analytics:asset:publisher:delete","description":"delete a Tableau CRM asset publisher","usage":"<%= command.id %> -i <id> -a <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"id":{"name":"id","type":"option","char":"i","description":"Asset Publisher ID under development","required":true},"assetid":{"name":"assetid","type":"option","char":"a","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:deleteall":{"id":"analytics:asset:publisher:deleteall","description":"delete Tableau CRM asset publishers","usage":"<%= command.id %> -i <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:deleteall -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:asset:publisher:list":{"id":"analytics:asset:publisher:list","description":"list Tableau CRM asset publishers","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:list -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:autoinstall:app:create":{"id":"analytics:autoinstall:app:create","description":"creates auto-install request to create Tableau CRM app","usage":"<%= command.id %> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:create -t templateid","$ sfdx analytics:autoinstall:app:create -n templatename"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"noenqueue":{"name":"noenqueue","type":"boolean","description":"do not enqueue the request","hidden":true,"allowNo":false},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:delete":{"id":"analytics:autoinstall:app:delete","description":"creates auto-install request to delete Tableau CRM app","usage":"<%= command.id %> -f <id> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:delete -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"delete app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:update":{"id":"analytics:autoinstall:app:update","description":"creates auto-install request to update Tableau CRM app","usage":"<%= command.id %> -f <id> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:update -t templateid -f folderid","$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:dashboard:history:list":{"id":"analytics:dashboard:history:list","description":"list history records for Tableau CRM dashboards","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true}},"args":[]},"analytics:dashboard:history:revert":{"id":"analytics:dashboard:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataflow:history:list":{"id":"analytics:dataflow:history:list","description":"list history records for Tableau CRM dataflows","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true}},"args":[]},"analytics:dataflow:history:revert":{"id":"analytics:dataflow:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dataflow history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataset:rows:fetch":{"id":"analytics:dataset:rows:fetch","description":"fetch the rows of a Tableau CRM dataset","usage":"<%= command.id %> [-i <id> | -n <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:rows:fetch -i datasetId","$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false}},"args":[]},"analytics:lens:history:list":{"id":"analytics:lens:history:list","description":"list history records for Tableau CRM lenses","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:history:list --lensid <lensid> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"lensid":{"name":"lensid","type":"option","char":"i","description":"lens ID","required":true}},"args":[]},"analytics:lens:history:revert":{"id":"analytics:lens:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"lensid":{"name":"lensid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]}}}
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
3
  "description": "Commands for working with Tableau CRM applications, assets, and services",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/analyticsdx-vscode/issues",
7
7
  "dependencies": {
8
8
  "@oclif/config": "^1",
9
- "@salesforce/command": "^3.1.3",
10
- "@salesforce/core": "^2.25.1",
9
+ "@oclif/plugin-help": "^3.3.1",
10
+ "@salesforce/command": "^4.2.2",
11
+ "@salesforce/core": "^2.36.0",
11
12
  "moment": "^2.24.0",
12
13
  "tslib": "^2"
13
14
  },
@@ -168,7 +169,7 @@
168
169
  "access": "public"
169
170
  },
170
171
  "sfdx": {
171
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.5.crt",
172
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.5.sig"
172
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.6.crt",
173
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.6.sig"
173
174
  }
174
175
  }