Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigureAddCmd ¶
type ConfigureAddCmd struct{}
func (*ConfigureAddCmd) Help ¶
func (c *ConfigureAddCmd) Help() string
type ConfigureCmd ¶
type ConfigureCmd struct {
Org string `help:"Organization slug" optional:""`
Token string `help:"API token" optional:""`
Force bool `help:"Force setting a new token" optional:""`
Default ConfigureDefaultCmd `cmd:"" optional:"" help:"Configure Buildkite API token" hidden:"" default:"1"`
Add ConfigureAddCmd `cmd:"" optional:"" help:"Add configuration for a new organization"`
}
func (*ConfigureCmd) Help ¶
func (c *ConfigureCmd) Help() string
func (*ConfigureCmd) Run ¶
func (c *ConfigureCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error
type ConfigureDefaultCmd ¶
type ConfigureDefaultCmd struct{}
Click to show internal directories.
Click to hide internal directories.