releases

package
v0.0.0-...-c9ffa05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2018 License: MIT Imports: 4 Imported by: 2

Documentation

Overview

Package releases provides methods for managing app releases.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(c *deis.Client, appID string, version int) (api.Release, error)

Get retrieves a release of an app.

func List

func List(c *deis.Client, appID string, results int) ([]api.Release, int, error)

List lists an app's releases.

func Rollback

func Rollback(c *deis.Client, appID string, version int) (int, error)

Rollback rolls back an app to a previous release. If version is -1, this rolls back to the previous release. Otherwise, roll back to the specified version.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL