NAME:
drone repo ls - list all repos
USAGE:
drone repo ls [command options][arguments...]OPTIONS:
--format value format output
--org value filter by organization
以下是命令示例:
1
2
3
4
5
6
7
$ drone repo ls
octocat/hello-world
octocat/fork-spoon
github/gitignore
github/hubot
github/hub
按组织过滤输出:
1
2
3
4
5
$ drone repo ls --org=github
github/gitignore
github/hubot
github/hub