Versions in this module Expand all Collapse all v1 v1.10.0 Sep 4, 2015 Changes in this version + func AppCreate(id string, buildpack string, remote string, noRemote bool) error + func AppDestroy(appID, confirm string) error + func AppInfo(appID string) error + func AppLogs(appID string, lines int) error + func AppOpen(appID string) error + func AppRun(appID, command string) error + func AppsList(results int) error + func BuildsCreate(appID, image, procfile string) error + func BuildsList(appID string, results int) error + func Cancel(username string, password string, yes bool) error + func CertAdd(cert, key, commonName, sans string) error + func CertRemove(commonName string) error + func CertsList(results int) error + func ConfigList(appID string, oneLine bool) error + func ConfigPull(appID string, interactive bool, overwrite bool) error + func ConfigPush(appID string, fileName string) error + func ConfigSet(appID string, configVars []string) error + func ConfigUnset(appID string, configVars []string) error + func DomainsAdd(appID, domain string) error + func DomainsList(appID string, results int) error + func DomainsRemove(appID, domain string) error + func GitRemote(appID, remote string) error + func KeyAdd(keyLocation string) error + func KeyRemove(keyID string) error + func KeysList(results int) error + func LimitsList(appID string) error + func LimitsSet(appID string, limits []string, limitType string) error + func LimitsUnset(appID string, limits []string, limitType string) error + func Login(controller string, username string, password string, sslVerify bool) error + func Logout() error + func Passwd(username string, password string, newPassword string) error + func PermCreate(appID string, username string, admin bool) error + func PermDelete(appID string, username string, admin bool) error + func PermsList(appID string, admin bool, results int) error + func PsList(appID string, results int) error + func PsRestart(appID, target string) error + func PsScale(appID string, targets []string) error + func Regenerate(username string, all bool) error + func Register(controller string, username string, password string, email string, ...) error + func ReleasesInfo(appID string, version int) error + func ReleasesList(appID string, results int) error + func ReleasesRollback(appID string, version int) error + func TagsList(appID string) error + func TagsSet(appID string, tags []string) error + func TagsUnset(appID string, tags []string) error + func UsersList(results int) error + func Whoami() error