https://gitlab.com/tezos/tezos
Raw File
Tip revision: b1556b6011aee0e976012d81e2a8b94e7b741ee7 authored by Gabriel Moise on 30 October 2023, 12:59:39 UTC
Prevalidator: Add probs in update_advertised_mempool_fields
Tip revision: b1556b6
cli-commands.rst
**********************
Command Line Interface
**********************

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

::

   octez-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_nairobi:

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

.. raw:: html
         :file: octez-client.html


.. _baker_manual:
.. _baker_manual_nairobi:

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

.. raw:: html
         :file: octez-baker.html


.. _accuser_manual:
.. _accuser_manual_nairobi:

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

.. raw:: html
         :file: octez-accuser.html

Smart rollup client manual
==========================

.. raw:: html
        :file: octez-smart-rollup-client.html

Smart rollup node manual
========================

.. raw:: html
        :file: octez-smart-rollup-node.html
back to top