mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
[PR #1265] let user specify if they want command to be run in shell-mode #4577
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?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/1265
Author: @ericls
Created: 3/24/2026
Status: 🔄 Open
Base:
main← Head:shen/handle-multi-line-command-v2📝 Commits (2)
afbbc08allow users to add commands as shell-mode5c45b3crevert package.json yarn auto-change📊 Changes
7 files changed (+33 additions, -10 deletions)
View changed files
📝
bin/periphery/src/api/build/mod.rs(+1 -1)📝
bin/periphery/src/api/compose.rs(+2 -2)📝
bin/periphery/src/helpers.rs(+2 -2)📝
client/core/rs/src/entities/mod.rs(+2 -0)📝
client/core/ts/src/types.ts(+1 -0)📝
ui/public/client/types.d.ts(+1 -0)📝
ui/src/components/config/system-command.tsx(+24 -5)📄 Description
This is a follow up to https://github.com/moghtech/komodo/pull/1217 in v2.
In v2, things are easier because there's an explicit shell-mode. This makes this change easier to implement and won't cause backwards incompitable changes for existing configs.
Makes something like the following possible:
Without this option, scripts like this would fail for reason like:
Would improve #808
closes #1217
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.