Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" Date = "unknown" )
View Source
var MigrateCmd = &cobra.Command{
Use: "migrate",
Short: "Run database migrations",
Long: "Run database migrations on specified databases",
RunE: migrate,
}
View Source
var SetupCmd = &cobra.Command{
Use: "setup",
Short: "Run complete LakeRunner setup (database migrations and Kafka topics)",
Long: "Run database migrations and ensure required Kafka topics exist",
RunE: setup,
}
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.