Version
- Getting started
- Overview
- Installation
- Commands
- Lightning approach workflow
- Configuration
- How to use
- Fingerprinting options and staging environments
- S3 asset uploads
- Overview
- Example Sinatra app
- Example Node app
- Custom adapters
- Overview
- Existing custom adapters
- Index adapters
- Asset adapters
- Tagging adapters

How to use
This is an example of how one would use this addon to deploy an ember-cli app:
ember deploy --environment production
ember deploy:list --environment production
(this will print out a list of revisions)ember deploy:activate --revision <your-app-name>:44f2f92 --environment production