cli

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLI

type CLI struct {
	// contains filtered or unexported fields
}

CLI wraps the core migration logic to provide CLI based functionality

func New

func New(m *migrate.Migrate) *CLI

New CLI from a migrate instance

func (*CLI) Init

func (cli *CLI) Init(ctx context.Context) error

Init the migrations table

func (*CLI) Run

func (cli *CLI) Run(ctx context.Context, m string) error

Run the given migration

func (*CLI) Status

func (cli *CLI) Status(ctx context.Context) error

Status prints the current status of all migrations

func (*CLI) Validate

func (cli *CLI) Validate(ctx context.Context) error

Validate the given migration

Jump to

Keyboard shortcuts

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