rlx-server(3) -- server commands
================================

## SYNOPSIS

Commands for operating on a couchdb server.

## COMMANDS

* `tasks [server]`:

Print active tasks.

* `stats [server]`:

Print statistics.

* `version [server]`:

Print version information for a server.

* `restart [server]`:

Restart a server.

* `log [bytes]`:

Print the tail of the logs for the current server. If bytes is specified but not an integer it is ignored.

* `uuids [count]`:

Print uuids generated by the currently selected server. If count is specified but not an integer it is ignored and the default will be used.

* `docs [server]`:

Opens the server HTML documentation in a browser, the browser command used is determined by the *browser* setting. This command first makes a HEAD request to check if the documentation is available on the specified server and if so, launches the documentation URL using the browser command.

Note that this command (unlike most network requests) does not follow redirects, this is by design as services such as cloudant(7) redirect the documentation URL to a page that is not the couchdb(7) documentation.

## BUGS

**rlx** is written in bash and depends upon `bash >= 4.2`.

## COPYRIGHT

**rlx** is copyright (c) 2013 muji <http://xpm.io>

## SEE ALSO

rlx(1), couchdb(3)
