Skip to content

v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ejholmes ejholmes released this 10 Apr 18:17
· 56 commits to master since this release

This is the first release of the deploy CLI. Major changes after feedback from @dalyons and @sanjayprabhu:

  1. By default, deploy will wait for the deployment to complete. This can be circumvented with the --detached flag.
  2. You can now set a default github organization with the GITHUB_ORGANIZATION environment variable. This allows you to use the short format of a repo name (e.g. r101-api vs remind101/r101-api).
  3. There's a --force flag to bypass commit status checks.
  4. Within a git repo, the ref that will be used will be the local branch, instead of the git commit.
  5. General bug fixes and UX improvements.

You can download a prebuilt binary below. Just move the deploy binary to some where in your PATH (e.g. /usr/local/bin).