An open API service indexing awesome lists of open source software.

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

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
```