We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d5dd4 commit 6dc4322Copy full SHA for 6dc4322
lib/interface/cli/commands/team/synchronize.cmd.js
@@ -35,7 +35,7 @@ const command = new Command({
35
required: false,
36
})
37
.option('disable-notifications', {
38
- describe: 'Disable email notifications for users',
+ describe: 'Disable email notifications of builds status for users',
39
alias: 'no-notify',
40
41
type: 'boolean',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.88.5",
+ "version": "0.88.6",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments