Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1023 Bytes

maintenance.md

File metadata and controls

56 lines (36 loc) · 1023 Bytes

heroku maintenance

enable/disable access to app

heroku maintenance

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

heroku maintenance:off

take the app out of maintenance mode

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

heroku maintenance:on

put the app into maintenance mode

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