Skip to content

netMedi/sonar_slack_bot

Repository files navigation

sonar_slack_bot

Requirements

  • bash
  • bun
  • dotenvx
  • podman/docker (for local containered run)
  • secret_tool (for development only)

Install

secret_tool local # extract secrets`
npm install

Run

bun run dev:start # to start Slack bot (WIP)

bun run dev:cli # to start a CLI app for queries

Docker/Podman (Cloud)

# replace "podman" with "docker" in the below commands, if you need
podman build -t awesome_sonar_slack_bot_image -f ./Containerfile .
podman run --name sonar-slack-bot -it awesome_sonar_slack_bot_image

Compose (local)

# replace "podman" with "docker" in the below commands, if you need
podman-compose up -d # omit -d if you want compose to run in the foreground

# do your thing with the bot
# ...

podman-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •