Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo npm install @magnolia/cli@2.1.0 -g 

Installing the latest

...

development version

The master branch on https://git.magnolia-cms.com/scm/build/npm-cli.git typically contains the version with the latest code. You may alternatively checkout the latest code and simply install it from source. (warning) However, please be aware that the official documentation does not cover the functionalities and changes of the unreleased versions.

...

Code Block
npm pack
sudo npm install ~/dev/cli3/npm-cli/magnolia-cli-3.0.0-snapshot<version>.tgz -g

Updating Magnolia CLI

...