mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-03 18:38:29 +02:00
added migrate command (#587)
Relates to #22, but adds in all the necessary flags. I tested it manually with some scripting and it works as intended. Signed-off-by: Sienna Lloyd <sienna@linux.com> Co-authored-by: techknowlogick <techknowlogick@gitea.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/587 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Sienna Lloyd <sienna@linux.com> Co-committed-by: Sienna Lloyd <sienna@linux.com>
This commit is contained in:

committed by
techknowlogick

parent
92d49e383d
commit
9e5db56dcf
@ -28,6 +28,7 @@ var CmdRepos = cli.Command{
|
||||
&repos.CmdRepoCreate,
|
||||
&repos.CmdRepoCreateFromTemplate,
|
||||
&repos.CmdRepoFork,
|
||||
&repos.CmdRepoMigrate,
|
||||
},
|
||||
Flags: repos.CmdReposListFlags,
|
||||
}
|
||||
|
Reference in New Issue
Block a user