cleos运行参数翻译
2018-04-26 本文已影响12人
剑有偏锋
./cleos -h
Command Line Interface to EOSIO Client
Usage: ./cleos [OPTIONS] SUBCOMMAND
Options:
-h,--help Print this help message and exit
=>打印帮助信息并推测
-H,--host TEXT=localhost the host where nodeos is running
=>nodeos运行时的ip/域名信息
-p,--port UINT=8888 the port where nodeos is running
=>nodeos运行时的端口信息
--wallet-host TEXT=localhost
the host where keosd is running
=>keosd运行时的ip/域名信息
--wallet-port UINT=8888 the port where keosd is running
=>keosd运行时的端口信息
-v,--verbose output verbose actions on error
=>出错时输出详细操作
Subcommands:
version Retrieve version information
=>返回版本信息
create Create various items, on and off the blockchain
=>创建各项,不管是在链上还是链下的时候
get Retrieve various items and information from the
blockchain
=>从区块链中检索各项和信息
set Set or update blockchain state
=>设置或更新区块链状态
transfer Transfer EOS from account to account
=>账户对账户转账EOS
net Interact with local p2p network connections
=>与本地p2p网络连接进行交互
wallet Interact with local wallet
=>与本地钱包连接进行交互
sign Sign a transaction
=>对交易签名
push Push arbitrary transactions to the blockchain
=>将任意交易推送到区块链