Gitlab Projects based on templates #2267
Answered
by
raedma
nightHawk13998
asked this question in
Q&A
|
Hi, I am new to using this python wrapper and can't seem to figure out to create a project and have it use a custom template. I know the API supports using '--use-custom-template' but cant seem to figure out the correct call using this wrapper. If anyone has any suggestions that would be great.
|
Answered by
raedma
Sep 27, 2024
Replies: 1 comment
|
I faced the same problem. The Gitlab API description says there is the option and this worked fine. |
0 replies
Answer selected by
JohnVillalovos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I faced the same problem. The Gitlab API description says there is the option
--use_custom_templateas well as--group-with-project-templates-idand--template-project-idso I tried my luck withand this worked fine.