wordup-dev / wordup-cli

Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
GNU General Public License v3.0
118 stars 16 forks source link

Allow to set a custom port on "init" #33

Open stefanobartoletti opened 4 years ago

stefanobartoletti commented 4 years ago

As reported by the docs, right now config.yml accepts a custom value for the port to be used on the current installation.

I think it would be useful to have an option on the init CLI where users are asked if they want to specify this value, without having to manually edit the config file afterwards, pretty much like it already does for other options (i.e. username, password, email).

shry commented 4 years ago

I will consider your idea, thank you :)

stefanobartoletti commented 4 years ago

Thanks to you, this tool is awesome, and I'm testing it quite extensively these days.