Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Jan 6, 2017
1 parent 176de55 commit d25e6b0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You'll need to add a API token from diawi.com. Use the configure command to stor

## Usage Commands

Configuration
### Configure

```
diawi-uploader configure <option>
Expand All @@ -35,8 +35,12 @@ Will ask you for the appriopiate information regarding the option and persists i
supported options:

- token: The API token provided by diawi.com
- find_by_udid: May users find apps by apps device id on diawi.com
- wall_of_apps: Should apps by advertised on the 'wall of apps'.
- find\_by_udid: May users find apps by apps device id on diawi.com
- wall\_of_apps: Should apps by advertised on the 'wall of apps'.

Use `diawi-uploader configure` to show the currently set configuration options.

### Upload

To upload a file to diawi use this simple command.

Expand All @@ -46,6 +50,8 @@ diawi-uploader upload <path>

To poll the processing of a job run the following command. Note that running the upload command will run this command automaticly.

### Status

```
diawi-uploader status <job>
```
Expand Down

0 comments on commit d25e6b0

Please sign in to comment.