Skip to content

Commit c5ca1d1

Browse files
change sync doc (#220)
1 parent 155f713 commit c5ca1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const command = new Command({
2323
alias: 'tk',
2424
required: false,
2525
})
26-
.example('codefresh synchronize teams [clientName] -t [clientType] -tk [accessToken]', 'Synchronize team with group');
26+
.example('codefresh synchronize teams [client-name] -t [client-type] -tk [accessToken]', 'Synchronize team with group');
2727
},
2828
handler: async (argv) => {
2929
console.log(JSON.stringify(await team.synchronizeClientWithGroup(argv['client-name'], argv.t, argv['access-token']), null, 2));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.75",
3+
"version": "0.8.76",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)