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:
Sienna Lloyd
2023-09-11 06:27:48 +00:00
committed by techknowlogick
parent 92d49e383d
commit 9e5db56dcf
3 changed files with 213 additions and 0 deletions

View File

@ -28,6 +28,7 @@ var CmdRepos = cli.Command{
&repos.CmdRepoCreate,
&repos.CmdRepoCreateFromTemplate,
&repos.CmdRepoFork,
&repos.CmdRepoMigrate,
},
Flags: repos.CmdReposListFlags,
}