Class: AppTap::CLI::Foreman

Inherits:
Thor
  • Object
show all
Includes:
Helpers, Thor::Actions
Defined in:
lib/apptap/cli/foreman.rb

Instance Method Summary collapse

Methods included from Helpers

#app_config_path, #app_procfile_path, #brew_bin, #brew_command, #brew_dir, #brew_install_path, #brew_repo_url, #filter_config, #load_config, #procfile_config_end_token, #procfile_config_start_token

Instance Method Details

#startObject



13
14
15
16
# File 'lib/apptap/cli/foreman.rb', line 13

def start
  run "foreman start -f #{app_procfile_path}"
  # Process.exec "foreman -f #{app_procfile_path}"
end