nextcloud/lib/private/Console
Lee Garrett 9851c86c59 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-18 13:50:00 +00:00
..
Application.php Implement occ status command via return codes (Fixes: #35704) 2023-01-18 13:50:00 +00:00
TimestampFormatter.php Do not decorate the CLI output if it's explicitly turned off 2022-04-07 14:38:10 +02:00