github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/docs/source/cli.rst (about)

     1  ..
     2     Copyright 2017 Intel Corporation
     3  
     4     Licensed under the Apache License, Version 2.0 (the "License");
     5     you may not use this file except in compliance with the License.
     6     You may obtain a copy of the License at
     7  
     8         http://www.apache.org/licenses/LICENSE-2.0
     9  
    10     Unless required by applicable law or agreed to in writing, software
    11     distributed under the License is distributed on an "AS IS" BASIS,
    12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13     See the License for the specific language governing permissions and
    14     limitations under the License.
    15  
    16  .. _cli-reference-label:
    17  
    18  *********************
    19  CLI Command Reference
    20  *********************
    21  
    22  The Sawtooth command-line interface (CLI) provides a set of commands to interact
    23  with Sawtooth services.
    24  
    25  This chapter shows the available options and arguments for each command and
    26  subcommand. The synopsis for each command shows its parameters and their usage.
    27  
    28  - Optional parameters are shown in square brackets
    29  - Choices are shown in curly braces.
    30  - User-supplied values are shown in angle brackets.
    31  
    32  This usage information is also available on the command line by using the
    33  ``-h`` or ``--help`` option.
    34  
    35  .. toctree::
    36     :maxdepth: 2
    37  
    38     cli/sawtooth.rst
    39     cli/sawtooth-validator.rst
    40     cli/sawtooth-rest-api.rst
    41     cli/sawadm.rst
    42     cli/sawnet.rst
    43     cli/sawset.rst
    44     cli/poet.rst
    45     cli/identity-tp.rst
    46     cli/intkey.rst
    47     cli/settings-tp.rst
    48     cli/xo.rst
    49  
    50  .. Licensed under Creative Commons Attribution 4.0 International License
    51  .. https://creativecommons.org/licenses/by/4.0/