README.md in suspenders-1.21.0 vs README.md in suspenders-1.22.0
- old
+ new
@@ -123,9 +123,19 @@
which is how [Heroku's logging][heroku-logging] works.
[logging-gem]: https://github.com/heroku/rails_stdout_logging
[heroku-logging]: https://devcenter.heroku.com/articles/logging#writing-to-your-log
+You can optionally specify alternate Heroku flags:
+
+ suspenders app \
+ --heroku true \
+ --heroku-flags "--region eu --addons newrelic,pgbackups,sendgrid,ssl"
+
+See all possible Heroku flags:
+
+ heroku help create
+
## Git
This will initialize a new git repository for your Rails app. You can
bypass this with the `--skip-git` option: