Skip to content

Instantly share code, notes, and snippets.

@adamcooke
Created February 19, 2010 14:22
Show Gist options
  • Save adamcooke/308738 to your computer and use it in GitHub Desktop.
Save adamcooke/308738 to your computer and use it in GitHub Desktop.
The Appli Gem allows you to easily access your Appli account functions from the
command line. The functions below outline the options which are currently
available.
Global Commands
--------------------------------------------------------------------------------
create Create a new application with the provided identifier
help Displays this help message
keys:add Upload your local public key to your appli user account
list Display a list of all applications which you have access to
version Displays the current version number
Application Specific Commands
--------------------------------------------------------------------------------
The following commands can be executed by running 'appli [identifier] {command}'
capify Generates a pre-configured capistrano deployment recipe...
db:console Create a MySQL console connection for your first databa...
db:create Create a new database with the entered label
db:export Dump the database schema
db:import Import a named MySQL file
db:list List all databases on this application
diskusage Display your current disk space usage
domains:add Add a new domain for this application
domains:list List all domains configured for this application
domains:remove Remove a domain from this application
gems List all installed gems for your application
gems:import Read in the specified Gemfile and install all the requi...
gems:install Install the provided gem on your application's containe...
log View a log file on the remote system locally
mem:passenger Display passenger memory statistics
mem:system Display system memory usage
ssh Create an SSH connection to the application
For more information see http://www.applihq.com/gem
See 'appli help [command]' for usage information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment