Gitlab Projects based on templates #2267
-
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.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I faced the same problem. The Gitlab API description says there is the option
and this worked fine. |
Beta Was this translation helpful? Give feedback.
I faced the same problem. The Gitlab API description says there is the option
--use_custom_template
as well as--group-with-project-templates-id
and--template-project-id
so I tried my luck withand this worked fine.