https://github.com/ardaguclu/slack-oc-bot
Slack Bot to execute oc (and kubectl) commands
https://github.com/ardaguclu/slack-oc-bot
Last synced: 3 months ago
JSON representation
Slack Bot to execute oc (and kubectl) commands
- Host: GitHub
- URL: https://github.com/ardaguclu/slack-oc-bot
- Owner: ardaguclu
- License: apache-2.0
- Created: 2024-03-21T05:57:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T13:03:18.000Z (about 1 year ago)
- Last Synced: 2025-01-24T10:12:54.706Z (4 months ago)
- Language: Go
- Size: 3.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-oc-bot
Slack Bot to execute oc (and kubectl) commands## Usage
This is the way how you can run this Slack bot application;
```shell
$ podman run -rm -e "SLACK_APP_TOKEN=$SLACK_APP_TOKEN" -e "SLACK_AUTH_TOKEN=$SLACK_AUTH_TOKEN" quay.io/aguclu/slack-oc-bot
```