Mukundan Sundararajan

Results 257 comments of Mukundan Sundararajan

This is partially already available ie checking if a port is already being used for HTTP, gRPC and metrics port ... ``` # Run dapr run -H 3500 ``` in...

@msfussell Do we need a CLI command for this? Each configuration file applied to an application is different and it is a simple YAML file. So It can be edited...

This sounds interesting. /cc @yaron2 thoughts?

@imneov please comment as `/assign` in this issue to work on this. Please close the other issue in this case also.

@yaron2 Any issues with having a `--silent` or `--quite` flag to not print any warnings ?

> As suggested by @mukundansundar Alternate approach can be having the flag at RootCmd level like, So that it is available for every command. > > ``` > RootCmd.PersistentFlags().BoolVarP(&silent, "silent",...

> @mukundansundar yes, thats correct. In print.go file we will have to do handle this in 3 places- success, info and warning print functions. Is there any other simpler way...

@pkedy is there any progress on this?

@pkedy is there any progress on this ?

@subash89 Can you rebase all your commits into a single commit ? Also could you fix the check style violations in the PR?