Documentation
¶
Overview ¶
Package schedule provides the defined CLI schedule actions for Vela.
Usage:
import "github.com/go-vela/cli/action/schedule"
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) Remove(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
Org string
Repo string
Active bool
Name string
Entry string
Page int
PerPage int
Output string
Branch string
Color output.ColorOptions
}
Config represents the configuration necessary to perform schedule related requests with Vela.
Click to show internal directories.
Click to hide internal directories.