https://gitlab.com/tezos/tezos
Raw File
Tip revision: 459fd4afda2c9c29590dd2c76f83d4788f22d72d authored by Hans Hoglund on 17 October 2022, 09:49:41 UTC
Scoru: Wasm PVM: Add input_output kernel to test/integration/wasm_kernel
Tip revision: 459fd4a
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>`):

::

   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