Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Installing the latest develpment version

...

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

Installing the latest develpment 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.

To install the latest version from the master, do the following after checking out the latest code:

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

Updating Magnolia CLI

If you have already installed the CLI and want to update to the latest version, use:

...