Uploaded image for project: 'Magnolia CLI'
  1. Magnolia CLI
  2. NPMCLI-138

Add support for Now bundles

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.2.0
    • None
    • None
    • Yes
    • Yes

      Context
      The Now bundle is based on the EE bundle with some differences. Because of these differences, it is not possible to use the EE bundle that is fetched by the CLI. For this reason the CLI must download a specific development bundle for Now.

      Acceptance Criteria

      1. Given a customer developer with a proper license and maven credentials (for nexus access)
        When
        • Executing this command then the CLI downloads and starts the latest now EE bundle (which is today 5.5.6)
          mgnl jumpstart -c
          
        • Executing this command then the CLI downloads and starts the now EE bundle 5.5.5
          mgnl jumpstart -c -m 5.5.5
          
        • Executing this command then the CLI must return an error message similar to "The version provided cannot be found"
          mgnl jumpstart -c -m 7.0
          
      2. Given a customer developer without maven credentials
        When executing the CLI to downoad the latest Now dev bundle
        Then the CLI exists with an error message similar to "Invalid credentials to access nexus, please contact your Magnolia account manager"

      Notes

        Acceptance criteria

              jsimak Jaroslav Simak
              nbarbe Magnolia International
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD