Skip to content

Commit

Permalink
Added note about rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Oct 27, 2015
1 parent 8e2eed4 commit 065427c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,20 @@ You can either run `supply` on its own and use it interactively, or you can pass

## Uploading an APK

Simply run `supply --apk path/to/app.apk`, or use the `SUPPLY_APK` environment variable.
To upload a new binary to Google Play, simply run

```
supply --apk path/to/app.apk
```

This will also upload app metadata if you previously ran `supply init`.

To gradually roll out a new build use

```
supply --apk path/app.apk --track rollout --rollout 0.5
```

## Images and Screenshots

After running `supply init`, you will have a metadata directory. This directory contains one or more locale directories (e.g. en-US, en-GB, etc.), and inside this directory are text files such as `title.txt` and `short.txt`.
Expand Down

0 comments on commit 065427c

Please sign in to comment.