Releases: wcatron/query-projects
Releases · wcatron/query-projects
Release v0.5.8
ci: attempt to tirgger on all tags
Release v0.5.7
chore: add installation instructions
Release v0.5.6
ci: attempt to publish for homebrew
Release v0.5.5
Full Changelog: v0.5.4...v0.5.5
- Add support for
--allflag to run all scripts across the targeted projects. - Fixed running scripts from a project's directory while outputting the results to the results folder.
Chores / Bugs
- Remove a lot of unnecessary comments
Release v0.5.4
fix: use pull and not fetch
Release v0.5.3
docs: add docs for running scripts
Release v0.5.2
feat: improve token handling for pull and add
Release v0.5.1
fix: defualt script value to empty string
Release v0.5.0
feat: add support for loading into sqlite (MINOR)
Release v0.4.0
- Call scripts using
query-projects run --script scripts/yourscript.tsthis was necessary to support args. - Pass the same arguments to all script
query-projects run --script scripts/yourscript.ts some argsthis is great for creating generic scripts and running for different conditions.