Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit fcdc585

Browse files
committed
docs: document --env and --no-env options in README
The .env file loading feature was added in commit 416b420 but the README.md was not updated to reflect these new options. This adds documentation for --env and --no-env flags to both run and list command option lists.
1 parent 0160632 commit fcdc585

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Execute scenario files and report results.
145145
- `--timeout <duration>` - Scenario timeout (e.g., "30s", "5m", default: "30s")
146146
- `--no-timeout` - Disable timeout (alias for --timeout 0)
147147
- `--config <path>` - Path to config file
148+
- `--env <file>` - Load environment variables from file (default: .env)
149+
- `--no-env` - Skip loading .env file
148150
- `--reload, -r` - Reload dependencies before running
149151
- `--no-color` - Disable colored output
150152

@@ -159,6 +161,8 @@ List discovered scenarios without running them.
159161
- `--exclude <glob>` - Exclude files matching pattern (can repeat)
160162
- `--json` - Output as JSON
161163
- `--config <path>` - Path to config file
164+
- `--env <file>` - Load environment variables from file (default: .env)
165+
- `--no-env` - Skip loading .env file
162166
- `--reload, -r` - Reload dependencies before listing
163167
- `--verbose, -v` - Verbose output
164168
- `--quiet, -q` - Quiet output

0 commit comments

Comments
 (0)