Migrating from Sunodo CLI
Follow these simple steps to migrate your application from Sunodo CLI to Cartesi CLI.
Uninstall Sunodo CLI
-
If installed using Homebrew:
brew uninstall sunodo -
If installed using NPM:
npm uninstall -g sunodo
Install Cartesi CLI
-
Install with Homebrew:
brew install cartesi/tap/cartesi -
Install with NPM:
npm install -g @cartesi/cli
Update Project Configuration
-
Modify your
Dockerfileto have the latest updates from the Cartesi application templates. -
Change the
.sunododirectory to.cartesi. -
Modify the
.gitignorefile to ignore the.cartesidirectory instead of.sunodo. -
If you have a
.sunodo.envfile, rename it to.cartesi.env.