# Functions
AppCreate creates an app.
AppDestroy destroys an app.
AppInfo prints info about app.
AppLogs returns the logs from an app.
AppOpen opens an app in the default webbrowser.
AppRun runs a one time command in the app.
AppsList lists apps on the Deis controller.
AppTransfer transfers app ownership to another user.
BuildsCreate creates a build for an app.
BuildsList lists an app's builds.
Cancel deletes a user's account.
CertAdd adds a cert to the controller.
CertRemove deletes a cert from the controller.
CertsList lists certs registered with the controller.
ConfigList lists an app's config.
ConfigPull pulls an app's config to a file.
ConfigPush pushes an app's config from a file.
ConfigSet sets an app's config variables.
ConfigUnset removes a config variable from an app.
DomainsAdd adds a domain to an app.
DomainsList lists domains registered with an app.
DomainsRemove removes a domain registered with an app.
GitRemote creates a git remote for a deis app.
KeyAdd adds keys.
KeyRemove removes keys.
KeysList lists a user's keys.
LimitsList lists an app's limits.
LimitsSet sets an app's limits.
LimitsUnset removes an app's limits.
Login to a Deis controller.
Logout from a Deis controller.
Passwd changes a user's password.
PermCreate adds a user to an app or makes them an administrator.
PermDelete removes a user from an app or revokes admin privilages.
PermsList prints which users have permissions.
PsList lists an app's processes.
PsRestart restarts an app's processes.
PsScale scales an app's processes.
Regenerate regenenerates a user's token.
Register creates a account on a Deis controller.
ReleasesInfo prints info about a specific release.
ReleasesList lists an app's releases.
ReleasesRollback rolls an app back to a previous release.
TagsList lists an app's tags.
TagsSet sets an app's tags.
TagsUnset removes an app's tags.
UsersList lists users registered with the controller.
Whoami prints the logged in user.