-
Notifications
You must be signed in to change notification settings - Fork 176
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
Implement delete command for assets in sensuctl #988
Comments
At this point, I don't believe we've implemented it on any level. Deleting an asset has some obviously painful side-effects that require some discussion. |
This is likely going to require some relational data between assets and checks, but we might want to do something like warn you if you're deleting an asset that's being used by checks, and then list which checks those are. |
sensu_asset currently skipped: sensu/sensu-go#988
sensu_asset currently skipped: sensu/sensu-go#988
sensu_asset currently skipped: sensu/sensu-go#988
sensu_asset currently skipped: sensu/sensu-go#988
sensu_asset currently skipped: sensu/sensu-go#988
sensu_asset currently skipped: sensu/sensu-go#988
Hey, I'll bump this guy. Having it would be a cool feature. |
This requires some thought around how we want to expose dependencies for assets (checks that use them for instance). |
Perhaps in the interim a force flag or something of the sorts could be provided? |
MVP:
|
It looks like the "delete" functionality for assets is missing in sensuctl.
The text was updated successfully, but these errors were encountered: