ops

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:     "ops",
	Aliases: []string{"op", "admin"},
	Short:   "manually perform operations on migration records",
	GroupID: "ops",
	RunE: func(cmd *cobra.Command, args []string) error {
		if len(args) != 0 {
			return fmt.Errorf(`invalid command: "%s"`, args[0])
		}
		return cmd.Help()
	},
}
View Source
var MarkAppliedFlags struct {
	IDs *[]string
	All *bool
}
View Source
var MarkUnappliedFlags struct {
	IDs *[]string
	All *bool
}
View Source
var RecalculateChecksumFlags struct {
	IDs *[]string
	All *bool
}
View Source
var SetChecksumFlags struct {
	ID       *string
	All      *bool
	Checksum *string
}

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