display the current maintenance status of app
display the current maintenance status of app
USAGE
$ heroku maintenance
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
take the app out of maintenance mode
USAGE
$ heroku maintenance:off
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
put the app into maintenance mode
USAGE
$ heroku maintenance:on
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use