Skip to main content

After Installing the Helix CLI v2, you can migrate your project to v2 format.
1

Find and enter V1 project

cd path/to/v1-project
The path used above should be the path to the directory containing the old config.hx.json file.
2

Migrate project

helix migrate
This will migrate your project to v2 format.
3

Done 🎉

You can now start building your application on top of it.