github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_jwt_sign.md (about)

     1  ## ioctl jwt sign
     2  
     3  Sign Json Web Token on IoTeX blockchain
     4  
     5  ### Synopsis
     6  
     7  Sign Json Web Token on IoTeX blockchain
     8  
     9  ```
    10  ioctl jwt sign [-s SIGNER] [-P PASSWORD] [-y] --with-arguments [INVOKE_INPUT] [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -y, --assume-yes              answer yes for all confirmations
    17    -l, --gas-limit uint          set gas limit (default 20000000)
    18    -p, --gas-price string        set gas price (unit: 10^(-6)IOTX), use suggested gas price if input is "0" (default "1")
    19    -h, --help                    help for sign
    20    -n, --nonce uint              set nonce (default using pending nonce)
    21    -P, --password string         input password for account
    22    -s, --signer string           choose a signing account
    23        --with-arguments string   pass arguments in JSON format
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29    -o, --output-format string   output format
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [ioctl jwt](ioctl_jwt.md)	 - Manage Json Web Token on IoTeX blockchain
    35  
    36  ###### Auto generated by docgen on 7-Mar-2022