Simple wrapper for the divshot-cli package. Allows usage of divshot deployment from an ember-cli app with ease.
Divshot has joined the Firebase team, and the existing divshot package and deployment system will be going away soonish. Due to this change, ember-cli-divshot is deprecated.
See https://www.firebase.com/blog/2015-10-13-divshot-joins-firebase.html for more details.
From within your Ember CLI application run:
npm install --save-dev ember-cli-divshotFrom within your Ember CLI application run:
ember generate divshotember 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=developmentThe 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 available options)
ember divshot push production --token OAUTH_TOKENnpm test
MIT