@@ -18,7 +18,7 @@ Set of functions to spawn and interact with Slack Platform CLI processes and com
1818app : object ;
1919```
2020
21- #### app.delete()
21+ #### app.delete
2222
2323``` ts
2424delete : (args ) => Promise < string > = del ;
@@ -38,7 +38,7 @@ delete: (args) => Promise<string> = del;
3838
3939command output
4040
41- #### app.install()
41+ #### app.install
4242
4343``` ts
4444install : (args ) => Promise < string > ;
@@ -58,7 +58,7 @@ install: (args) => Promise<string>;
5858
5959command output
6060
61- #### app.list()
61+ #### app.list
6262
6363``` ts
6464list : (args ) => Promise < string > ;
@@ -84,7 +84,7 @@ command output
8484auth : object ;
8585```
8686
87- #### auth.loginChallengeExchange()
87+ #### auth.loginChallengeExchange
8888
8989``` ts
9090loginChallengeExchange : (args ) => Promise < string > ;
@@ -102,7 +102,7 @@ loginChallengeExchange: (args) => Promise<string>;
102102
103103` Promise ` \< ` string ` \>
104104
105- #### auth.loginNoPrompt()
105+ #### auth.loginNoPrompt
106106
107107``` ts
108108loginNoPrompt : (args ? ) => Promise <{
@@ -130,7 +130,7 @@ loginNoPrompt: (args?) => Promise<{
130130 ` output ` : ` string ` ;
131131\}\>
132132
133- #### auth.logout()
133+ #### auth.logout
134134
135135``` ts
136136logout : (args ? ) => Promise < string > ;
@@ -156,7 +156,7 @@ command output
156156collaborator : object ;
157157```
158158
159- #### collaborator.add()
159+ #### collaborator.add
160160
161161``` ts
162162add : (args ) => Promise < string > ;
@@ -176,7 +176,7 @@ add: (args) => Promise<string>;
176176
177177command output
178178
179- #### collaborator.list()
179+ #### collaborator.list
180180
181181``` ts
182182list : (args ) => Promise < string > ;
@@ -196,7 +196,7 @@ list: (args) => Promise<string>;
196196
197197command output
198198
199- #### collaborator.remove()
199+ #### collaborator.remove
200200
201201``` ts
202202remove : (args ) => Promise < string > ;
@@ -222,7 +222,7 @@ command output
222222datastore : object ;
223223```
224224
225- #### datastore.datastoreDelete()
225+ #### datastore.datastoreDelete
226226
227227``` ts
228228datastoreDelete : (args ) => Promise < string > ;
@@ -242,7 +242,7 @@ datastoreDelete: (args) => Promise<string>;
242242
243243command output
244244
245- #### datastore.datastoreGet()
245+ #### datastore.datastoreGet
246246
247247``` ts
248248datastoreGet : (args ) => Promise < string > ;
@@ -262,7 +262,7 @@ datastoreGet: (args) => Promise<string>;
262262
263263command output
264264
265- #### datastore.datastorePut()
265+ #### datastore.datastorePut
266266
267267``` ts
268268datastorePut : (args ) => Promise < string > ;
@@ -282,7 +282,7 @@ datastorePut: (args) => Promise<string>;
282282
283283command output
284284
285- #### datastore.datastoreQuery()
285+ #### datastore.datastoreQuery
286286
287287``` ts
288288datastoreQuery : (args ) => Promise < string > ;
@@ -308,7 +308,7 @@ command output
308308env : object ;
309309```
310310
311- #### env.list()
311+ #### env.list
312312
313313``` ts
314314list : (args ) => Promise < string > ;
@@ -328,7 +328,7 @@ list: (args) => Promise<string>;
328328
329329command output
330330
331- #### env.set()
331+ #### env.set
332332
333333``` ts
334334set : (args ) => Promise < string > ;
@@ -348,7 +348,7 @@ set: (args) => Promise<string>;
348348
349349command output
350350
351- #### env.unset()
351+ #### env.unset
352352
353353``` ts
354354unset : (args ) => Promise < string > ;
@@ -374,7 +374,7 @@ command output
374374externalAuth : object ;
375375```
376376
377- #### externalAuth.add()
377+ #### externalAuth.add
378378
379379``` ts
380380add : (args ) => Promise < string > ;
@@ -394,7 +394,7 @@ add: (args) => Promise<string>;
394394
395395command output
396396
397- #### externalAuth.addSecret()
397+ #### externalAuth.addSecret
398398
399399``` ts
400400addSecret : (args ) => Promise < string > ;
@@ -414,7 +414,7 @@ addSecret: (args) => Promise<string>;
414414
415415command output
416416
417- #### externalAuth.remove()
417+ #### externalAuth.remove
418418
419419``` ts
420420remove : (args ) => Promise < string > ;
@@ -434,7 +434,7 @@ remove: (args) => Promise<string>;
434434
435435command output
436436
437- #### externalAuth.selectAuth()
437+ #### externalAuth.selectAuth
438438
439439``` ts
440440selectAuth : (args ) => Promise < string > ;
@@ -460,7 +460,7 @@ command output
460460function : object = func;
461461```
462462
463- #### function.access()
463+ #### function.access
464464
465465``` ts
466466access : (args ) => Promise < string > ;
@@ -486,7 +486,7 @@ command output
486486manifest : object ;
487487```
488488
489- #### manifest.info()
489+ #### manifest.info
490490
491491``` ts
492492info : (args ) => Promise < string > ;
@@ -506,7 +506,7 @@ info: (args) => Promise<string>;
506506
507507command output
508508
509- #### manifest.validate()
509+ #### manifest.validate
510510
511511``` ts
512512validate : (args ) => Promise < string > ;
@@ -532,7 +532,7 @@ command output
532532platform : object ;
533533```
534534
535- #### platform.activity()
535+ #### platform.activity
536536
537537``` ts
538538activity : (args ) => Promise < string > ;
@@ -552,7 +552,7 @@ activity: (args) => Promise<string>;
552552
553553command output
554554
555- #### platform.activityTailStart()
555+ #### platform.activityTailStart
556556
557557``` ts
558558activityTailStart : (args ) => Promise < ShellProcess > ;
@@ -573,7 +573,7 @@ At the specific point where the sequence is found to continue with test
573573
574574command output
575575
576- #### platform.activityTailStop()
576+ #### platform.activityTailStop
577577
578578``` ts
579579activityTailStop : (args ) => Promise < string > ;
@@ -594,7 +594,7 @@ kills the process then returns the output
594594
595595command output
596596
597- #### platform.deploy()
597+ #### platform.deploy
598598
599599``` ts
600600deploy : (args ) => Promise < string > ;
@@ -614,7 +614,7 @@ deploy: (args) => Promise<string>;
614614
615615command output
616616
617- #### platform.runStart()
617+ #### platform.runStart
618618
619619``` ts
620620runStart : (args ) => Promise < ShellProcess > ;
@@ -634,7 +634,7 @@ start `slack run`. `runStop` must be used to stop the `run` process returned by
634634
635635shell object to kill it explicitly in the test case via ` runStop `
636636
637- #### platform.runStop()
637+ #### platform.runStop
638638
639639``` ts
640640runStop : (args ) => Promise < void > ;
@@ -658,7 +658,7 @@ stop `slack run`
658658project : object ;
659659```
660660
661- #### project.create()
661+ #### project.create
662662
663663``` ts
664664create : (args ) => Promise < string > ;
@@ -678,7 +678,7 @@ create: (args) => Promise<string>;
678678
679679command output
680680
681- ### stopSession()
681+ ### stopSession
682682
683683``` ts
684684stopSession : (args ) => Promise < void > ;
@@ -702,7 +702,7 @@ Delete app and Log out of current team session
702702trigger : object ;
703703```
704704
705- #### trigger.access()
705+ #### trigger.access
706706
707707``` ts
708708access : (args ) => Promise < string > ;
@@ -722,7 +722,7 @@ access: (args) => Promise<string>;
722722
723723command output
724724
725- #### trigger.create()
725+ #### trigger.create
726726
727727``` ts
728728create : (args ) => Promise < string > ;
@@ -742,7 +742,7 @@ create: (args) => Promise<string>;
742742
743743command output
744744
745- #### trigger.delete()
745+ #### trigger.delete
746746
747747``` ts
748748delete : (args ) => Promise < string > = del ;
@@ -762,7 +762,7 @@ delete: (args) => Promise<string> = del;
762762
763763command output
764764
765- #### trigger.info()
765+ #### trigger.info
766766
767767``` ts
768768info : (args ) => Promise < string > ;
@@ -782,7 +782,7 @@ info: (args) => Promise<string>;
782782
783783command output
784784
785- #### trigger.list()
785+ #### trigger.list
786786
787787``` ts
788788list : (args ) => Promise < string > ;
@@ -802,7 +802,7 @@ list: (args) => Promise<string>;
802802
803803command output
804804
805- #### trigger.update()
805+ #### trigger.update
806806
807807``` ts
808808update : (args ) => Promise < string > ;
@@ -828,7 +828,7 @@ command output
828828version : object ;
829829```
830830
831- #### version.version()
831+ #### version.version
832832
833833``` ts
834834version : () => Promise < string > ;
0 commit comments