Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-deploy-netlify-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-netlify-cli

Netlify CLI integration for ember-cli-deploy

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-deploy-netlify-cli

Integrate your deploy pipeline with netlify manual deploys using netlify-cli.

Compatibility

  • ember-cli-deploy v1.0 or above
  • Node.js v8 or above

Installation

ember install ember-cli-deploy-netlify-cli

Usage

Add plugin config to your config/deploy.js:

{
  'netlify-cli': {
    siteId: 'netlify-site-id',
    authToken: process.env.NETLIFY_AUTH_TOKEN
  }
}

Extra config:

  • promoteToProd (DEFAULT: true) - Promote deploy to production
  • functionsDir - (DEFAULT: '') - Specify a functions folder to deploy
  • destDir (DEFAULT: ember dist) - Specify a folder to deploy
  • message (DEFAULT: app version) - Specify a deploy message

Optionally you can set revision type to version-commit to have unified versioning pattern:

{
  'revision-data': {
    type: 'version-commit'
  }
}

Leave the rest for netlify-cli ;) Deploy! 🚀✌️

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 22 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc