nextcloud/lib/private/Console
Lee Garrett fba906e34a Implement occ status command via return codes (Fixes: #35704)
Running `./occ status -e` will produce any output. However, it will:

exit 0 during normal operation,
exit 1 when in maintenance mode,
exit 2 when `./occ upgrade` is needed.

Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-01-03 10:58:07 +01:00
..
Application.php Implement occ status command via return codes (Fixes: #35704) 2023-01-03 10:58:07 +01:00
TimestampFormatter.php Do not decorate the CLI output if it's explicitly turned off 2022-04-07 14:38:10 +02:00