File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/interface/cli/commands/team Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const { team } = require('../../../../logic').api;
33const syncRoot = require ( '../root/synchronize.cmd' ) ;
44
55const command = new Command ( {
6- command : 'teams client-name' ,
6+ command : 'teams [ client-name] ' ,
77 aliases : [ 'team' , 'tm' ] ,
88 parent : syncRoot ,
99 description : 'Synchronize team with group' ,
@@ -14,12 +14,12 @@ const command = new Command({
1414 builder : ( yargs ) => {
1515 return yargs
1616 . option ( 'client-type' , {
17- describe : 'Client type like github' ,
17+ describe : 'Client type like github, okta, azure ' ,
1818 alias : 't' ,
1919 required : true ,
2020 } )
2121 . option ( 'access-token' , {
22- describe : 'Access token (for github personal access token )' ,
22+ describe : 'Github Personal Access Token that overrides the default one (Optional and only valid for Github )' ,
2323 alias : 'tk' ,
2424 required : false ,
2525 } )
You can’t perform that action at this time.
0 commit comments