ec2ssh
ec2ssh copied to clipboard
dotfile is parsed twice when executing `udpate` command
dotfile is parsed twice when executing udpate command on v4.0.0.
- First time, it is parsed to get ssh config path
- https://github.com/mirakui/ec2ssh/blob/v4.0.0/lib/ec2ssh/command/update.rb#L15
- https://github.com/mirakui/ec2ssh/blob/v4.0.0/lib/ec2ssh/command.rb#L12-L18
- Second time, it is parsed to build host lines
- https://github.com/mirakui/ec2ssh/blob/v4.0.0/lib/ec2ssh/command/update.rb#L25-L31