Pravin Pushkar
Pravin Pushkar
Just looked at the code - `dapr run` command is picking the bin dir from https://github.com/dapr/cli/blob/747dc3f7aeeb525e1f71762e4986bd0e11f54442/pkg/standalone/run.go#L293 https://github.com/dapr/cli/blob/747dc3f7aeeb525e1f71762e4986bd0e11f54442/pkg/standalone/common.go#L30 So, it seems if we provide an alternate install path then dapr run...
@martin-bucinskas @mukundansundar I am planning to take this forward by resolving the conflicts and review comments. I will take the commits and create a new PR. @martin-bucinskas Let me know...
> @pravinpushkar Please review this PR Looking at it now.
@imneov Please fix the small lint issue. PR looks fine. We need to update this here also to be in sync - https://docs.dapr.io/reference/cli/dapr-invoke/
> > @imneov Please fix the small lint issue. PR looks fine. We need to update this here also to be in sync - https://docs.dapr.io/reference/cli/dapr-invoke/ > > Do I need...
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", "s", false, "Silence all...
@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 ?
I think `CRD Discovery` and using the desired one, could really be useful given that we decide on how and where to store the CRD's. I would support for having...
@shivamkm07 Can we add an E2E test for upgrade secanrio using mariner?