var (
// Version defines the application version (defined at compile time) Version = ""
// Commit defines the application commit hash (defined at compile time) Commit = ""
)
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.