Upgrade

Upgrade is a command for upgrading all or specific parts of a project.

Help

Perform upgrade on existing projects

Usage:
  ply upgrade [command]

Available Commands:
  2party        Upgrade all 2party dependencies to project
  3party        Upgrade all 3party dependencies to project
  all           Upgrade everything in project
  dependency    Upgrade a specific dependency on a project
  deprecated    Remove and replace deprecated dependencies in a project
  interactive   Interactively upgrade the project
  kotlin        Upgrade kotlin version in project
  plugins       Upgrade all plugins found in project
  spring-boot   Upgrade spring-boot to the latest version
  with-versions Upgrade using mvn versions in a project

Flags:
      --cloud-sync      force cloud sync
      --dry-run         dry run does not write to pom.xml
  -h, --help            help for upgrade
  -r, --recursive       turn on recursive mode
      --stealth         use alternative pom.xml writer
      --target string   Optional target directory (default ".")

Global Flags:
      --debug   turn on debug output
      --doc     open documentation website
      --force   uses default for prompts
      --json    turn on json output logging

Use "ply upgrade [command] --help" for more information about a command.