1.0.3 • Published 8 years ago

ti.windows-remote-deployment v1.0.3

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
8 years ago

ti.windows-remote-deployment

NPM Version NPM Downloads

Installation

    npm install -g ti.windows-remote-deployment

Usage

This package comes in two parts, the ti pair-device command and build time --remote-deploy hook.

ti pair-device

Use this command to pair two Windows devices it takes the following arguments

  • --ip

    • The IP of the device to pair with
  • --code

    • The code presented in the dialog shown

--remote-deploy hook

This hook is activated by using the --remote-deploy flag on build. When detected it will force the --build-only flag to true. It accepts the following argument

  • --ip
    • Specifies the ip of the device to deploy to

Some notes

  • If the application is installed on the device it will remove that application first

  • It currently does not install any dependencies such as VCLibs

  • It current does not work with logging

  • To work with LiveView use the --liveview flag and specify the --liveview-ip option to be the IP of the machine you are building from

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago