cli

package
v0.0.0-...-0da2d42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2016 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MigrateDirectionUp   = "up"
	MigrateDirectionDown = "down"
)

Variables

View Source
var (
	Seperator     = strings.Repeat("=", 80)
	ThinSeperator = strings.Repeat("-", 80)
)

various values used to generate output

View Source
var RootCmd = cobra.Command{
	Use:   "futura",
	Short: "Futura is a DB management utility written in Go.",
	Long: `Futura provides a means for managing the state of a database amoung team
members. It's goal is to provide a simple way to create, remove, truncate and
modify databases and tables by breaking them into incremenatl changes.`,
}

RootCmd is the core command other commands are attached to power the cobra CLI library.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL