Skip to content

Commit 7afdcc9

Browse files
committed
docs(cli): note dev --env-file reaches your tasks
1 parent fc69101 commit 7afdcc9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Corrected the `--env-file` help text for `trigger dev`. Values from the file are also passed to your tasks, not just the CLI process.

packages/cli-v3/src/commands/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function configureDevCommand(program: Command) {
8787
)
8888
.option(
8989
"--env-file <env file>",
90-
"Path to the .env file to use for the dev session. Defaults to .env in the project directory."
90+
"Path to the .env file to use for the dev session. Values are also passed to your tasks. Defaults to .env in the project directory."
9191
)
9292
.option(
9393
"--max-concurrent-runs <max concurrent runs>",

0 commit comments

Comments
 (0)