Sha256: 841f8f84277106c538f9c5a31e3a30dd1d54ad93e5cafc6dc3d17054aee0ca33

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 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`

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

- Type: `String`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knife-spork-1.4.2 plugins/Slack.md