• 0.2.0 1c86362e64

    blallo released this 2019-02-20 18:16:25 +01:00 | 59 commits to master since this release

    Now a command line is provided to spawn and interact with a daemon: bot_z.

    Usage: bot_z [OPTIONS] COMMAND [ARGS]...
    
      Group cli.
    
    Options:
      -d, --debug         Enable debug mode.
      --no-headless       Start the clients in foreground.
      -v, --verbose       More verbose output from this cli.
      -f, --fifo TEXT     Path to the control fifo.
      -w, --workdir PATH  The working dir where to launch the daemon and where the
                          lockfile is put.
      --help              Show this message and exit.
    
    Commands:
      checkin       Checks in on a logged in client.
      checkout      Checks out on a logged in client and checked in client.
      list          Lists the clients attached
      login         Logs a client in using the provided credentials.
      logout        Logs a logged in client out.
      reload        Resets a client to a clean state (discards the session).
      start         Starts a client.
      start-daemon  Invokes daemon_process for the first time.
      status        Displays basic info on the state of a client.
      stop          Stops a client.
      stop-daemon   Stops all the clients and shuts down the daemon.
    
    Downloads