sonarqube/enable-organizations.sh

6 lines
159 B
Bash
Raw Normal View History

#!/bin/bash
# the user "admin" becomes root and can create organizations
curl -XPOST -u admin:admin "http://localhost:9000/api/organizations/enable_support"