Method: BooticCli::Commands::Themes#pull

Defined in:
lib/bootic_cli/commands/themes.rb

#pullObject



36
37
38
39
40
41
# File 'lib/bootic_cli/commands/themes.rb', line 36

def pull
  within_theme do
    local_theme, remote_theme = theme_selector.select_theme_pair(default_subdomain, current_dir, options['public'])
    workflows.pull(local_theme, remote_theme, delete: options['delete'] || true)
  end
end