https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5dab96bbc4c71968fa31d1cc89480c0b509a490e authored by Julien Coolen on 10 November 2023, 15:54:32 UTC
fix
Tip revision: 5dab96b
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_alpha:

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

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


.. _baker_manual_alpha:

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

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


.. _accuser_manual_alpha:

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