Sympal Scripts Premature manual
It is a bit strange to write a manual before the features in that manual are all implemented, but I think it is an interesting workflow, to start off with documentation, because it gives me (developer) and my audience (potential users) a clear view of what Sympal Scripts will do. And it shows a clear todo for me too. Below are the common usage parameters and usage concepts. In reality some of the commands can take a lot of advanced parameters in addition to the listed command parameters.
Usage:
install.php Install new features in a multisite, or a new site.
--type [site|module|theme] Site installs a new multisite. Module installs a new module
--variables site=example.com user=Joe email=joe@example.com etc.
A name=value list of variables needed for installation of the module or site. Provide none to see a list of required values.
--fixtures directory-name Use the fixtures in the directory directory-name to preconfigure the site.
--dry-run Don't write anything, just output information
--verbose Be more verbose