We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b9fca commit 372bb59Copy full SHA for 372bb59
lib/interface/cli/commands/team/synchronize.cmd.js
@@ -34,7 +34,7 @@ const command = new Command({
34
required: false,
35
})
36
.option('disable-notifications', {
37
- describe: 'Github Personal Access Token that overrides the default one (Optional and only valid for Github)',
+ describe: 'Disable email notifications for users',
38
alias: 'no-notify',
39
40
type: Boolean,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.32.0",
+ "version": "0.32.1",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments