0.2.6 • Published 10 years ago

upgrade-private-app v0.2.6

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
10 years ago

upgrade-private-app

This CLI node app is handy for updating a binary app distributed via a private github repo.

Installation

npm install -g upgrade-private-app

It is best installed via a wrapper, such as:

alias upgrade-sekrit-app="upgrade-private-app exampleco sekrit-app sekrit-build.tgz _output/darwin/amd64/sekrit-app"

This could be placed in your ~/.bash_profile, for example.

Limitations

The app you are upgrading must have the same name and already be installed.

This quick hack currently supports only Mac OS X. It depends on

  • which to locate you're current app
  • tar and your archive should be a decompressed via tar zxf file.tgz

Bugs

You betcha. Pull requests welcome.

0.2.6

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago