# File lib/rhc/commands/team.rb, line 38
    def create(name)
      say "Creating team '#{name}' ... "
      rest_client.add_team(name)
      success "done"

      info "You may now add team members using the 'rhc add-member' command"

      0
    end