gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
921 stars 63 forks source link

feat: add repo directory env var #147

Open jeff350 opened 5 months ago

jeff350 commented 5 months ago

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.

Release Notes (draft)

Added XARGS_REPO_DIRECTORY environment variable for path of temp directory

Migration Guide

N/A

flinn commented 5 months ago

🚀