This repository has been archived by the owner on May 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Allow ssh info command to list repositories available #3
Labels
enhancement
New feature or request
Comments
I think we can implement both |
Hi, I'd like to work on the feature to manage repositories as we want to use 'tea' in our company to managed repositories. My initial focus would be listing of repositories.
Regards, |
root360-AndreasUlm
added a commit
to root360-AndreasUlm/tea
that referenced
this issue
Apr 15, 2019
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
I created an initial pull request with the ability to list all repositories the provided login has access to.
|
root360-AndreasUlm
added a commit
to root360-AndreasUlm/tea
that referenced
this issue
Apr 28, 2019
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
I implemented the filter flags into the list subcommand. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Certain other repository management tools, such as Gitolite, allow a user to see what repositories they have access to by passing info to the SSH command.
For example, ssh git@git.gitea.io info
The result is a list of repositories.
This is really useful not only for command-line users but also for quickly verifying what access someone has.
Could Gitea support this?
(Moved from go-gitea/gitea#5124)
The text was updated successfully, but these errors were encountered: