Skip to content

Instantly share code, notes, and snippets.

@marshyski
Created February 6, 2015 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshyski/e1ddc901eacc0362c63c to your computer and use it in GitHub Desktop.
Save marshyski/e1ddc901eacc0362c63c to your computer and use it in GitHub Desktop.
Xebia Labs XL Deploy API Examples with cURL
curl -XPOST 'http://<xld-server>:<xld-port>/deployit/repository/ci/Applications/<ci>' --user 'some_username:some_password' -H "Content-type:application/xml" -d '<core.Directory id="Applications/ci"/>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment