git-xargs
git-xargs copied to clipboard
feat: add repo directory env var
Description
Fixes #146
This adds an environment variable XARGS_REPO_DIRECTORY so the temp directory can be referenced in scripts.
TODOs
Read the Gruntwork contribution guidelines.
- [x] Update the docs.
- [ ] Run the relevant tests successfully, including pre-commit checks.
- [ ] Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
- [ ] Include release notes. If this PR is backward incompatible, include a migration guide.
Release Notes (draft)
Added XARGS_REPO_DIRECTORY environment variable for path of temp directory
Migration Guide
N/A
🚀