Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acseo/docker-slack-cli
This very simple and tiny Docker image can be used to have a simple Slack Client.
https://github.com/acseo/docker-slack-cli
Last synced: 10 days ago
JSON representation
This very simple and tiny Docker image can be used to have a simple Slack Client.
- Host: GitHub
- URL: https://github.com/acseo/docker-slack-cli
- Owner: acseo
- Created: 2019-04-02T20:11:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T20:20:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T18:19:43.843Z (2 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Slack Cli
This very simple and tiny Docker image can be used to have a simple Slack Client.
It is based on the [Slack Cli](https://github.com/cleentfaar/slack-cli) Phar archive.
# Usage
```
$ docker run acseo/slack-cli chat:post-message \
general \
"This is a test" \
--username=AcmeBot \
--icon-emoji=truck \
--token=YOUR_SLACK_TOKEN
```You can generate your Slack Token [Here](https://api.slack.com/custom-integrations/legacy-tokens).
All the commands that you can run are described in the [slack-cli documentation](https://github.com/cleentfaar/slack-cli/blob/master/src/CL/SlackCli/Resources/doc/usage.md).