https://gitlab.com/tezos/tezos
Raw File
Tip revision: a84ce6c3ca80d27b489020d9e34613285cd4ef59 authored by Andrea Cerone on 31 January 2023, 20:05:13 UTC
Dac/Node: move storage out of manager module
Tip revision: a84ce6c
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
back to top