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
Dockerfile
to have the latest updates from the Cartesi application templates. -
Change the
.sunodo
directory to.cartesi
. -
Modify the
.gitignore
file to ignore the.cartesi
directory instead of.sunodo
. -
If you have a
.sunodo.env
file, rename it to.cartesi.env
.