Files
ghorg/sample-conf.yaml
Jay Gabriels cea9cc2627 Addcobra (#36)
* add cli flags
2019-07-25 20:33:58 -07:00

15 lines
487 B
YAML

---
# Add your GitHub token
# Defaults to using key returned by
# $ security find-internet-password -s github.com | grep "acct" | awk -F\" '{ print $4 }'
GHORG_GITHUB_TOKEN:
# This is where your *_ghorg directory will be created, use absolute pathing, defaults to $HOME/Desktop/
GHORG_ABSOLUTE_PATH_TO_CLONE_TO:
# Branch ghorg resets and leaves checked out, defaults to master
GHORG_BRANCH:
# How you'd like to clone the repos (https or ssh), defaults to https
GHORG_CLONE_PROTOCOL: