Method: ContainerShip::CLI#init

Defined in:
lib/container_ship/cli.rb

#init(cluster_name) ⇒ Object



9
10
11
# File 'lib/container_ship/cli.rb', line 9

def init(cluster_name)
  Command::InitCommand.new.run(cluster_name)
end