- Notifications
You must be signed in to change notification settings - Fork673
Closed
Labels
Description
Description of the problem, including code/CLI snippet
I want to usegitlab project create ...
to create a job and Initialize repository with a README,
but there is no options.
gitlab apihttps://docs.gitlab.com/ee/api/projects.html#create-project in create job has optioninitialize_with_readme
.
in the last i use this command create README .gitlab project-file create --project-id $(shell cat REPO_INFO | grep 'id' | sed 's/^id: //g') --file-path README.md --branch master --content '# makefile-init' --commit-message init-with-makefile
if there has better choice?
Expected Behavior
Actual Behavior
Specifications
- python-gitlab version:
- API version you are using (v3/v4):
- Gitlab server version (or gitlab.com):