File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
docs/english/reference/cli-test Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1- # @slack/cli-test v2.1 .0+cli.2.32.2
1+ # @slack/cli-test v2.2 .0+cli.2.32.2
22
33## Classes
44
Original file line number Diff line number Diff line change 66const SlackCLI: object ;
77```
88
9- Defined in: [ cli/index.ts:21 ] ( https://github.com/slackapi/node-slack-sdk/blob/main/packages/cli-test/src/cli/index.ts#L21 )
9+ Defined in: [ cli/index.ts:22 ] ( https://github.com/slackapi/node-slack-sdk/blob/main/packages/cli-test/src/cli/index.ts#L22 )
1010
1111Set of functions to spawn and interact with Slack Platform CLI processes and commands
1212
@@ -815,3 +815,23 @@ update: (args) => Promise<string>;
815815` Promise ` \< ` string ` \>
816816
817817command output
818+
819+ ### version
820+
821+ ``` ts
822+ version : object ;
823+ ```
824+
825+ #### version.version()
826+
827+ ``` ts
828+ version : () => Promise < string > ;
829+ ```
830+
831+ ` slack version `
832+
833+ ##### Returns
834+
835+ ` Promise ` \< ` string ` \>
836+
837+ command output
Original file line number Diff line number Diff line change 11{
22 "name" : " @slack/cli-test" ,
3- "version" : " 2.1 .0+cli.2.32.2" ,
3+ "version" : " 2.2 .0+cli.2.32.2" ,
44 "description" : " Node.js bindings for the Slack CLI for use in automated testing" ,
55 "author" : " Salesforce, Inc." ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments