You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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:
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
The text was updated successfully, but these errors were encountered: