Documentation
¶
Index ¶
Constants ¶
View Source
const BuildCommandDescription = "builds the driver"
View Source
const InitCommandDescription = "initializes a driver for a given language and OS"
View Source
const PushCommandDescription = "push driver image to docker registry (CI only)"
View Source
const ReleaseCommandDescription = "prepare driver for the release"
View Source
const TagCommandDescription = "returns a version tag for the driver"
View Source
const TestCommandDescription = "tests the driver using fixtures"
View Source
const UpdateCommandDescription = "updates an already initialized driver"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildCommand ¶
func (*BuildCommand) Execute ¶
func (c *BuildCommand) Execute(args []string) error
type InitCommand ¶
type InitCommand struct {
Args struct {
Language string `positional-arg-name:"language" description:"target language of the driver"`
} `positional-args:"yes"`
UpdateCommand
}
func (*InitCommand) Execute ¶
func (c *InitCommand) Execute(args []string) error
type PushCommand ¶
func (*PushCommand) Execute ¶
func (c *PushCommand) Execute(args []string) error
type ReleaseCommand ¶
func (*ReleaseCommand) Execute ¶
func (c *ReleaseCommand) Execute(args []string) error
type TagCommand ¶
func (*TagCommand) Execute ¶
func (c *TagCommand) Execute(args []string) error
type TestCommand ¶
type TestCommand struct {
cmd.Command
Bblfshd string `long:"bblfshd" description:"bblfshd version to test with"`
}
func (*TestCommand) Execute ¶
func (c *TestCommand) Execute(args []string) error
type UpdateCommand ¶
type UpdateCommand struct {
DryRun bool `long:"dry-run" description:"don't writes nothing just checks if something should be written"`
cmd.Command
// contains filtered or unexported fields
}
func (*UpdateCommand) Execute ¶
func (c *UpdateCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.