ember-cli-divshot

0.1.7 • Public • Published

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-divshot

Setting up Divshot

From within your Ember CLI application run:

ember generate divshot

Deploy

ember divshot push

By 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=development

Specifying the Divshot environmnet

The default Divshot environment is development, however you can push directly to staging:

ember divshot push staging

Or production:

ember divshot push production

Specifying the Divshot option arguments (see here for avalible options)

ember divshot push production --token OAUTH_TOKEN

Contributing

Running Tests

  • npm test

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-divshot

Weekly Downloads

5

Version

0.1.7

License

MIT

Last publish

Collaborators

  • rwjblue