Class: Sambot::Commands::Workstation

Inherits:
BaseCommand show all
Defined in:
lib/sambot/commands/workstation.rb

Instance Method Summary collapse

Methods inherited from Thor

command_help

Instance Method Details

#configureObject



10
11
12
13
14
# File 'lib/sambot/commands/workstation.rb', line 10

def configure
  execute(need_dev_credentials: true, need_sudo_password: true) do
    DeveloperWorkflow::Workstation.configure(ENV['SAMBOT_DEV_PASSWORD'])
  end
end