DeployUtil is a command-line tool and a library to be integrated into other tools for performing Universal Windows Application development oriented tasks using the Windows Device Portal.
Currently, it supports:
- authenticating a PC (or Mac or Linux box) to a target Windows 10 development device
- list installed application on the target
- install an application on the target
- uninstall an application on the target
- launch an application on the taget
The current code quality is pre-alpha which means its really sample code to give you an idea of what REST APIs to call. There is a lot of work to do on handling common error flows, documentation, and just making the usability of the tool better (for instance the list command returns a huge set of things that you then need to dig through it would be nice to have a search command that would narrow that down).
This project has the following dependencies:
python .\DeployUtil --help
or just
./DeployUtil --help