2017 © Pedro Peláez
 

application diawi-uploader

Uploads your mobile builds to Diawi.com

image

bushbaby/diawi-uploader

Uploads your mobile builds to Diawi.com

  • Monday, May 1, 2017
  • by bushbaby
  • Repository
  • 2 Watchers
  • 3 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Diawi Uploader

Quick hack to upload your mobile builds to Diawi. A tool for developers to deploy development and in-house applications directly to the devices., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads, (*2)

Installation

composer g require bushbaby/diawi-uploader

Installs this globally (usually to ~/.composer) so as long as ~/.composer/bin is on your PATH you'll be able to run it's commands., (*3)

Configuration

You'll need to add a API token from diawi.com. Use the configure command to store it., (*4)

Usage Commands

Configure

diawi-uploader configure <option>

Will ask you for the appriopiate information regarding the option and persists it to ~/.diawi-uploader.php., (*5)

supported options:, (*6)

  • 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'.

Use diawi-uploader configure to show the currently set configuration options., (*7)

Upload

To upload a file to diawi use this simple command., (*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., (*9)

Status

diawi-uploader status <job>

Once the job has been successfully processed a browser is opened to the page on diawi.com, (*10)

Limitations

Currently only opens a final URL such as https://install.diawi.com/GtYhbDr on OSX., (*11)

Some flies we're killed during development, though not intentionally!, (*12)

The Versions