Sha256: e4ee1230c72ebc96b3b2ef58e329f05fdffce873bc5d7542bf8391e7835d1ef3

Contents?: true

Size: 671 Bytes

Versions: 9

Compression:

Stored size: 671 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:
    webhook_url: https://hooks.slack.com/services/AABBCC
    channel: "#operations"
    teamname: myteam
    username: knife
```

#### api_token
Your Slack Webhook URL.

- Type: `String`

#### channel
The channel to post to.

- Type: `String`


#### username
The username to post as.

- Type: `String`

#### icon_url
The url for icon. ex. https://example.com/image.jpg, default: nil

- Type: `String`

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
knife-spork-1.7.2 plugins/Slack.md
knife-spork-1.7.1 plugins/Slack.md
knife-spork-1.7.0 plugins/Slack.md
knife-spork-1.6.3 plugins/Slack.md
knife-spork-1.6.2 plugins/Slack.md
knife-spork-1.6.1 plugins/Slack.md
knife-spork-1.6.0 plugins/Slack.md
knife-spork-1.5.1 plugins/Slack.md
knife-spork-1.5.0 plugins/Slack.md