This tool is meant to migrate your Clickable 6 project to
Clickable 7. It covers
the Clickable config
and a possible Gitlab CI config (.gitlab-ci.yml
).
Run a full and interactive migration in your project directory:
bash
clickable-migration
Print the help message to learn about all features:
bash
clickable-migration --help
Make sure you have the Rust tool chain installed. To install the latest release run:
bash
cargo install clickable-migration