Skip to content

Commit

Permalink
Merge pull request #19 from kickstarter/README
Browse files Browse the repository at this point in the history
README
  • Loading branch information
amancevice committed Sep 8, 2023
2 parents 3500e77 + 3685e12 commit 1d1e28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Commands are either *porcelain* commands that you should call directly as part o

### Local commands

* `egads check [SHA]` - checks if a deployable tarball of the current commit exists on S3.
* `egads build [SHA]` - makes a deployable tarball of the current commit and upload it to S3 (if missing).
* `egads check SHA` - checks if a deployable tarball of the current commit exists on S3.
* `egads build SHA` - makes a deployable tarball of the current commit and upload it to S3 (if missing).
* `egads upload SHA` - (plumbing, called by `build`) Uploads a pre-built tarball.

### Remote commands
Expand Down

0 comments on commit 1d1e28a

Please sign in to comment.