]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge pull request #5531 from owncloud/upgrade-form-occ
authorAndreas Fischer <bantu@owncloud.com>
Thu, 31 Oct 2013 14:30:35 +0000 (15:30 +0100)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 31 Oct 2013 14:30:35 +0000 (15:30 +0100)
Add `occ upgrade` command.

* owncloud/upgrade-form-occ:
  Add some color to the occ upgrade output.
  Use "else if" to remove one level of indentation.
  Missed one write()->writeln(). Fixed.
  Use writeln() instead of write()
  Use the OutputInterface for output and return error codes.
  Move all upgrade routines into the command-line tool.
  Add `occ upgrade` command.


Trivial merge