Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultConfigFileName = "settings" DefaultConfigFilePath = "." DefaultConfigEnvPrefix = "DERISK_SQL" )
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "derisk-sql", SilenceUsage: true, Short: "CLI for linting SQL migration files to prevent easy-to-miss mistakes", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return initializeConfig(cmd) }, }
rootCmd represents the base command when called without any subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.