https://gitlab.com/tezos/tezos
Raw File
Tip revision: 85e9d7cc7d205511e47de8ba2b5a4be0eb864166 authored by mujx on 26 October 2021, 13:11:55 UTC
CI: Use a Gitlab native solution to find changed files
Tip revision: 85e9d7c
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_alpha:

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

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


.. _baker_manual_alpha:

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

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


.. _endorser_manual_alpha:

Endorser manual
===============

.. raw:: html
         :file: tezos-endorser.html


.. _accuser_manual_alpha:

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

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