cli
cli copied to clipboard
Add resiliency and subscription CLI commands
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
Also in addition the E2E tests need to validate these configurations are there ...
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.
/keep-alive