]> source.dussan.org Git - nextcloud-server.git/commit
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)
commitc40515c33f80b8f5bf60c16bfc0d20dfddc80866
tree1868bddd2c03b1f17d7d49ee2486cc794cee9ae4
parenta4be1ebeb8e596a1f44eae546dbe872544a219f0
parent70111ea299dc52d373ccdbbb3f8a804ff12c6d22
Merge pull request #5531 from owncloud/upgrade-form-occ

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.