@salesforce/analytics 1.0.4 → 1.0.7

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,10 +2,24 @@
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.4](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.3...v1.0.4) (2022-03-23)
5
+ ### [1.0.7](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.6...v1.0.7) (2022-04-25)
6
6
 
7
7
  ### Bug Fixes
8
8
 
9
+ - stream app update W-10942900 ([#106](https://github.com/salesforcecli/plugin-analytics/issues/106)) ([b417cf1](https://github.com/salesforcecli/plugin-analytics/commit/b417cf17feefb649af4bee46fbff24c6b71e9b91))
10
+
11
+ ### [1.0.6](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.5...v1.0.6) (2022-04-13)
12
+
13
+ ### Bug Fixes
14
+
15
+ - add back -h support ([#104](https://github.com/salesforcecli/plugin-analytics/issues/104)) ([bf753e2](https://github.com/salesforcecli/plugin-analytics/commit/bf753e23dad3e1337977f036a6e26c49d5684a1d))
16
+
17
+ ### [1.0.5](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.3...v1.0.5) (2022-04-06)
18
+
19
+ ### Bug Fixes
20
+
21
+ - app update use domino W-10809399 ([#101](https://github.com/salesforcecli/plugin-analytics/issues/101)) ([0373e13](https://github.com/salesforcecli/plugin-analytics/commit/0373e13ef1bd82739216d8fa4003e2e1dd3804f0))
22
+ - update version number ([#102](https://github.com/salesforcecli/plugin-analytics/issues/102)) ([9778614](https://github.com/salesforcecli/plugin-analytics/commit/97786148e154e53cc6e021c1699b0c06382ea2cb))
9
23
  - use domino by default for app create W-10809399 ([#90](https://github.com/salesforcecli/plugin-analytics/issues/90)) ([0300f5c](https://github.com/salesforcecli/plugin-analytics/commit/0300f5c20c736b302711ba566c175eef2041c3c7))
10
24
 
11
25
  ### [1.0.3](https://github.com/salesforcecli/plugin-analytics/compare/v1.0.2...v1.0.3) (2022-02-02)
package/README.md CHANGED
@@ -87,7 +87,7 @@ sfdx plugins
87
87
  - [`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]`](#sfdx-analyticsappdelete--f-id--p--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
88
88
  - [`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]`](#sfdx-analyticsappdisplay--f-id--a--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
89
89
  - [`sfdx analytics:app:list [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-analyticsapplist--f-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
90
- - [`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]`](#sfdx-analyticsappupdate--t-id--f-id--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
90
+ - [`sfdx analytics:app:update -t <string> -f <id> [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-analyticsappupdate--t-string--f-id--a--v--w-number--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
91
91
  - [`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]`](#sfdx-analyticsassetpublishercreate--i-id--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
92
92
  - [`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]`](#sfdx-analyticsassetpublisherdelete--i-id--a-id--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
93
93
  - [`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]`](#sfdx-analyticsassetpublisherdeleteall--i-id--p--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
@@ -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.3/src/commands/analytics/app/create.ts)_
168
+ _See code: [src/commands/analytics/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/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.3/src/commands/analytics/app/decouple.ts)_
198
+ _See code: [src/commands/analytics/app/decouple.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/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.3/src/commands/analytics/app/delete.ts)_
230
+ _See code: [src/commands/analytics/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/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.3/src/commands/analytics/app/display.ts)_
262
+ _See code: [src/commands/analytics/app/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/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,24 +288,31 @@ 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.3/src/commands/analytics/app/list.ts)_
291
+ _See code: [src/commands/analytics/app/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/app/list.ts)_
292
292
 
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]`
293
+ ## `sfdx analytics:app:update -t <string> -f <id> [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
294
294
 
295
295
  updates a Tableau CRM app from a template
296
296
 
297
297
  ```
298
298
  USAGE
299
- $ sfdx analytics:app:update -t <id> -f <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel
300
- trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
299
+ $ sfdx analytics:app:update -t <string> -f <id> [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json]
300
+ [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
301
301
 
302
302
  OPTIONS
303
+ -a, --async update app asynchronously
303
304
  -f, --folderid=folderid (required) folder ID
304
305
  -t, --templateid=templateid (required) template ID
305
306
 
306
307
  -u, --targetusername=targetusername username or alias for the target
307
308
  org; overrides default target org
308
309
 
310
+ -v, --allevents verbose display of all app create
311
+ events
312
+
313
+ -w, --wait=wait [default: 10] wait time in minutes
314
+ for streaming app creation events
315
+
309
316
  --apiversion=apiversion override the api version used for
310
317
  api requests made by this command
311
318
 
@@ -318,7 +325,7 @@ EXAMPLE
318
325
  $ sfdx analytics:app:update -f folderId -t templateId
319
326
  ```
320
327
 
321
- _See code: [src/commands/analytics/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/app/update.ts)_
328
+ _See code: [src/commands/analytics/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/app/update.ts)_
322
329
 
323
330
  ## `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
331
 
@@ -348,7 +355,7 @@ EXAMPLE
348
355
  $ sfdx analytics:asset:publisher:create -i assetId
349
356
  ```
350
357
 
351
- _See code: [src/commands/analytics/asset/publisher/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/asset/publisher/create.ts)_
358
+ _See code: [src/commands/analytics/asset/publisher/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/asset/publisher/create.ts)_
352
359
 
353
360
  ## `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
361
 
@@ -381,7 +388,7 @@ EXAMPLE
381
388
  $ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId
382
389
  ```
383
390
 
384
- _See code: [src/commands/analytics/asset/publisher/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/asset/publisher/delete.ts)_
391
+ _See code: [src/commands/analytics/asset/publisher/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/asset/publisher/delete.ts)_
385
392
 
386
393
  ## `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
394
 
@@ -414,7 +421,7 @@ EXAMPLE
414
421
  $ sfdx analytics:asset:publisher:deleteall -i assetId
415
422
  ```
416
423
 
417
- _See code: [src/commands/analytics/asset/publisher/deleteall.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/asset/publisher/deleteall.ts)_
424
+ _See code: [src/commands/analytics/asset/publisher/deleteall.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/asset/publisher/deleteall.ts)_
418
425
 
419
426
  ## `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
427
 
@@ -444,7 +451,7 @@ EXAMPLE
444
451
  $ sfdx analytics:asset:publisher:list -i assetId
445
452
  ```
446
453
 
447
- _See code: [src/commands/analytics/asset/publisher/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/asset/publisher/list.ts)_
454
+ _See code: [src/commands/analytics/asset/publisher/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/asset/publisher/list.ts)_
448
455
 
449
456
  ## `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
457
 
@@ -484,7 +491,7 @@ EXAMPLES
484
491
  $ sfdx analytics:autoinstall:app:create -n templatename
485
492
  ```
486
493
 
487
- _See code: [src/commands/analytics/autoinstall/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/autoinstall/app/create.ts)_
494
+ _See code: [src/commands/analytics/autoinstall/app/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/autoinstall/app/create.ts)_
488
495
 
489
496
  ## `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
497
 
@@ -521,7 +528,7 @@ EXAMPLE
521
528
  $ sfdx analytics:autoinstall:app:delete -f folderid
522
529
  ```
523
530
 
524
- _See code: [src/commands/analytics/autoinstall/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/autoinstall/app/delete.ts)_
531
+ _See code: [src/commands/analytics/autoinstall/app/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/autoinstall/app/delete.ts)_
525
532
 
526
533
  ## `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
534
 
@@ -562,7 +569,7 @@ EXAMPLES
562
569
  $ sfdx analytics:autoinstall:app:update -n templatename -f folderid
563
570
  ```
564
571
 
565
- _See code: [src/commands/analytics/autoinstall/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/autoinstall/app/update.ts)_
572
+ _See code: [src/commands/analytics/autoinstall/app/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/autoinstall/app/update.ts)_
566
573
 
567
574
  ## `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
575
 
@@ -594,7 +601,7 @@ EXAMPLE
594
601
  $ sfdx analytics:autoinstall:display -i id
595
602
  ```
596
603
 
597
- _See code: [src/commands/analytics/autoinstall/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/autoinstall/display.ts)_
604
+ _See code: [src/commands/analytics/autoinstall/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/autoinstall/display.ts)_
598
605
 
599
606
  ## `sfdx analytics:autoinstall:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
600
607
 
@@ -621,7 +628,7 @@ EXAMPLE
621
628
  $ sfdx analytics:autoinstall:list
622
629
  ```
623
630
 
624
- _See code: [src/commands/analytics/autoinstall/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/autoinstall/list.ts)_
631
+ _See code: [src/commands/analytics/autoinstall/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/autoinstall/list.ts)_
625
632
 
626
633
  ## `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
634
 
@@ -650,7 +657,7 @@ EXAMPLE
650
657
  $ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>
651
658
  ```
652
659
 
653
- _See code: [src/commands/analytics/dashboard/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dashboard/history/list.ts)_
660
+ _See code: [src/commands/analytics/dashboard/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dashboard/history/list.ts)_
654
661
 
655
662
  ## `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
663
 
@@ -684,7 +691,7 @@ EXAMPLE
684
691
  $ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel>
685
692
  ```
686
693
 
687
- _See code: [src/commands/analytics/dashboard/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dashboard/history/revert.ts)_
694
+ _See code: [src/commands/analytics/dashboard/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dashboard/history/revert.ts)_
688
695
 
689
696
  ## `sfdx analytics:dashboard:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
690
697
 
@@ -711,7 +718,7 @@ EXAMPLE
711
718
  $ sfdx analytics:dashboard:list
712
719
  ```
713
720
 
714
- _See code: [src/commands/analytics/dashboard/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dashboard/list.ts)_
721
+ _See code: [src/commands/analytics/dashboard/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dashboard/list.ts)_
715
722
 
716
723
  ## `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
724
 
@@ -746,7 +753,7 @@ EXAMPLES
746
753
  $ sfdx analytics:dashboard:update -i dashboardId -r
747
754
  ```
748
755
 
749
- _See code: [src/commands/analytics/dashboard/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dashboard/update.ts)_
756
+ _See code: [src/commands/analytics/dashboard/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dashboard/update.ts)_
750
757
 
751
758
  ## `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
759
 
@@ -775,7 +782,7 @@ EXAMPLE
775
782
  $ sfdx analytics:dataflow:history:list --dataflowid <dataflowid>
776
783
  ```
777
784
 
778
- _See code: [src/commands/analytics/dataflow/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dataflow/history/list.ts)_
785
+ _See code: [src/commands/analytics/dataflow/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dataflow/history/list.ts)_
779
786
 
780
787
  ## `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
788
 
@@ -809,7 +816,7 @@ EXAMPLE
809
816
  $ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel>
810
817
  ```
811
818
 
812
- _See code: [src/commands/analytics/dataflow/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dataflow/history/revert.ts)_
819
+ _See code: [src/commands/analytics/dataflow/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dataflow/history/revert.ts)_
813
820
 
814
821
  ## `sfdx analytics:dataflow:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
815
822
 
@@ -836,7 +843,7 @@ EXAMPLE
836
843
  $ sfdx analytics:dataflow:list
837
844
  ```
838
845
 
839
- _See code: [src/commands/analytics/dataflow/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dataflow/list.ts)_
846
+ _See code: [src/commands/analytics/dataflow/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dataflow/list.ts)_
840
847
 
841
848
  ## `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
849
 
@@ -867,7 +874,7 @@ EXAMPLES
867
874
  $ sfdx analytics:dataset:display -n datasetApiName
868
875
  ```
869
876
 
870
- _See code: [src/commands/analytics/dataset/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dataset/display.ts)_
877
+ _See code: [src/commands/analytics/dataset/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dataset/display.ts)_
871
878
 
872
879
  ## `sfdx analytics:dataset:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
873
880
 
@@ -894,7 +901,7 @@ EXAMPLE
894
901
  $ sfdx analytics:dataset:list
895
902
  ```
896
903
 
897
- _See code: [src/commands/analytics/dataset/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dataset/list.ts)_
904
+ _See code: [src/commands/analytics/dataset/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dataset/list.ts)_
898
905
 
899
906
  ## `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
907
 
@@ -930,7 +937,7 @@ EXAMPLES
930
937
  $ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv
931
938
  ```
932
939
 
933
- _See code: [src/commands/analytics/dataset/rows/fetch.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/dataset/rows/fetch.ts)_
940
+ _See code: [src/commands/analytics/dataset/rows/fetch.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/dataset/rows/fetch.ts)_
934
941
 
935
942
  ## `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
943
 
@@ -966,7 +973,7 @@ EXAMPLE
966
973
  $ sfdx analytics:enable
967
974
  ```
968
975
 
969
- _See code: [src/commands/analytics/enable.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/enable.ts)_
976
+ _See code: [src/commands/analytics/enable.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/enable.ts)_
970
977
 
971
978
  ## `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
979
 
@@ -995,7 +1002,7 @@ EXAMPLE
995
1002
  $ sfdx analytics:lens:history:list --lensid <lensid>
996
1003
  ```
997
1004
 
998
- _See code: [src/commands/analytics/lens/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/lens/history/list.ts)_
1005
+ _See code: [src/commands/analytics/lens/history/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/lens/history/list.ts)_
999
1006
 
1000
1007
  ## `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
1008
 
@@ -1029,7 +1036,7 @@ EXAMPLE
1029
1036
  $ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel>
1030
1037
  ```
1031
1038
 
1032
- _See code: [src/commands/analytics/lens/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/lens/history/revert.ts)_
1039
+ _See code: [src/commands/analytics/lens/history/revert.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/lens/history/revert.ts)_
1033
1040
 
1034
1041
  ## `sfdx analytics:lens:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1035
1042
 
@@ -1056,7 +1063,7 @@ EXAMPLE
1056
1063
  $ sfdx analytics:lens:list
1057
1064
  ```
1058
1065
 
1059
- _See code: [src/commands/analytics/lens/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/lens/list.ts)_
1066
+ _See code: [src/commands/analytics/lens/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/lens/list.ts)_
1060
1067
 
1061
1068
  ## `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
1069
 
@@ -1106,7 +1113,7 @@ EXAMPLES
1106
1113
  sfdx analytics:query -q "..." --sql --limit 10 -r csv
1107
1114
  ```
1108
1115
 
1109
- _See code: [src/commands/analytics/query.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/query.ts)_
1116
+ _See code: [src/commands/analytics/query.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/query.ts)_
1110
1117
 
1111
1118
  ## `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
1119
 
@@ -1138,7 +1145,7 @@ EXAMPLE
1138
1145
  $ sfdx analytics:template:create -f folderid
1139
1146
  ```
1140
1147
 
1141
- _See code: [src/commands/analytics/template/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/template/create.ts)_
1148
+ _See code: [src/commands/analytics/template/create.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/template/create.ts)_
1142
1149
 
1143
1150
  ## `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
1151
 
@@ -1176,7 +1183,7 @@ EXAMPLE
1176
1183
  $ sfdx analytics:template:delete -t templateid
1177
1184
  ```
1178
1185
 
1179
- _See code: [src/commands/analytics/template/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/template/delete.ts)_
1186
+ _See code: [src/commands/analytics/template/delete.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/template/delete.ts)_
1180
1187
 
1181
1188
  ## `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
1189
 
@@ -1207,7 +1214,7 @@ EXAMPLES
1207
1214
  $ sfdx analytics:template:display -n templatename
1208
1215
  ```
1209
1216
 
1210
- _See code: [src/commands/analytics/template/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/template/display.ts)_
1217
+ _See code: [src/commands/analytics/template/display.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/template/display.ts)_
1211
1218
 
1212
1219
  ## `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
1220
 
@@ -1239,7 +1246,7 @@ EXAMPLES
1239
1246
  $ sfdx analytics:template:list --includesalesforcetemplates
1240
1247
  ```
1241
1248
 
1242
- _See code: [src/commands/analytics/template/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/template/list.ts)_
1249
+ _See code: [src/commands/analytics/template/list.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/template/list.ts)_
1243
1250
 
1244
1251
  ## `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
1252
 
@@ -1274,6 +1281,6 @@ EXAMPLE
1274
1281
  $ sfdx analytics:template:update -t templateid -f folderid
1275
1282
  ```
1276
1283
 
1277
- _See code: [src/commands/analytics/template/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.3/src/commands/analytics/template/update.ts)_
1284
+ _See code: [src/commands/analytics/template/update.ts](https://github.com/salesforcecli/plugin-analytics/blob/v1.0.6/src/commands/analytics/template/update.ts)_
1278
1285
 
1279
1286
  <!-- commandsstop -->
@@ -1,12 +1,4 @@
1
1
  import { flags, SfdxCommand } from '@salesforce/command';
2
- declare type StreamingResult = {
3
- EventType: string;
4
- Status: string;
5
- Index: number;
6
- Total: number;
7
- ItemLabel: string;
8
- Message: string;
9
- };
10
2
  export default class Create extends SfdxCommand {
11
3
  static description: string;
12
4
  static longDescription: string;
@@ -22,20 +14,12 @@ export default class Create extends SfdxCommand {
22
14
  };
23
15
  protected static requiresUsername: boolean;
24
16
  protected static requiresProject: boolean;
25
- streamingResults: StreamingResult[];
26
17
  run(): Promise<{
27
18
  id: string | undefined;
28
19
  events?: undefined;
29
20
  } | {
30
21
  id: string | undefined;
31
- events: StreamingResult[];
22
+ events: import("../../../lib/analytics/event/appStreaming").StreamingResult[];
32
23
  }>;
33
24
  private generateCreateAppBody;
34
- private streamEvent;
35
- private createApp;
36
- private streamProcessor;
37
- private getStreamResultMark;
38
- private logEvent;
39
- private createEventJson;
40
25
  }
41
- export {};