chrism / ember-cli-deploy-log-url

Simple plugin to log out the URL after a successful deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-deploy-log-url

Simple plugin to log the URL after a successful deployment.

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-cli-deploy-log-url

Usage

Just add to ENV in your config/deploy.js file

'log-url': {
  url: 'http://example.com'
}

And after a successful deployment you will see the output in green with this URL for convenience.

+- didDeploy
|  |
|  +- log-url
|    - Successfully deployed
|    - http://example.com

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Simple plugin to log out the URL after a successful deployment

License:MIT License


Languages

Language:JavaScript 79.4%Language:HTML 20.0%Language:Handlebars 0.6%