``` lab project create --namespace 7 # Even better: lab project create group/repo ``` The GitLab API seems to require a numeric namespace identifier, which needs to be looked up. We might want to implement a `groups` command too.
The GitLab API seems to require a numeric namespace identifier, which needs to be looked up. We might want to implement a
groupscommand too.