Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.8 KB

AppHarbor CLI

The AppHarbor CLI is used to manage AppHarbor applications from the command line.

For more about AppHarbor see https://appharbor.com/.

Setup

The CLI is known to work on Windows. Download and run the installer to get started.

Once installed, you can log in to create and administer AppHarbor applications:

$ appharbor login
Username: friism
Password: ***************
Successfully logged in as friism

$ appharbor
Usage: appharbor COMMAND [command-options]

Available commands:

  app                         #  List your applications
  app create [name]           #  Create an application ("create")
  app delete                  #  Delete application
  app info                    #  Get application details
  app link [slug]             #  Link directory to an application ("link")
  app unlink                  #  Unlink application from directory ("unlink")
  build                       #  List latest builds
  config add [key=value]      #  Add configuration variable to application
  config                      #  List all configuration variables
  config remove [key1 key2..] #  Remove configuration variable
  help                        #  Display help summary
  hostname add [hostname]     #  Add a hostname
  hostname                    #  List all associated hostnames
  hostname remove [hostname]  #  Remove hostname from application
  user login                  #  Login to AppHarbor ("login")
  user logout                 #  Logout of AppHarbor ("logout")
  user                        #  Show currently logged in user

API

The CLI uses the AppHarbor API, documentation can be found here: http://support.appharbor.com/kb/api/api-overview