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
1.`SlackCLI` - an object containing a variety of methods to interact with the CLI
36
-
- methods are named after [Slack CLI commands][commands], e.g. `SlackCLI.deploy()`
36
+
- methods are named after [Slack CLI commands][commands], e.g. `SlackCLI.deploy()`
37
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
38
3.`SlackTracerId` - trace IDs to verify CLI command output
39
-
- see available exported IDs on `SlackTracerId` object
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`
39
+
- see available exported IDs on `SlackTracerId` object
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`
0 commit comments