brobot-cli

Simple CLI to allow Testing of brobot backend

Usage no npm install needed!

<script type="module">
  import brobotCli from 'https://cdn.skypack.dev/brobot-cli';
</script>

README

BRobot CLI

Simple Command-Line Tool to test a BRobot Backend.

Installation

  • `npm config set strict-ssl false``
  • npm config set @brobot:registry https://gitlab.br.de/api/v4/projects/310/packages/npm/
  • npm install -g @brobot/cli

Usage

Usage: brobot [options]

Options:

  • -V, --version: output the version number
  • -d, --debug: output extra debugging
  • -b, --backend BACKEND: Backend URL (default: "https://localhost:7501")
  • -c, --context CONTEXT: File to Save context (default: "/tmp/brobot-context.json")
  • -h, --help: display help for command

Then you may just chat with the bot.