mathew-fleisch / asdf-bashbot

An asdf plugin for the chat ops tool Bashbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-bashbot Build Lint

bashbot plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.
  • SLACK_TOKEN: set this environment variable to authenticate Bashbot with your Slack workspace
  • BASHBOT_CONFIG_FILEPATH: set this environment variable to set the filepath + filename to the configuration json file
  • config.json: See examples directory for examples of the configuration json

Install

Plugin:

asdf plugin add bashbot
# or
asdf plugin add bashbot https://github.com/mathew-fleisch/asdf-bashbot.git

bashbot:

# Show all installable versions
asdf list-all bashbot

# Install specific version
asdf install bashbot latest

# Set a version globally (on your ~/.tool-versions file)
asdf global bashbot latest

# Now bashbot commands are available
bashbot version

Check asdf readme for more instructions on how to install & manage versions of asdf plugins.

For more information about bashbot, check the bashbot-example repository for deployment examples and the examples directory for configuration examples about extending Bashbot to your slack workspace.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Mathew Fleisch

About

An asdf plugin for the chat ops tool Bashbot

License:MIT License


Languages

Language:Shell 100.0%