Examples (7)
Create a new Move project in the given folder
sui move new project_nameFind which parts of your code are covered from tests (i.e. explain coverage results)
Build the Move project in the current directory
sui move buildBuild the Move project from the given path
sui move build --path pathMigrate to Move 2024 for the package at the provided path
sui move migrate pathmade by @shridhargupta | data from tldr-pages