Skip to content

Slack bot to check the status of a feature both in QA and Live.

License

Notifications You must be signed in to change notification settings

felipecruz91/feature-switch-slack-bot

Repository files navigation

Jarvis - Feature Switch Slack Bot developed in Golang

Build Status codecov Go Report Card License: MIT

Setup the environment variables in my_env.list

SLACK_TOKEN=token Z_AUTH_KEY_QA=authKey EXP_API_URL_QA=expApiUrl

Compile go source code

CGO_ENABLED=0 GOOS=linux go build -a --installsuffix cgo --ldflags="-s" -o app

Build docker image

docker build -t feature-switch-slack-bot -f Dockerfile .

Run docker image in a container

docker run --rm -d --env-file ./my_env.list feature-switch-slack-bot

About

Slack bot to check the status of a feature both in QA and Live.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages