mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-17 06:32:11 -05:00
[GH-ISSUE #1440] [Feature] Allow executing an action from within a servers details #28342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acul009 on GitHub (May 20, 2026).
Original GitHub issue: https://github.com/moghtech/komodo/issues/1440
Hi there,
I have some things I have automated via actions, but the execution needs to be manual and I have to write the server name into the variables each time.
Now I thought it would be pretty cool if I could maybe just mark an action with a on/off toggle.
The action could then be displayed in a dropdown when in the server details view, allowing me to select it.
Selecting an action would execute it with the servers name as an argument (e.g.
SERVER=Local)