Documentation ¶
Index ¶
- 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 AppTransfer(appID, username 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppTransfer ¶ added in v1.11.0
AppTransfer transfers app ownership to another user.
func BuildsCreate ¶
BuildsCreate creates a build for an app.
func BuildsList ¶
BuildsList lists an app's builds.
func CertRemove ¶
CertRemove deletes a cert from the controller.
func ConfigList ¶
ConfigList lists an app's config.
func ConfigPull ¶
ConfigPull pulls an app's config to a file.
func ConfigPush ¶
ConfigPush pushes an app's config from a file.
func ConfigUnset ¶
ConfigUnset removes a config variable from an app.
func DomainsList ¶
DomainsList lists domains registered with an app.
func DomainsRemove ¶
DomainsRemove removes a domain registered with an app.
func LimitsUnset ¶
LimitsUnset removes an app's limits.
func PermCreate ¶
PermCreate adds a user to an app or makes them an administrator.
func PermDelete ¶
PermDelete removes a user from an app or revokes admin privilages.
func Regenerate ¶
Regenerate regenenerates a user's token.
func Register ¶
func Register(controller string, username string, password string, email string, sslVerify bool) error
Register creates a account on a Deis controller.
func ReleasesInfo ¶
ReleasesInfo prints info about a specific release.
func ReleasesList ¶
ReleasesList lists an app's releases.
func ReleasesRollback ¶
ReleasesRollback rolls an app back to a previous release.
Types ¶
This section is empty.