Skip to content

Commit 09c05ca

Browse files
authored
hide download-logs command (#396)
1 parent 94cbc43 commit 09c05ca

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

RELEASENOTES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Add `download-logs` command to download migration logs
21
- Increased download/upload timeouts when migrating from GHES (some customers were hitting timeout errors with large repos and/or slow connections)

src/ado2gh/Commands/DownloadLogsCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ HttpDownloadService httpDownloadService
2828
_httpDownloadService = httpDownloadService;
2929

3030
Description = "Downloads migration logs for migrations.";
31+
IsHidden = true;
3132

3233
var githubOrg = new Option<string>("--github-org")
3334
{

src/gei/Commands/DownloadLogsCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ HttpDownloadService httpDownloadService
2828
_httpDownloadService = httpDownloadService;
2929

3030
Description = "Downloads migration logs for migrations.";
31+
IsHidden = true;
3132

3233
var githubTargetOrg = new Option<string>("--github-target-org")
3334
{

0 commit comments

Comments
 (0)