summaryrefslogtreecommitdiffstats
path: root/core/command
Commit message (Expand)AuthorAgeFilesLines
* Add some color to the occ upgrade output.Andreas Fischer2013-10-281-11/+11
* Use "else if" to remove one level of indentation.Andreas Fischer2013-10-281-13/+11
* Missed one write()->writeln(). Fixed.ringmaster2013-10-281-1/+1
* Use writeln() instead of write()ringmaster2013-10-281-11/+11
* Use the OutputInterface for output and return error codes.ringmaster2013-10-281-21/+30
* Move all upgrade routines into the command-line tool.ringmaster2013-10-281-1/+55
* Add `occ upgrade` command.ringmaster2013-10-241-0/+28
* new console command to generate sql migration scriptsThomas Müller2013-10-171-0/+45
* Add copyright, remove starting blank lineBart Visscher2013-09-191-0/+6
* Cleanup and more style fixesBart Visscher2013-09-021-7/+5
* Use more object oriented way for console commandsBart Visscher2013-09-011-0/+30