Command Bot - Help Docs

Based on https://github.com/KILTprotocol/pipeline-scripts/tree/master

rev: 7af8863df939c8fbb5456313ea32697973c9d6ac

Running custom commands, like:
localbot command-name -v VAR=value id --argument=1 --argument=2

Or even multiple commands in one comment:
localbot clean
localbot command-name --argument=2
localbot command-name --argument=3

To add a new command:  

  1. Go to https://github.com/KILTprotocol/pipeline-scripts
  2. Add new command and open a PR.
  3. Read how to test the new command before merging.
  4. Merge. Then after merging the PR, it will be accessible without branch override.

Generates the help page & provides a link.

Example: localbot help

Clears bot comments in the PR.

Works in all repos

--all

Clears all bot comments in the PR, including human comments requesting a command-bot. 

Default: false 

Example: localbot clean