documentation: where to find list of all cli commands?
jdsika opened this issue · 2 comments
Hi team,
I wanted to start to play around with the client and realiszed that there is no documentation for it. Using -h just shows me:
cli 0.1.0
USAGE:
tezedge-client <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
address
delegate Delegate balance to baker
help Prints this message or the help of the given subcommand(s)
transfer Create a transaction
unsafe-delegate-local Delegate balance to baker using local wallet
unsafe-transfer-local Create a transaction using local wallet
The readme e.g. alread mentions the --endpoint command which is not part of the section above. I am missing commands known from the tezos-client like e.g. "bootstrapped". My expectation would be a section like here corresponding to the information of the --help section.
Best regards
Carlo
Hi Carlo,
Main help just shows general flags and commands. In order to view more details for a specific command, do: tezedge-client transfer --help
.
Only supported commands are listed there, so the bootstrapped
command is not implemented.
Also note that tezedge-client-s goal is not to be compatible with tezos-client and --endpoint
flag is there for commands that need to interact with the api, like transfer
and delegate
.
Hi,
Thanks for the answer. If you are a normal validator you need to implement the following features that I basically use:
- Register as delegate
- Delegation itself
- List connected ledgers (you check in general if the USB device is still connected)
- set block level of hardware device
- Bootstrapped command
- How many connections to other nodes
- Transfer
That is the basic set were I say: alright I drop tezos-client