sui-move
Verified for current stable LTS
Sui Move Commands
Sui Move command syntax with verified terminal examples.
Commands
7 commands for Sui Move
sui-move Operations
Sui Move Command: Build Move Project Current Directory
sui move build sui-move Operations
Sui Move Command: Build Move Project From Path
sui move build --path <path> sui-move Operations
Sui Move Command: Create New Move Project
sui move new <project_name> sui-move Operations
Sui Move Command: Explain Coverage Results
sui move coverage source --module <module_name> sui-move Operations
Sui Move Command: Migrate To Move 2024
sui move migrate <path> sui-move Operations
Sui Move Command: Test Move Project Current Directory
sui move test sui-move Operations
Sui Move Command: Test Move Project With Coverage
sui move test --coverage; sui move coverage summary Suggest a Sui Move Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Sui Move workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.