Skip to content

console.logs #

fn cmd #

pub fn cmd() cli.Command

cmd returns the cli module that handles the build logs API.

fn content #

fn content(conf_ Config, id int) !

content outputs the contents of the log file for a given build log to stdout.

fn list #

fn list(conf_ Config, filter BuildLogFilter, raw bool) !

list prints a list of all build logs.

fn info #

fn info(conf_ Config, id int) !

info print the detailed info for a given build log.

fn remove #

fn remove(conf_ Config, id string) !

remove removes a build log from the server's list.

struct Config #

struct Config {
	address string [required]
	api_key string [required]
}