List the repos under a GitLab namespace and its descendant groups if present
This was just thrown together to:
- Try to solve a problem I have with GitLab
- Play with rust a bit more
This needs a bit of love (See TO-DOs)
NAME
gitlab-ls - List the repos under a GitLab namespace and its descendant groups if present
USAGE
gitlab-ls <gitlab-server> <namespace-id>
OPTIONS
gitlab-server - The domain of the server to check against
namespace-id - The namespace to search
AUTH
Requires GITLAB_TOKEN env var to be set.
EXAMPLES
gitlab-ls gitlab.com bplaxco
- Get it to properly paginate projects in groups
- Clean up the code and make it actually nice
- Add unittests and better docs