man-group / dapr-sidekick-dotnet

Dapr Sidekick for .NET - a lightweight lifetime management component for Dapr
Apache License 2.0
175 stars 21 forks source link

Allow custom CLI flags to be passed #56

Closed liam-careerhub closed 1 year ago

liam-careerhub commented 1 year ago

Describe the feature

I recently found that a CLI flag --dapr-listen-addresses is not supported by dapr sidekick. I think it would be useful to allow custom flags to be specified to work around delays in implementing configuration options. Maybe options.Sidekick.AdditionalArguments?

I logged the specific --dapr-listen-addresses issue as #55.

Release Note

RELEASE NOTE:

liam-careerhub commented 1 year ago

I don't know how I missed CustomArguments, never mind!

badgeratu commented 1 year ago

No worries Liam, thanks for your interest in Sidekick!