Documentation ¶
Overview ¶
Package log provides the defined CLI log actions for Vela.
Usage:
import "github.com/go-vela/cli/action/log"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Action string Org string Repo string Build int Page int PerPage int Service int Step int Output string }
Config represents the configuration necessary to perform log related requests with Vela.
func (*Config) ViewService ¶
ViewService inspects a service log based on the provided configuration.
Click to show internal directories.
Click to hide internal directories.