Class: Blend::CLI::CLI

Inherits:
Thor show all
Defined in:
lib/blend/cli.rb

Instance Method Summary collapse

Instance Method Details

#loginObject



16
17
18
# File 'lib/blend/cli.rb', line 16

def 
  Blend::CLI::Juice.new.
end

#logoutObject



11
12
13
# File 'lib/blend/cli.rb', line 11

def logout
  Blend::CLI::Juice.new.logout
end

#projectsObject



21
22
23
# File 'lib/blend/cli.rb', line 21

def projects
  Blend::CLI::Juice.new.projects
end