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 string, key string, name string) error
- func CertAttach(name string, domain string) error
- func CertDetach(name string, domain string) error
- func CertInfo(name string) error
- func CertRemove(name 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, 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 string, remote string, force bool) error
- func GitRemove(appID string) error
- func HealthchecksList(appID string) error
- func HealthchecksSet(appID, healthcheckType string, probe *api.Healthcheck) error
- func HealthchecksUnset(appID string, healthchecks []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 RegistryList(appID string) error
- func RegistrySet(appID string, item []string) error
- func RegistryUnset(appID string, items []string) error
- func ReleasesInfo(appID string, version int) error
- func ReleasesList(appID string, results int) error
- func ReleasesRollback(appID string, version int) error
- func ShortcutsList() 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(all bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppTransfer ¶
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 CertAttach ¶
CertAttach attaches a certificate to a domain
func CertDetach ¶
CertDetach detaches a certificate from a domain
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 HealthchecksList ¶
HealthchecksList lists an app's healthchecks.
func HealthchecksSet ¶
func HealthchecksSet(appID, healthcheckType string, probe *api.Healthcheck) error
HealthchecksSet sets an app's healthchecks.
func HealthchecksUnset ¶
HealthchecksUnset removes an app's healthchecks.
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 privileges.
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 RegistryList ¶
RegistryList lists an app's registry information.
func RegistrySet ¶
RegistrySet sets an app's registry information.
func RegistryUnset ¶
RegistryUnset removes an app's registry information.
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.
func ShortcutsList ¶
func ShortcutsList() error
ShortcutsList displays all relevant shortcuts for the CLI.
Types ¶
This section is empty.