0.1.7 • Published 10 years ago

ember-cli-divshot v0.1.7

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

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

0.1.7

10 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago