Feature request: add a pie config command (Composer-like config management) #714
FlorentPoinsaut
started this conversation in
Ideas
Replies: 1 comment
|
Hmm; I will have a look into this, as the Composer config should be what drives this (not FWIW, we do have precedence for a global PIE configuration (iirc there's only one setting so far anyway); that is something we could potentially accommodate, and override/augment the Composer config. I'll investigate, thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
PIE already supports configuration through pie.json (for example config.secure-http=false), but there is currently no dedicated CLI command to inspect or update configuration values.
It would be very helpful to add a pie config command, similar in spirit to composer config, to make config management easier, safer, and more scriptable.
Related context
Confirmed real-world case: setting config.secure-http to false in pie.json works as expected, but is currently manual.
All reactions