Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add subscriptions command to Dapr CLI #1424

Closed
wants to merge 1 commit into from

Conversation

SantoDE
Copy link

@SantoDE SantoDE commented Jul 15, 2024

Description

The sidecar of an application obviously knows, which PubSub its subscribed to. This command adds the possibility to the CLI to get that information cleanly, rather than manually querying the sidecar.

Issue reference

While its not an issue, reference to the discussion on Discord: here

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Since this is my first contribution to Dapr CLI, happy to learn a ton! For now this is only added for stand-alone, but I want to eventually add it to k8s as well.

if err != nil {
return
}
outputList(list, len(list))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im not sure if I should reuse that here?

@SantoDE SantoDE changed the title [WIP] Add subscripts command to Dapr CLI [WIP] Add subscriptions command to Dapr CLI Jul 15, 2024
Signed-off-by: Manuel Zapf <[email protected]>
@dapr-bot
Copy link
Collaborator

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@dapr-bot dapr-bot added the stale label Aug 15, 2024
@dapr-bot
Copy link
Collaborator

This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@dapr-bot dapr-bot closed this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants