Skip to content

Instantly share code, notes, and snippets.

@ylv-io
Created July 11, 2018 12:00
Show Gist options
  • Save ylv-io/fa01299ba91af7c2e98a5d76fbabc5a8 to your computer and use it in GitHub Desktop.
Save ylv-io/fa01299ba91af7c2e98a5d76fbabc5a8 to your computer and use it in GitHub Desktop.
cleos
ERROR: RequiredError: Subcommand required
Command Line Interface to EOSIO Client
Usage: cleos [OPTIONS] SUBCOMMAND
Options:
-h,--help Print this help message and exit
-u,--url TEXT=http://localhost:8888/
the http/https URL where nodeos is running
--wallet-url TEXT=http://localhost:8900/
the http/https URL where keosd is running
-r,--header pass specific HTTP header; repeat this option to pass multiple headers
-n,--no-verify don't verify peer certificate when using HTTPS
-v,--verbose output verbose actions on error
--print-request print HTTP request to STDERR
--print-response print HTTP response to STDERR
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
net Interact with local p2p network connections
wallet Interact with local wallet
sign Sign a transaction
push Push arbitrary transactions to the blockchain
multisig Multisig contract commands
system Send eosio.system contract action to the blockchain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment