Documentation ¶ Index ¶ func Create(user model.User, options ...string) model.App func Destroy(user model.User, app model.App) *Session func Open(user model.User, app model.App) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Create ¶ func Create(user model.User, options ...string) model.App Create executes `deis apps:create` as the specified user with the specified, arvitrary options. func Destroy ¶ func Destroy(user model.User, app model.App) *Session Destroy executes `deis apps:destroy` on the specified app as the specified user. func Open ¶ func Open(user model.User, app model.App) Open executes `deis apps:open` on the specified app as the specified user. A shim is used to intercept the execution of `open` (Darwin) or `xdg-open` (Linux) and verify that the browser would have navigated to the correct address. Types ¶ This section is empty. Source Files ¶ View all Source files commands.go Click to show internal directories. Click to hide internal directories.