sonarqube/enable-organizations.sh
Simon Brandhof 5b46dbd588 Rename enable_organizations.sh to enable-organizations.sh
for consistency with other scripts
2017-02-19 14:22:30 +01:00

6 lines
159 B
Bash
Executable File

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