drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Add create project feature #1

Closed drewblessing closed 11 years ago

drewblessing commented 11 years ago

Per FFForever, it would be nice to have the ability to create a new project and import from a public repo like you can in the UI.

baschny commented 11 years ago

+1 on that!

dblessing commented 11 years ago

Creating a new project will definitely be in the 2.1 release, coming soon. Although, I'm not certain that it will be possible to import from another repo. I haven't quite figured a way for that to be possible. Everything we do must be available in the GitLab API because we don't have direct access to the GitLab server FS. I'm open to suggestions if someone has ideas. Thanks.