Thanks for taking a look at this project :)
Here are a few short notes on improving the capabilities of gh-deploy
.
- Whe leveraging new Github API's , ensure your CLI program is fully compatible with the api's extra options.
For example the Get Deployments API at GET /repos/:owner/:repo/deployments has
four request parameters: sha, ref, environment, task
.
Ensure that all of these parameters are passable into the CLI even if you chose not to use them in your implementation of the program.