Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul committed May 1, 2018
1 parent f6706c5 commit 97834bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/commands/activate.version.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ActivateVersionCommand {
.string('--note <note>', {
desc: 'The activation notes.',
group: 'Options:',
required: true
required: false
})
.stringArray('--notify <emails>', {
desc: 'The comma separated email ids to get notification.',
Expand Down
3 changes: 2 additions & 1 deletion bin/commands/customrule.modify.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class ModifyCustomRuleCommand {
})
.file('--file <path>', {
desc: 'File with JSON rules',
mustExist: true
mustExist: true,
required: true
});
}

Expand Down
2 changes: 1 addition & 1 deletion templates/activation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"network": "",
"action": "ACTIVATE",
"method": "FAST",
"note":"",
"note":"Requested from CLI",
"notificationEmails":[],
"activationConfigs": [
{
Expand Down

0 comments on commit 97834bc

Please sign in to comment.