silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

Optionally pull in website code #1

Open sminnee opened 11 years ago

sminnee commented 11 years ago

As well as the git details, it should be possible to pull in the website code.

The following flag arguments probably make sense:

--assets --db --git-remote --code

If git data is being pulled in separately, then code can probably exclude .git.

sminnee commented 11 years ago

If an sspak is being built from a site that is a git repo, it could make sense only to include stuff that is checked into git, since that will exclude any junk from what would otherwise be a clean release.

However, composer dependencies would definitely need to be included, and then that begs the question "why the arbitrary exception?".