- 
                Notifications
    You must be signed in to change notification settings 
- Fork 570
          feat: add --peer-address flag to network chain join command
          #2921
        
          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
Conversation
| @lubtd I added the flag during a debugging session and I thought of making a PR for it in case is something we want for the command, otherwise you can close it. | 
| 
 Thanks for the PR. Yes, this feature is still highly since  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per Thomas comment, we should not ask for the address in the prompt if provided through the flag
…te#2921) * feat: add `--peer-address` flag to `network chain join` command * chore: change join command to skip prompt when peer address flag is set Co-authored-by: Alex Johnson <alex@shmeeload.xyz>
The PR add a new
--peer-addressto thenetwork chain joincommand to allow users to skip the interactive "Peer's address" prompt.