Allow ssh info command to list repositories available #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Author: @xdch47
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 https://github.com/go-gitea/gitea/issues/5124)
Author: @lunny
I think we can implement both
tea repos
andssh git@gitea.gitea.io info
.Author: @root360-AndreasUlm
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.
The following features for listing are currently on my roadmap:
Regards,
Andreas
Author: @root360-AndreasUlm
I created an initial pull request with the ability to list all repositories the provided login has access to.
Currently it is printing repo-fullname, repo-mode, repo-SSH-URL and repo-owner-username.
Author: @root360-AndreasUlm
I implemented the filter flags into the list subcommand.
The main command 'tea repo' does not allow filtering but list all repos visible to the running user.
created PR #44
6543 referenced this issue2019-11-03 04:29:58 +00:00
6543 referenced this issue2019-11-03 04:30:11 +00:00