bashbot plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.SLACK_TOKEN
: set this environment variable to authenticate Bashbot with your Slack workspaceBASHBOT_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
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.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Mathew Fleisch