https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4676cafde87ba67bab80b4189651fcb4b9a20329 authored by Romain Bardou on 19 November 2020, 16:45:06 UTC
Scripts: add activate-ebetanet.sh
Tip revision: 4676caf
cli-commands.rst
**********************
Command Line Interface
**********************

This document is a prettier output of the documentation produced by
the command line client's ``man`` command. You can obtain similar pages
using the following shell commands.

::

   tezos-client -protocol ProtoALphaALph man -verbosity 3
   tezos-admin-client man -verbosity 3


.. _client_manual:

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

.. raw:: html
         :file: tezos-client.html


.. _admin_client_manual:

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

.. raw:: html
         :file: tezos-admin-client.html


.. _signer_manual:

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

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


.. _baker_manual:

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

.. raw:: html
         :file: tezos-baker-alpha.html


.. _endorser_manual:

Endorser manual
===============

.. raw:: html
         :file: tezos-endorser-alpha.html


.. _accuser_manual:

Accuser manual
==============

.. raw:: html
         :file: tezos-accuser-alpha.html
back to top