Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var COMMIT = "dev"
View Source
var VERSION = "0.0.0"
Functions ¶
func GetFormattedVersion ¶
func GetFormattedVersion() string
func GetVersion ¶
func GetVersion() string
Types ¶
type Migrate ¶
type Migrate struct { ConfigFilePath string `long:"config" description:"path to the migrate.yml, defaults to ./migrate.yml"` DryRun bool `long:"dry-run" description:"does not perform any migration operations when true"` Debug bool `long:"debug" description:"sets log level to debug"` RedactSecrets bool `long:"no-redact" description:"do not redact sensitive information when printing debug logs"` }
type VersionCommand ¶
type VersionCommand struct { }
func (*VersionCommand) Execute ¶
func (c *VersionCommand) Execute([]string) error
Execute - returns the version
Click to show internal directories.
Click to hide internal directories.