Version
- Getting started
- Overview
- Installation
- Quick start
- The Deploy Pipeline
- Overview
- Pipeline Hooks
- The Deployment Context
- Plugins
- Overview
- Plugins
- Plugin Packs
- Writing a plugin
- Configuration
- Overview
- Aliasing Plugins
- dotEnv Support
- Fingerprinting
- Usage
- Overview
- Development Workflow
- Deployment Strategies
- Overview
- The Lightning Strategy
- Examples
- Lightning Strategy
- Upgrading
- Apps
- Plugins

Installation
ember-cli-deploy is just an Ember CLI addon so it’s super easy to install:
ember install ember-cli-deploy
But ember-cli-deploy doesn’t do much by itself. You also need to install plugins to actually do the deployment work.
Jump on over to the Plugins Overview to understand how plugins work. When you feel comfortable with the concept of a plugin, you can see the list of those that are currently available on the Plugins Page.