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: docs/reference/hooks/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ The application's app-level token and bot access token will be provided as envir
216
216
217
217
All Bolt SDKs leverage this `start` hook operating mode.
218
218
219
-
A custom start path can be set with the `SLACK_CLI_CUSTOM_FILE_PATH`variable.
219
+
A custom start path can be provided as a positional argument to the `run` command (e.g., `slack run ./src/app.py`), which sets both the `SLACK_APP_PATH` and `SLACK_CLI_CUSTOM_FILE_PATH`environment variables for the hook process.
0 commit comments