Releases: gruntwork-io/git-xargs
Releases · gruntwork-io/git-xargs
v0.0.8
v0.0.7
Modules affected
- Logging
Description
git-xargs
will now write thestdout
/stderr
from the command it runs directly to the logs, as plain text, rather than using structured logging / logrus fields. The problem with using fields, as we did before, was the log output got shoved into JSON, with all sorts of characters escaped (e.g., newlines become\n
), which made it hard to read the log output when debugging. Now it should be a lot easier to read.
Related links
v0.0.6
v0.0.5
- Refactor project layout to support
go build
from project root andgo get github.com/gruntwork-io/git-xargs
for easier installation - Improve logging of
STDOUT
andSTDERR
from scripts executed viagit-xargs
- Use the Github repo's designated default branch when opening PRs (supports master and main, for example)
To install git-xargs
via go get
see the new instructions in the README here.
Special thanks
Special thanks to @jphuynh for contributing!
Related PRs
v0.0.4
v0.0.3
- Add demo gif to README
- Fix typo in default pull request title
v0.0.2
Don't use me - testing CircleCI setup!
v0.0.1
Initial release