File tree 2 files changed +5
-1
lines changed
src/ado2gh/Commands/LockRepo
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
- Update ` bbs2gh inventory-report ` help text to document that personal repositories owned by users are not supported
2
+ - Update ` ado2gh lock-repo ` help text to document the scopes required for your Azure DevOps personal access token
Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ public LockRepoCommand() : base(
34
34
{
35
35
IsRequired = true
36
36
} ;
37
- public Option < string > AdoPat { get ; } = new ( "--ado-pat" ) ;
37
+ public Option < string > AdoPat { get ; } = new ( "--ado-pat" )
38
+ {
39
+ Description = "An Azure DevOps personal access token with the 'Identity -> Read' and 'Security -> Manage' scopes."
40
+ } ;
38
41
public Option < bool > Verbose { get ; } = new ( "--verbose" ) ;
39
42
40
43
public override LockRepoCommandHandler BuildHandler ( LockRepoCommandArgs args , IServiceProvider sp )
You can’t perform that action at this time.
0 commit comments