sui-client-ptb
Verified for current stable LTS
Sui Client Ptb Command: Publish Move Package Transfer Upgrade Capability
Use for publish move package transfer upgrade capability with Sui Client Ptb. Exact CLI syntax to publish move package transfer upgrade capability using Sui Client Ptb.
When to use this: Use for publish move package transfer upgrade capability with Sui Client Ptb.
Command Syntax
sui client ptb --move-call sui::tx_context::sender --assign sender --publish "." --assign upgrade_cap --transfer-objects "[upgrade_cap]" sender sui client ptb --move-call sui::tx_context::sender --assign sender --publish "." --assign upgrade_cap --transfer-objects "[upgrade_cap]" sender Command Breakdown
--move-call- Command Option
- Tool-specific option used by this command invocation.
--assign- Command Option
- Tool-specific option used by this command invocation.
--publish- Command Option
- Tool-specific option used by this command invocation.
--transfer-objects- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to publish move package transfer upgrade capability using Sui Client Ptb.
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 Client Ptb Command: Call Move Function Package Module
sui client ptb --move-call p::m::f "<<type>}" args Sui Client Ptb Command: Make Move Vector Two Elements sui client ptb --make-move-vec "<u64>" "[1000,2000]" Sui Client Ptb Command: Split Gas Coin Transfer Address sui client ptb --split-coins gas "[1000]" --assign new_coins --transfer-objects "[new_coins]" @<address> Sui Client Ptb Command: Transfer Object To Address sui client ptb --transfer-objects "[<object_id>]" @<address>