Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Create project based on template and allow namespace per full path #229

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jpatigny
Copy link

@jpatigny jpatigny commented Oct 8, 2020

Add possibility to :

  • Create project based on template (official or custom)
  • Set the namespace parameter as name or path

Examples :

New-GitLabProject -Path myproject -namespace mynamespace/repo
New-GitLabProject -Path myproject -namespace mynamespace/repo -template_name "myofficialtemplate" -use_custom_template $false
New-GitLabProject -Path myproject -namespace mynamespace/repo -template_name "mycustomtemplate" -use_custom_template $true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant