Socket
Socket
Sign inDemoInstall

ember-cli-update

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-update

Update Ember CLI Ember.js apps and addons


Version published
Weekly downloads
8.7K
increased by17.51%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-update

Greenkeeper badge npm version Build Status Build status

Update Ember CLI Ember.js apps and addons

Installation

As a global executable:

npm install -g ember-cli-update

As an Ember CLI command:

ember install ember-cli-update

Usage

Inside your project directory, either run

ember-cli-update

for global or

ember update

as an Ember CLI command.

This will update your app or addon to the latest Ember CLI version. It does this by grabbing your current installed Ember CLI version and looking up the latest version, then applying a diff of the changes to your project. You will probably encounter merge conflicts, in which your system's git merge tool will run.

Options

OptionDescriptionTypeExamplesDefault
--fromUse a starting version that is different than what is in your package.jsonString"2.9.1"
--toUpdate to a version that isn't latestString"2.14.1" "~2.15" "latest" "beta""latest"
--ignore-conflictHandle merge conflicts yourselfBooleanfalse

Hints

If you notice ".orig" files lying around after a merge and don't want that behavior, run git config mergetool.keepBackup false.

To avoid being prompted "Hit return to start merge resolution tool (vimdiff):" for every conflict, set a merge tool like git config merge.tool "vimdiff".

Keywords

FAQs

Package last updated on 11 Aug 2017

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