0.1.7 • Published 11 years ago
ember-cli-divshot v0.1.7
Ember-cli-divshot
Simple wrapper for the divshot-cli package. Allows usage of divshot deployment from an ember-cli app with ease.
Usage
Installation
From within your Ember CLI application run:
npm install --save-dev ember-cli-divshotSetting up Divshot
From within your Ember CLI application run:
ember generate divshotDeploy
ember divshot pushBy default, the --environment=production option will be set for the Ember CLI build step. If
you'd like to specify the development environment, you can do so with the following command:
ember divshot push --environment=developmentSpecifying the Divshot environmnet
The default Divshot environment is development, however you can push directly to staging:
ember divshot push stagingOr production:
ember divshot push productionSpecifying the Divshot option arguments (see here for avalible options)
ember divshot push production --token OAUTH_TOKENContributing
Running Tests
npm test
License
MIT