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
#1307 & #1329 added commands to devworkspaces with the name format init-ssh-agent-command-x. These commands are meant to be run automatically as postStart commands, rather than being invoked by users manually.
Currently, in Che we are [filtering out](che-incubator/che-code#445 these specific commands in the editor so that they are not displayed in the commands list.
However, a better approach would be to add an attribute to all DWO-injected commands that should not be displayed to the user. For example, controller.devfile.io/internal-command: true.
Description
#1307 & #1329 added commands to devworkspaces with the name format
init-ssh-agent-command-x
. These commands are meant to be run automatically as postStart commands, rather than being invoked by users manually.Currently, in Che we are [filtering out](che-incubator/che-code#445 these specific commands in the editor so that they are not displayed in the commands list.
However, a better approach would be to add an attribute to all DWO-injected commands that should not be displayed to the user. For example,
controller.devfile.io/internal-command: true
.Additional context
Thank you for the suggestion @RomanNikitenko :)
The text was updated successfully, but these errors were encountered: