Raw File
cli-commands.rst
**********************
Command Line Interface
**********************

This document is a prettier output of the documentation produced by
the command ``man`` of the different Tezos binaries. You can obtain similar pages
using shell commands such as (:ref:`indicating the appropriate protocol <tezos_client_protocol>`):

::

   tezos-client -protocol <protocol_hash> man -verbosity 3

The rest of this page documents the protocol-dependent tools.
The protocol-independent tools are documented :doc:`here <../shell/cli-commands>`.


.. _client_manual:
.. _client_manual_jakarta:

Client manual
=============

.. raw:: html
         :file: tezos-client.html


.. _baker_manual:
.. _baker_manual_jakarta:

Baker manual
============

.. raw:: html
         :file: tezos-baker.html


.. _accuser_manual:
.. _accuser_manual_jakarta:

Accuser manual
==============

.. raw:: html
         :file: tezos-accuser.html
back to top