You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli-test/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ This package exports the following:
34
34
35
35
1.`SlackCLI` - an object containing a variety of methods to interact with the CLI
36
36
- methods are named after [Slack CLI commands][commands], e.g. `SlackCLI.deploy()`
37
-
2.`SlackTracerId` - trace IDs to verify CLI command output
37
+
2.`SlackCLIProcess` - a class that can be instantiated that exposes the ability to run arbitrary commands, with optional global flags as well as command-specific flags.
38
+
3.`SlackTracerId` - trace IDs to verify CLI command output
38
39
- see available exported IDs on `SlackTracerId` object
39
40
- to enable the CLI to show this output, any CLI commands executed by this library are invoked with the environment variable set: `SLACK_TEST_TRACE=true`
40
41
@@ -48,7 +49,7 @@ describe('Login with the CLI', () => {
0 commit comments