Documentation
¶
Overview ¶
The defined CLI settings actions for Vela.
Usage:
import "github.com/go-vela/cli/action/settings"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
Compiler represents the compiler configurations used to modify the compiler settings for Vela.
type Config ¶
type Config struct { Action string Output string File string Compiler Queue RepoAllowlist *[]string RepoAllowlistAddRepos []string RepoAllowlistDropRepos []string ScheduleAllowlist *[]string ScheduleAllowlistAddRepos []string ScheduleAllowlistDropRepos []string Color output.ColorOptions }
Config represents the configuration necessary to perform settings related requests with Vela.
func (*Config) UpdateFromFile ¶
UpdateFromFile updates from a file based on the provided configuration.
type ConfigFile ¶
ConfigFile represents the configuration necessary to perform settings related requests from a file with Vela.
Click to show internal directories.
Click to hide internal directories.