You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use this as part of a docker build but nothing I've tried seems to work to bypass input to the cargo-php install command programmatically.
It would help to have an option on cargo-php install like --yes | -y to bypass the prompt.
I've tried echo "y" | cargo-php install, cargo-php install <<< $'yes\n' etc but not luck.
The text was updated successfully, but these errors were encountered:
roborourke
added a commit
to roborourke/ext-php-rs
that referenced
this issue
May 4, 2022
* Allow passing `--yes` parameter to bypass prompts
Makes this tool usable in automated builds such as Docker containers.
Addresses #133
* Update readme and guides
* rustfmt
Co-authored-by: David Cole <david.cole1340@gmail.com>
Hi, I'm trying to use this as part of a docker build but nothing I've tried seems to work to bypass input to the
cargo-php install
command programmatically.It would help to have an option on
cargo-php install
like--yes | -y
to bypass the prompt.I've tried
echo "y" | cargo-php install
,cargo-php install <<< $'yes\n'
etc but not luck.The text was updated successfully, but these errors were encountered: