Method: BooticCli::Commands::Themes#pull
- Defined in:
- lib/bootic_cli/commands/themes.rb
#pull ⇒ Object
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, ['public']) workflows.pull(local_theme, remote_theme, delete: ['delete'] || true) end end |