The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Download submodules using BitBucket API rest (curl)

francisMadero
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 20, 2020

Hello,

I have a project (named ansible_playbook) in BitBucket that point to 3 submodules (in a .gitmodules file).

I download the code of this project, to a folder, using Bitbucket API like:

curl -u usr:pass 'https://URL/bitbucket/rest/api/latest/projects/XXX/repos/ansible_playbook/archive?at=refs/heads/develop&format=tar.gz' -o ansible_playbook.tar.gz

But this call doesn't download the code of the submodules. I know that with "git clone..." is easy to manage submodules, but in this case I'm obligated to use the API (curl ...).

How can I download all the code (project code and submodules code)?

Thanks you!

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events