1#bitmark-cli
2command line interface for issue, transfer bitmark
3
4```
5usage: bitmark-cli [options] <command> [params]
6       --help               -h            print this message
7       --verbose            -v            verbose result
8       --config=DIR         -c DIR       *bitmark-cli config folder
9       --identity=NAME      -i NAME       identity name [bitmark-identity]
10
11command params: (* = required)
12  setup                                   initialise bitmark-cli configuration
13       --network=NET        -n NET        bitmark|testing. Connect to which bitmark network [testing]
14       --connect=HOST:PORT  -x HOST:PORT *bitmarkd host/IP and port
15       --description=TEXT   -d TEXT      *identity description
16
17  generate                                new identity
18       --description=TEXT   -d TEXT      *identity description
19
20  issue                                   create and issue bitmark
21       --asset=NAME         -a NAME      *asset name
22       --description=TEXT   -d TEXT      *asset description
23       --fingerprint=TEXT   -f TEXT      *asset fingerprint
24       --quantity=N         -q N          quantity to issue [1]
25
26  transfer                                transfer bitmark
27       --txid=HEX           -t HEX       *transaction id to transfer
28       --receiver=NAME      -r NAME      *identity name to receive the transactoin
29
30  info                                    display bitmarkd status
31
32  version                                 display bitmark-cli version
33```
34