You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]:projectname/app.git projectname
The text was updated successfully, but these errors were encountered:
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?
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 [email protected]:projectname/app.git projectname
The text was updated successfully, but these errors were encountered: