https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4247b96ea5805cab20221395f87e6afbee6cf40b authored by Sylvain Ribstein on 20 December 2022, 08:51:59 UTC
proto/scoru: fix skip list valid_back_path
Tip revision: 4247b96
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:

::

   octez-admin-client man -verbosity 3

The rest of this page documents the protocol-independent tools.
The protocol-dependent tools are documented :doc:`here <../active/cli-commands>`.


.. _admin_client_manual:

Admin-client manual
===================

.. raw:: html
         :file: ../api/octez-admin-client.html


.. _signer_manual:

Signer manual
=============

.. raw:: html
         :file: ../api/octez-signer.html


.. _benchmark_tool_manual:

Benchmark tool manual
=====================

.. raw:: html
         :file: ../api/octez-snoop.html


.. _codec_manual:

Codec manual
============

.. raw:: html
         :file: ../api/octez-codec.html


.. _node_manual:

Node manual
===========

The command line of the Tezos node is not currently documented as a web page, but
you can obtain it in Unix manual format by running the node with no arguments::

  octez-node

The above command briefly shows the available node commands.
Each command accepts its own set of options and arguments, see :doc:`../user/node-configuration`.
back to top