vv
vv copied to clipboard
vv 2.0 - Roadmap, features, etc
vv 1.9.0 is complete and waiting to be released. Although this does not mean that 2.0 needs to be next, I believe we're at a good point to release a large update that would necessitate a major version number change.
Here are some things I'd like to tackle for 2.0.
- [ ] Re-evaluate the questions asked in the wizard. Should they be different, rephrased, more of them, less of them?
- [ ] Way to show all wizard options
- [ ] Add a way to save default options from the wizard and all flags
- [ ] Shortcut the re-provisioning process
- [ ] Add a way to easily add multisite sub-domains to config.
- [ ] Add more checking around ~/.vv-config, check if its writable/etc
- [ ] Fully support HGV
- [ ] Re-evaluate blueprints and the implementation to look for improvements.
- [ ] Create a unit-testing ready site, similar to the trunk implementation
- [ ] Add support for WPStarter
- [ ] Add support for site names/etc in the vv-completions of site remove
- [ ] Add support to tab-complete questions in wizard
- [ ] Improve xip.io support, output info when creating site
- [ ] Re-organize README. Either into GH wiki or into sub-files
Anyone have any other ideas / thoughts on features / fixes from a major version update?
That is awesome. Love the roadmap! Excited to have HGV support!
P.S. Just watched Hackers last week for the first time in years. :smile:
@jtsternberg made a good point about about defaults. look at apigen, build a way to pass in a file with a list defaults, maybe have a flag for what to prompt the user for.
also thinking about having named defaults, so could do a similar thing, but pass in the name of a set of defaults if you wanted
Would love to be able to pass a --config=/path/to/config which would be a file of all my ---flags set instead of calling them via the command line. APIGen would be good prior art.
Thanks for all of this. VV is super helpful to me every day.
I would love a way to get wp-content from local file system (where it's copied during the installation) and a possibility to get wp-content from a sftp location
It would be great to see automated SSL certificates as an option when creating sites in vv too.
I also agree that automating the SSL certs would be a great addition as that is constantly a fun part to deal with.