Migrações Comuns
Bootstrap inicial
gfrm setup
GitLab para GitHub
gfrm migrate \
--source-provider gitlab \
--source-url "https://gitlab.com/group/project" \
--target-provider github \
--target-url "https://github.com/org/repo"
GitHub para Bitbucket Cloud
gfrm migrate \
--source-provider github \
--source-url "https://github.com/org/repo" \
--target-provider bitbucket \
--target-url "https://bitbucket.org/workspace/repo"
Preview com dry-run
gfrm migrate \
--source-provider gitlab \
--source-url "https://gitlab.com/group/project" \
--target-provider github \
--target-url "https://github.com/org/repo" \
--dry-run
Saída JSON para automação
gfrm migrate \
--source-provider gitlab \
--source-url "https://gitlab.com/group/project" \
--target-provider github \
--target-url "https://github.com/org/repo" \
--json \
--no-banner \
--quiet