taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-directory-cli.1.rst (1553B)


      1 taler-directory-cli(1)
      2 ######################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-directory-cli** - provide the taler-directory CLI interface
     10 
     11 
     12 Synopsis
     13 ========
     14 
     15 **taler-directory-cli**
     16 [**-c** *CHALLENGE* | **--challenge=**\ ‌\ *CHALLENGE*]
     17 [**-h** | **--help**]
     18 [**-s** | **--solve=**]
     19 [**-l** | **--link=**]
     20 [**-t** *ALIASTYPE* | **--alias-type=**\ \ *ALIASTYPE*]
     21 [**-p** *KEY* | **--public-key=**\ \ *KEY*]
     22 [**-a** *ALIAS* | **--alias=**\ \ *ALIAS*]
     23 [**-v** | **--version**]
     24 
     25 
     26 Description
     27 ===========
     28 
     29 **taler-directory-cli** is a command-line tool to provide the taler-directory CLI interface.
     30 
     31 Its options are as follows:
     32 
     33 **-c** *CHALLENGE* \| **--challenge=**\ ‌\ *CHALLENGE*
     34    Solve the activation challenge with *CHALLENGE*. Use with the -s flag.
     35 
     36 **-h** \| **--help**
     37    Print short help on options.
     38 
     39 **-s** \| **--solve**
     40    Generate the solution of a challenge. Use with the -c and -p flags.
     41 
     42 **-l** \| **--link**
     43    Generate a link that can be used for activation/validation. Use with the -c, -a and -t flags.
     44 
     45 **-t** *ALIASTYPE* \| **--alias-type=**\ \ *ALIASTYPE*
     46    The type of the alias.
     47 
     48 **-a** *ALIAS* \| **--alias=**\ \ *ALIAS*
     49    The alias.
     50 
     51 **-p** *KEY* \| **--public-key=**\ \ *KEY*
     52    The public key to generate the solution for.
     53 
     54 **-v** \| **–version**
     55    Print version information.
     56 
     57 
     58 See Also
     59 ========
     60 
     61 taler-directory-config(1), taler-directory-dbinit(1), taler-directory.conf(5).
     62 
     63 
     64 Bugs
     65 ====
     66 
     67 Report bugs by using https://bugs.taler.net or by sending electronic
     68 mail to <taler@gnu.org>.