| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| qawolf-windows-x64.exe | 2026-08-08 | 132.9 MB | |
| qawolf-darwin-x64 | 2026-08-08 | 82.1 MB | |
| qawolf-darwin-arm64 | 2026-08-08 | 77.0 MB | |
| qawolf-linux-x64 | 2026-08-08 | 121.3 MB | |
| qawolf-linux-arm64 | 2026-08-08 | 120.2 MB | |
| README.md | 2026-08-08 | 689 Bytes | |
| v1.7.2 source code.tar.gz | 2026-08-08 | 444.3 kB | |
| v1.7.2 source code.zip | 2026-08-08 | 679.2 kB | |
| Totals: 8 Items | 534.6 MB | 0 | |
Patch Changes
- 7eb3322: Resolve environment aliases before flows commands use them.
flows pull --env <alias>andflows run --env <alias>failed with an HTTP 400 because the CLI sent the alias to an endpoint that requires an environment id. The CLI now resolves an explicit--envvalue, and aQAWOLF_ENVIRONMENTvalue, through theenvironment.getpublic API. That endpoint accepts an id or an alias and returns the canonical id. Only the id goes to later requests, so--env <alias>and--env <id>now write to the same.qawolf/<id>/cache directory. When the resolution fails, the error names the environment value and tells you that aliases require a team API key.