Skip to content

Merge up 1.4.x - fix for pie install non-interactivity#524

Merged
asgrim merged 2 commits into1.4.xfrom
1.3.x
Mar 2, 2026
Merged

Merge up 1.4.x - fix for pie install non-interactivity#524
asgrim merged 2 commits into1.4.xfrom
1.3.x

Conversation

@asgrim
Copy link
Contributor

@asgrim asgrim commented Mar 2, 2026

PR submitter checklist

… a PHP project

Previously, the `pie install` would invoke another instance of `pie`. However,
since this would always be run in a non-interactive shell, `sudo` prompts will
never work. I've changed this instead to use `InvokeSubCommand` which copies
the input params into the sub command, so it is all run in the same PIE process
and therefore retains the interactivity (or lack thereof) of the shell it was
invoked from.
…subcommand-for-interactivity

517: fix inability to provide sudo prompt when using "pie install" on a PHP project
@asgrim asgrim added this to the 1.4.0 milestone Mar 2, 2026
@asgrim asgrim self-assigned this Mar 2, 2026
@asgrim asgrim added the bug Something isn't working label Mar 2, 2026
@asgrim asgrim merged commit 36fbea6 into 1.4.x Mar 2, 2026
47 checks passed
@asgrim asgrim deleted the 1.3.x branch March 2, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant