$ tarzan init oresoftware/tarballs "[email protected]:ORESoftware/tarballs.git"
the 'init' command clones the git repo to: "$HOME/.trbl/repos/oresoftware/tarballs"
and "oresoftware/tarballs" becomes the id for that repo
$ tarzan use oresoftware/tarballs
the 'use' command sets a certain repo as the active one (globally/for all shells)
$ tarzan add foo.tgz "x/y/z/foo.tgz"
the 'add' command writes a file to the active repo to the path and attempts to push the file to the remote.
$ npm install --loglevel=warn -g \
"https://raw.githubusercontent.com/<org>/<repo>/master/x/y/z/foo.tgz?$(date +%s)"
RUN npm install --loglevel=warn -g \
"https://raw.githubusercontent.com/<org>/<repo>/master/x/y/z/foo.tgz?$(date +%s)"