Sha256: 32e6411fbb84e80a2128022bf0c8e8771f44a40b10eef24d9d3e768b1639962a

Contents?: true

Size: 1.34 KB

Versions: 13

Compression:

Stored size: 1.34 KB

Contents

# Pagoda Box Command Line Interface

Thank you for choosing pagodabox [Pagoda Box](http://www.pagodabox.com).

## Features

This client currently supports:

* Application functions
  * Creation
  * Clone
  * init
  * Deploy
  * Rollback
* Tunnel to live database

## How to use:

Using the command line interface can be fun!

    $ gem install pagoda

    Fetching: pagoda-0.3.2.gem (100%)
    Successfully installed pagoda-0.3.2
    1 gem installed
    Installing ri documentation for pagoda-0.3.2...
    Installing RDoc documentation for pagoda-0.3.2...

    $ pagoda launch workflowdemo
   
    +> Registering workflowdemo
    +> Launching........  
    +> workflowdemo launched
   
    +> deploying to match current branch and commit.....  
    +> deployed
   
    -----------------------------------------------
   
    LIVE URL    : http://workflowdemo.pagodabox.com
    ADMIN PANEL : http://dashboard.pagodabox.com
   
    -----------------------------------------------


## Get Started

### Install Pagoda

Install ruby and the gem thing. then do "gem install pagoda"

### Navigate

Navigate into the folder of your repo

	$ cd /path/to/repo

### Launch your app

Select a app name and launch it

  $ pagoda launch <appname>


## More Information

More information can be found in our [Guides](http://guides.pagodabox.com/getting-started/pagoda-terminal-client)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pagoda-0.7.8 README.md
pagoda-0.7.7 README.md
pagoda-0.7.6 README.md
pagoda-0.7.5 README.md
pagoda-0.7.4 README.md
pagoda-0.7.3 README.md
pagoda-0.7.2 README.md
pagoda-0.7.1 README.md
pagoda-0.7.0 README.md
pagoda-0.6.2 README.md
pagoda-0.6.1 README.md
pagoda-0.6.0 README.md
pagoda-0.5.0 README.md