Documentation
¶
Overview ¶
Package dashboard provides the defined CLI dashboard actions for Vela.
Usage:
import "github.com/go-vela/cli/action/dashboard"
Index ¶
- type Config
- func (c *Config) Add(ctx context.Context, client *vela.Client) error
- func (c *Config) Get(ctx context.Context, client *vela.Client) error
- func (c *Config) Update(ctx context.Context, client *vela.Client) error
- func (c *Config) Validate() error
- func (c *Config) View(ctx context.Context, client *vela.Client) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Action string
Name string
ID string
AddRepos []string
TargetRepos []string
DropRepos []string
Branches []string
Events []string
AddAdmins []string
DropAdmins []string
Full bool
Output string
Color output.ColorOptions
}
Config represents the configuration necessary to perform dashboard related requests with Vela.
Click to show internal directories.
Click to hide internal directories.