You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
I would like to remove several retained messages, and ideally the mqtt command line tool could be enhanced to do it.
Something like: mqtt remove -t topic_pattern
subscribes to topic_pattern and for each topic/message received, publish( topic, null).
An extra feature would be to have a -f regex to filter topics using a regex. Then I can:
mqtt remove -t '#' -f "^substr.*$"
The filter argument would make this very powerful and most flexible.
I typically use the command line mqtt program to show some topic (pattern) live stream. The retained topics I want to remove make a lot of noise in the display.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to remove several retained messages, and ideally the mqtt command line tool could be enhanced to do it.
Something like:
mqtt remove -t topic_pattern
subscribes to topic_pattern and for each topic/message received, publish( topic, null).
An extra feature would be to have a -f regex to filter topics using a regex. Then I can:
mqtt remove -t '#' -f "^substr.*$"
The filter argument would make this very powerful and most flexible.
I typically use the command line mqtt program to show some topic (pattern) live stream. The retained topics I want to remove make a lot of noise in the display.
The text was updated successfully, but these errors were encountered: