jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.56k stars 388 forks source link

Connect to local registry-server #73

Closed mchelen closed 10 years ago

mchelen commented 10 years ago

Is there any way to run a local registry-server and have resume-cli connect to that? I want to try modifying registry-server code but have no way to test it.

thomasdavis commented 10 years ago

Roland didn't throw in a flag that lets you specify a local server, let me find it.

mchelen commented 10 years ago

Ok thanks, I guess another option would be to add a /etc/hosts entry and direct the domain name to localhost.

mchelen commented 10 years ago

Found the REGISTRY_SERVER env var which does the trick. Added to docs: https://github.com/jsonresume/resume-docs/wiki/Resume-CLI