Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Clean = cobra.Command{ Use: "clean", Short: "Removes state/migration (dangerous!)", Run: func(cmd *cobra.Command, args []string) { clean() }, }
Functions ¶
This section is empty.
Types ¶
type CleanFlags ¶
type CleanFlags struct {
// contains filtered or unexported fields
}
type CleanInstruction ¶
type CleanInstruction struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.