{"tool":"cargo","tool_display":"Cargo","intent":"update-sui-from-source","intent_display":"update sui from source","title":"Cargo Command: update sui from source","command_string":"cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui","raw_command_string":"cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui","description":"Exact CLI syntax to update sui from source using Cargo.","usage_scenario":"Updating your SUI installation to the latest version from the testnet branch.","scenario_context":"Updating your SUI installation to the latest version from the testnet branch.","simulated_output":"Updating crates...\n   Compiling sui v0.1.0 (https://github.com/MystenLabs/sui.git?branch=testnet)\n    Finished dev [unoptimized + debuginfo] target(s) in 1.23s\n\nInstalled package 'sui' from source.","how_to_steps":["Open your terminal.","Run the command: cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui.","Verify the installation by checking the version of SUI."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/cargo/update-sui-from-source"}