Introduction
Safely and easily put your Adonis application in maintenance mode.
# Put your application in maintenance
node ace down
# With a secret for bypass
node ace down --secret secretforbypass
# With a custom maintenance page
node ace down --template maintenance
# Come back live
node ace upFeatures
✔ Simple commands to quickly avoid burning the house
✔ Supports distributed architecture
✔ Render custom maintenance page
✔ Bypass maintenance mode with secret