Class: DevboxLauncher::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/devbox_launcher/cli.rb

Constant Summary collapse

WAIT_BOOT_IN_SECONDS =
10.freeze
DEFAULT_IDENTIFY_FILE_PATH =
"~/.ssh/google_compute_engine".freeze
SSH_CONFIG_PATH =
File.expand_path("~/.ssh/config").freeze
CONFIG_PATH =
File.expand_path("~/.devbox_launcher.yml").freeze
CONFIG =
YAML.load_file(CONFIG_PATH).freeze

Instance Method Summary collapse

Instance Method Details

#start(account) ⇒ Object



14
15
16
# File 'lib/devbox_launcher/cli.rb', line 14

def start()
  Box.new(, options).start
end