Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: where to find list of all cli commands? #4

Open
jdsika opened this issue Nov 24, 2021 · 2 comments
Open

documentation: where to find list of all cli commands? #4

jdsika opened this issue Nov 24, 2021 · 2 comments

Comments

@jdsika
Copy link

jdsika commented Nov 24, 2021

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

@binier
Copy link
Contributor

binier commented Nov 25, 2021

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.

@jdsika
Copy link
Author

jdsika commented Nov 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants