Skip to content

Commit c52d00a

Browse files
Saas 370 (#219)
* change documentation * change release version
1 parent 2193f55 commit c52d00a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/interface/cli/commands/team/synchronize.cmd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { team } = require('../../../../logic').api;
33
const syncRoot = require('../root/synchronize.cmd');
44

55
const 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
})

0 commit comments

Comments
 (0)