https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3aca0da6fd788c333f62be19953f348c98926d10 authored by Alain Mebsout on 18 May 2022, 15:03:19 UTC
Tezt/tests: small modifications in consequence
Tip revision: 3aca0da
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:

::

   tezos-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/tezos-admin-client.html


.. _signer_manual:

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

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


.. _benchmark_tool_manual:

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

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


.. _codec_manual:

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

.. raw:: html
         :file: ../api/tezos-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::

  tezos-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