# File lib/rhc/commands/domain.rb, line 45 def create(namespace) say "Creating domain '#{namespace}' ... " rest_client.add_domain(namespace, :allowed_gear_sizes => check_allowed_gear_sizes) success "done" info "You may now create an application using the 'rhc create-app' command" 0 end