var (
// Logger is the global logger instance Logger *zap.SugaredLogger// InternalConfig is the global configuration from internal/config InternalConfig *config.Config
)
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.