littlerobots / version-catalog-update-plugin

Gradle plugin for updating a project version catalog
Apache License 2.0
566 stars 23 forks source link

Add interactive mode #72

Closed hvisser closed 2 years ago

hvisser commented 2 years ago

Support the --interactive command line option to versionCatalogUpdate. In this mode, updates are not written to the TOML file, but staged in a <name of toml>.updates.toml file. This file can then be inspected and edited to specify what updates to apply when the versionCatalogApplyChanges task is run.

Fixes #63