| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| qawolf-darwin-x64 | 2026-08-03 | 82.1 MB | |
| qawolf-darwin-arm64 | 2026-08-03 | 76.9 MB | |
| qawolf-linux-arm64 | 2026-08-03 | 120.1 MB | |
| qawolf-linux-x64 | 2026-08-03 | 121.2 MB | |
| README.md | 2026-08-03 | 1.1 kB | |
| v1.5.0 source code.tar.gz | 2026-08-03 | 436.3 kB | |
| v1.5.0 source code.zip | 2026-08-03 | 670.3 kB | |
| Totals: 7 Items | 401.4 MB | 1 | |
Minor Changes
-
3bc67bf:
flows pullandflows list --remoteno longer require--env. When the flag is omitted, the CLI readsQAWOLF_ENVIRONMENT, and in an interactive terminal it otherwise lists the team's environments and prompts for a pick — auto-selecting when only one exists. Teams with both static and preview (PR) environments first pick a kind, so ephemeral PR environments don't drown out the static ones. Non-interactive runs without a flag or env var still fail with a clear error, so CI and agent behavior stays deterministic.The
@qawolf/api-contractsbump to 0.14.0 also adds three generated commands:environment find,environment setVariable, andflow addTag. -
9e1a5c5: The CLI now checks the npm registry for a newer published version while a command runs. After the command completes, the CLI shows an update notice one time for each new version. Human mode shows a styled note. Agent mode writes plain text to stderr. JSON mode writes a note diagnostic to stderr and does not change stdout. Set QAWOLF_NO_UPDATE_CHECK=1 to disable the check.