Maintainer of Opsdroid
An open source chat bot framework written in python. It is designed to be extendable, scalable and simple.
This application is designed to take messages from chat services and execute python functions (skills) based on their contents.
Update cli tests to add the -f flag to logs
Refactor cli logs subcommand, ditch head/tail and add -f flag to logs
Read comment on cli logs changes
Raise PR with latest cli changes
Remove deprecated flags tests
Add head subcommand to the logs cli command
Add tail subcommand to logs cli command
Refactor cli commands - remove deprecated flags
Fix issue with cli command - open log if used different name than default
Add clear subcommand to clear the whole log file after confirmation from user
Create subcommands for cli command logs - view and clear
Close issues that had been tackled by some of the refactoring PRs
Update cli subcommand to handle success/failure
Replace -d flag with --verbose flag
Update PR that adds build subcommand to
Raise WIP PR that adds the build subcommand to the bot
Write test to cover new cli subcommand
Add flag to set debug level to true when building config
Test cli to build config without running the bot
Start discussion on how to best tackle an old issue
Revert some changes to cli PR