Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add "npm view @magnolia/cli versions"

...

To display a list of released versions of Magnolia CLI, enter the following command in a shell:

Code Block
npm view @magnolia/cli versions

Besides a version list, the following command will show additional information about the Magnolia CLI package:

Code Block
npm info @magnolia/cli

Installing the latest version

...