CLI for Installr (http://installrapp.com/) API.
Installation
$ gem install installr
Usage
Authentication
- Create new API token if you don't have one https://www.installrapp.com/dashboard#/account
- Run
installr init
This will prompt you to enter your API token and put it in~/.installr
file.
Create App
$ installr create <app_name>
List of Apps
$ installr list
App Details
$ installr app
Team Details
$ installr team
Invite Testers
$ installr invite
Contribution
Any pull requests, comments and recommendations are welcome.
$ git clone git@github.com:attomos/installr.git
$ cd installr
$ bundle install
$ rake build # or rake install
Copyright
Copyright (c) 2014 Nattaphoom Ch. See LICENSE for details.