dapr / cli

Command-line tools for Dapr.
Apache License 2.0
317 stars 202 forks source link

Add support for initializing the stable components only daprd binary from CLI #1306

Open mukundansundar opened 1 year ago

mukundansundar commented 1 year ago

Describe the proposal

With introduction of -stable build flavor, add support for initializing the stable components only daprd binary from CLI.

Add E2E for the same. Essentially we need to test all of the functionality that does not use non-stable components work as expected.

Release Note

RELEASE NOTE:

shubham1172 commented 1 year ago

Since we also expect more flavors to come up soon, should we make this support extensible for future changes. I propose:

dapr init --flavor=stablecomponents

Note, stable has been renamed to stablecomponents by https://github.com/dapr/docs/pull/3515/files