rootCmd.PersistentFlags().StringVar(&configFile,"config","","config file (default is $HOME/.pinned-package-updater.yaml OR ./.pinned-package-updater.yaml)")
rootCmd.PersistentFlags().StringVar(&remoteURL,"remote","","remote url for distributed mode (example: https://ppu.example.com/)")
rootCmd.PersistentFlags().CountVarP(&logVerbosity,"verbose","v","verbose (-v, or -vv)")
rootCmd.PersistentFlags().VarP(enumflag.New(&logFormat,"logFormat",LogFormatIds,enumflag.EnumCaseInsensitive),"format","","The logging format to use [text, json]")