Documentation
¶
Overview ¶
Package update implements the "scut update" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Version string `arg:"" optional:"" help:"Target release version. Defaults to latest stable release." placeholder:"VERSION"`
TargetVersion string `help:"Target release version. Defaults to latest stable release." name:"target-version" placeholder:"VERSION"`
DryRun bool `help:"Show detected install method and planned action without changing files." name:"dry-run"`
}
Cmd is the Kong command for "scut update".
Click to show internal directories.
Click to hide internal directories.