cli icon indicating copy to clipboard operation
cli copied to clipboard

Add resiliency and subscription CLI commands

Open msfussell opened this issue 3 years ago • 3 comments

Describe the proposal

Each type of specification should be able to be at least listed via the Dapr CLI. Currently there are CLI commands for Configurations and Components. The two other spec types are subscriptions and the newly (v1.7) introduced resiliency policies, the latter of which are global like configurations and can be applied to any applications.

Resiliency should be the same CLI as Configurations https://docs.dapr.io/reference/cli/dapr-configurations/ For example dapr resiliencies -k --name myresiliency

Subscriptions are a bit trickier if these are loaded for each app or may be global (Need to be determined) For example dapr subscriptions -k --name mysubscription

Of course deploying these specifications is still platform dependent

Also see related issue to update the dapr dashboard to show resiliency policies and subscriptions in the UI

Release Note

RELEASE NOTE: Add new CLI commands

msfussell avatar Apr 06 '22 03:04 msfussell

Also in addition the E2E tests need to validate these configurations are there ...

mukundansundar avatar Apr 06 '22 07:04 mukundansundar

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar May 06 '22 07:05 dapr-bot

/keep-alive

yaron2 avatar May 06 '22 15:05 yaron2