1.7.0 • Published 9 months ago
generator-jhipster-migrate v1.7.0
JHipster Migrate Blueprint
A JHipster blueprint that helps you upgrade between JHipster versions.
Introduction
This is a JHipster blueprint, that is meant to be used in a JHipster application.
Prerequisites
For this JHipster blueprint, we expect you have an JHipster generated application.
Installation
To install or update this blueprint:
npm install -g generator-jhipster-migrateUsage
To use this blueprint, run the command:
jhipster-migrateA wizard/advanced mode is available running the command below:
jhipster-migrate --verboseCustomize generation by providing custom CLI arguments
Custom CLI argments is allowed using CLI or prompts (using --verbose).
jhipster-migrate --target-cli-options "--db postgresql"Configuration changes
The upgrade process can be paused in the middle to allow you to change configurations like updating the database type. Usage:
jhipster-migrate --verbose3-way merge diff
3-way merge diff is supported differently from jhipster upgrade.
It can be optionally enable using:
jhipster-migrate --verbosePackage.json merge
A tool that merges package.json files can be optionally enabled using:
jhipster-migrate --verbose