File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
- - Add ` download-logs ` command to download migration logs
2
1
- Increased download/upload timeouts when migrating from GHES (some customers were hitting timeout errors with large repos and/or slow connections)
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ HttpDownloadService httpDownloadService
28
28
_httpDownloadService = httpDownloadService ;
29
29
30
30
Description = "Downloads migration logs for migrations." ;
31
+ IsHidden = true ;
31
32
32
33
var githubOrg = new Option < string > ( "--github-org" )
33
34
{
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ HttpDownloadService httpDownloadService
28
28
_httpDownloadService = httpDownloadService ;
29
29
30
30
Description = "Downloads migration logs for migrations." ;
31
+ IsHidden = true ;
31
32
32
33
var githubTargetOrg = new Option < string > ( "--github-target-org" )
33
34
{
You can’t perform that action at this time.
0 commit comments