bin/sauce in sauce-2.3.2 vs bin/sauce in sauce-2.3.3
- old
+ new
@@ -44,11 +44,11 @@
def usage
"Usage: #{commandparser.program_name}configure USERNAME ACCESS_KEY"
end
end
configure = ConfigureCommand.new('configure', false)
-configure.short_desc = "Configure Sauce OnDemand credentials"
+configure.short_desc = "Configure Sauce Labs credentials"
configure.set_execution_block do |args|
if args.length < 2
puts configure.usage
exit 1
end
@@ -63,10 +63,10 @@
end
cmd.add_command(configure)
#create
create = CmdParse::Command.new('create', false)
-create.short_desc = "Create a new Sauce OnDemand account"
+create.short_desc = "Create a new Sauce Labs account"
create.set_execution_block do |args|
puts "Let's create a new account!"
username = ask("Username: ")
password = ask("Password: ") { |q| q.echo = "*" }
email = ask("Email: ")