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

cli: Support deleting/updating individual Sources by name #2479

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

damemi
Copy link
Contributor

@damemi damemi commented Feb 19, 2025

Currently, the odigos sources delete and odigos sources update commands only accept flags that identify Sources based on the Workload they instrument. This is useful when the Source name might not be known (such as Sources that were created with a random name by the UI), and it also allows batch-deleting Sources (for example, deleting all Sources that instrument a StatefulSet, etc)

This adds an optional argument to specify a Source explicity by its name to these commands.

It also updates the help text (and docs) for these commands with examples of usage in individual vs batch scenarios.

@damemi damemi enabled auto-merge (squash) February 20, 2025 14:25
@damemi damemi merged commit 1a02f9b into odigos-io:main Feb 20, 2025
50 of 51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants