Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" )
Version and Commit are stamped at link time by the Makefile and the container build:
go build -ldflags "-X github.com/turbolytics/sql-flow/internal/cli.Version=v1.0.0"
A plain `go build ./cmd/sqlflow/` leaves the defaults below, which is how an unreleased local binary identifies itself.
Functions ¶
func NewRootCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.