1
0
Mirror von https://github.com/SonarSource/sonarqube.git synchronisiert 2024-07-21 12:50:34 +02:00
sonarqube/enable-organizations.sh
2018-06-12 20:21:01 +02:00

6 Zeilen
167 B
Bash
Ausführbare Datei

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