sui-move
Verified for current stable LTS
Sui Move Command: Build Move Project From Path
Use for build move project from path with Sui Move. Exact CLI syntax to build move project from path using Sui Move.
When to use this: Use for build move project from path with Sui Move.
Command Syntax
sui move build --path <path> sui move build --path <path> Command Breakdown
--path- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to build move project from path using Sui Move.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Sui Move Command: Build Move Project Current Directory
sui move build Sui Move Command: Create New Move Project sui move new <project_name> Sui Move Command: Explain Coverage Results sui move coverage source --module <module_name> Sui Move Command: Migrate To Move 2024 sui move migrate <path> Sui Move Command: Test Move Project Current Directory sui move test