Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: unhid -c option in this copy

...

-p <path>

optional

The -p option for the jumpstart command specifies the path to the light modules root folder which is observed for changes, not to an alternative location for the bundle to be installed.

If no path is provided, the a default folder named light-modules is created in the current folder. Light modules are then created under this folder which is observed by Magnolia for changes.

The path to the light modules root folder is set by the magnolia.resources.dir  property in the magnolia.properties file of the installed Magnolia bundle.

-m <version>

optional

The desired version of the Magnolia bundle. If not provided, defaults to the latest version of the chosen bundle (magnolia-community-demo-bundle or magnolia-enterprise-pro-demo-bundle).

-i <name>

optional

If provided, a sample light module under the light modules root folder with the given name is created.

-e

optional (since 1.0.5)

Downloads a magnolia-enterprise-pro-demo-bundle. Requires credentials to Magnolia Nexus.

...

-c

optional (since 2.2.0)

Downloads a Magnolia Cloud bundle. Requires credentials to Magnolia Nexus.

Example

Code Pro
languagebash
mgnl jumpstart -e -m 5.4.5

...