Class: Zapnito::Cli::Commands::Theme

Inherits:
Thor
  • Object
show all
Defined in:
lib/zapnito/cli/commands/theme.rb

Instance Method Summary collapse

Instance Method Details

#addObject



12
13
14
15
# File 'lib/zapnito/cli/commands/theme.rb', line 12

def add
  tenant_slug = Questions.which_slug?(api_token)
  Services.local.create_theme!(tenant_slug)
end