Method: Ec2ssh::CLI#init

Defined in:
lib/ec2ssh/cli.rb

#initObject



14
15
16
17
18
19
20
# File 'lib/ec2ssh/cli.rb', line 14

def init
  check_dotfile_version
  command = make_command :init
  command.run
rescue MarkAlreadyExists
  red "Marker already exists in #{command.ssh_config_path}"
end