Sha256: 741c66e6c6b6f653f30735b9171c397f7d7a5454b7120f5c45943a28fb026aed

Contents?: true

Size: 632 Bytes

Versions: 2

Compression:

Stored size: 632 Bytes

Contents

Slack
=======
Slack posts messages to your Slack client.

Gem Requirements
----------------
This plugin requires the following gems:

```ruby
gem 'slack-notifier'
```

Hooks
-----
- `after_upload`
- `after_promote`

Configuration
-------------
```yaml
plugins:
  slack:
    api_token: ABC123
    channel: "#operations"
    teamname: myteam
    username: knife
```

#### api_token
Your Slack API token.

- Type: `String`

#### channel
The channel to post to.

- Type: `String`

#### teamname
The teamname of the slack account. ex. https://TEAMNAME.slack.com

- Type: `String`

#### username
The username to post as.

- Type: `String`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knife-spork-1.4.1 plugins/Slack.md
knife-spork-1.4.0 plugins/Slack.md