Documentation
¶
Index ¶
- Constants
- func GetEnvironments(state state.State) ([]*environments.Environment, error)
- func GetProjects(myclient *client.Client) ([]*projects.Project, error)
- func PublishRunbook(state state.State, runbookName string, projectName string) error
- func PublishRunbookRetry(state state.State, runbookName string, projectName string, retryCount int, ...) error
- func RunRunbook(state state.State, runbookName string, projectName string, ...) (string, error)
- func RunRunbookRetry(state state.State, runbookName string, projectName string, ...) (string, error)
- func WaitForTask(state state.State, taskId string, statusCallback func(message string)) error
Constants ¶
View Source
const RetryCount = 5
Variables ¶
This section is empty.
Functions ¶
func GetEnvironments ¶ added in v0.1.331
func GetEnvironments(state state.State) ([]*environments.Environment, error)
func GetProjects ¶ added in v0.1.321
GetProjects gets all projects, excluding the "Octoterra Space Management" project and any that are disabled.
func PublishRunbook ¶
func PublishRunbookRetry ¶ added in v0.1.263
func RunRunbook ¶
func RunRunbookRetry ¶ added in v0.1.263
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.