Merged
Conversation
Add new command to execute commands in app installations via SSH, similar to the existing mw container exec command. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Extract prepareEnvironmentVariables to shared utility to reduce code duplication - Add --quiet/-q flag to both app exec and container exec commands - Improve app exec command structure with proper flag handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
888e63b to
2179b31
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mw app execcommand to execute commands in app installations via SSH--quiet/-qflag to both exec commands for script-friendly outputChanges
mw app exec- Execute commands in app installations non-interactively via SSHprepareEnvironmentVariablesfunction to eliminate code duplication--quiet/-qflag to disable informational output in both app and container exec commandsThe new command works similarly to
mw container execbut targets app installations instead of containers, automatically changing to the app installation directory and supporting environment variables and custom working directories.🤖 Generated with Claude Code