sui-client
Verified for current stable LTS
Sui Client Command: Create New Testnet Environment
Use for create new testnet environment with Sui Client. Exact CLI syntax to create new testnet environment using Sui Client.
When to use this: Use for create new testnet environment with Sui Client.
Command Syntax
sui client new-env --rpc https://fullnode.testnet.sui.io:443 --alias testnet sui client new-env --rpc https://fullnode.testnet.sui.io:443 --alias testnet Command Breakdown
--rpc- Command Option
- Tool-specific option used by this command invocation.
--alias- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create new testnet environment using Sui Client.
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 Command: Create New Address Ed25519
sui client new-address ed25519 <address-alias> Sui Client Command: Create Sign Execute Transaction Blocks sui client ptb <options> <subcommand> Sui Client Command: Interact With Sui Faucet sui client faucet <subcommand> Sui Client Command: List Gas Coins sui client gas <address> Sui Client Command: Publish Smart Contract sui client publish <package-path>