webdevops / clitools

:wrench: CliTools for Docker, PHP / MySQL development, debugging and synchonization
GNU General Public License v3.0
84 stars 13 forks source link

Add [-a|--app CODE] parameter to docker:create command #91

Open ghost opened 8 years ago

ghost commented 8 years ago

To enable one line installation with the new boilerplate stucture (using "app" instead of "code"-dir), an additional parameter "--app" (beside "--code") is needed.

After adding it, it could be used like this: ct docker:create --docker=typo3 --app=git@bitbucket.org:projectname/app.git projectname

josefglatz commented 8 years ago

Could you please create a PR for it?

kitzberger commented 8 years ago

Maybe simple switch it entirely from code to app? And/or how about making it configurable via a news setting in /etc/clitools.ini whether to use code or app?

josefglatz commented 8 years ago

We have actually old and new boilerplates running next to each other. Hmmm

What about adding both?

josefglatz commented 8 years ago

on it