Skip to content

Commit

Permalink
documenting Heroku and Clearance flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Nov 23, 2011
1 parent d09ee5b commit 02a8bb0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -51,6 +51,25 @@ Suspenders also comes with:
* Rails' flashes set up and in application layout.
* A few nice time formats.

Heroku
------

You can optionally create Heroku staging and production apps:

suspenders app --heroku true

This has the same effect as running:

heroku create app-staging --remote staging --stack cedar
heroku create app-production --remote production --stack cedar

Clearance
---------

You can optionally not include Clearance:

suspenders app --clearance false

Dependencies
------------

Expand Down

0 comments on commit 02a8bb0

Please sign in to comment.