rootCmd.PersistentFlags().StringVarP(&loglevel,"log-level","l","","log level 'debug' or 'trace'")
rootCmd.PersistentFlags().StringVarP(&loglevel,"log-level","l","","log level 'debug' or 'trace'")
rootCmd.PersistentFlags().BoolVar(&verbose,"verbose",false,"show mne and sbi info")
rootCmd.PersistentFlags().BoolVar(&verbose,"verbose",false,"show mne and sbi info")
rootCmd.PersistentFlags().BoolVar(&noGRPCPassthrough,"noGRPCPassthrough",true,"set the default resolve scheme for grpc to not use passthrough, default is false")
rootCmd.PersistentFlags().BoolVar(&noGRPCPassthrough,"noGRPCPassthrough",false,"set the default resolve scheme for grpc to not use passthrough, default is false")
rootCmd.Flags().StringVar(&grpcPort,"grpc-port","55055","port for gRPC NBI")
rootCmd.Flags().StringVar(&grpcPort,"grpc-port","55055","port for gRPC NBI")