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

Show Files for Both Themes and Plugins #6

Open jwogrady opened 5 years ago

jwogrady commented 5 years ago

I would like src to contain all the files in wp-content and wp-config.

shry commented 5 years ago

This is possible in the latest version, you could use the project type of installation and the wp-content will be connected to your src folder. Take a look at all features of the config.yml here: https://docs.wordup.dev/config#configyml

Unfortunately direct access to the wp-config is not implemented yet, but you could change it and see it indirectly with wordup wpcli config. I will think about it, how i could implement the wp-config more easily :)