Page MenuHomeDevCentral
Paste P166

How to automate new repo creation?
ActivePublic

Authored by dereckson on Feb 20 2016, 05:15.
Phabricator:
$ curl https://devcentral.nasqueron.org/api/repository.create \
-d api.token=api-token \
-d name=rabbitmqadmin%20Docker%20image \
-d vcs=git \
-d callsign=DRABBITMQADMIN \
-d uri=git%40github.com%3Anasqueron/docker-rabbitmqadmin.git \
-d credentialPHID=PHID-CDTL-snlfl36ctrej3oyqmbws
Issue is we don't have a method to create a new credential.

Event Timeline

dereckson edited the content of this paste. (Show Details)