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
The interactive filtering (this filter input box) actually executes a command one more time, and then filters the command output.
It’s not intuitive and can be harmful in case of helm install, helm delete, etc. In general, all commands that mutate the state.
In such case, we should fetch the associated message and do the filtering based on this sent text message.
The --filter flag can work as it works right now. The reason is that it is always specified in the context of running a command, and not in the context of already executed one.
Acceptance Criteria
When the interactive filtering is triggered, we run a filter logic against the already sent message.
Reason
Current behavior is not intuitive and can be harmful.
Notes
Figure out how we can achieve this when we have filtering in the thread (in longer messages)
The text was updated successfully, but these errors were encountered:
Overview
The interactive filtering (this filter input box) actually executes a command one more time, and then filters the command output.
It’s not intuitive and can be harmful in case of
helm install
,helm delete
, etc. In general, all commands that mutate the state.In such case, we should fetch the associated message and do the filtering based on this sent text message.
The
--filter
flag can work as it works right now. The reason is that it is always specified in the context of running a command, and not in the context of already executed one.Acceptance Criteria
Reason
Current behavior is not intuitive and can be harmful.
Notes
The text was updated successfully, but these errors were encountered: