Closed yosiat closed 6 years ago
Now you can pass to slack only message, this commit enables passing multiple parameters.
message
For example:
> grunt slack:deployed --env "prod" --initiator "yosi"
and use it like this:
{ text: "Finished deployment {{env}} by {{initiator}}" }
@pwalczyszyn ?
Now you can pass to slack only
message
, this commit enables passing multiple parameters.For example:
and use it like this: