help

help命令用于查看 CACLI 具体用法。

命令用法

该命令没有参数。

示例

$ cacli help

Usage: cacli <command> <subcommand> [options] [args]

Commands:
    admin           Perform admin-specific tasks, such as setup, backup, etc.
    status          Print status of the CA
    version         Print version of current CLI tool
    help            Print this tips

Subcommands for admin:
    setup           Setup an uninitialized CA and backup unseal keys
    verify          Verify the correctness of backup unseal keys
    unseal          Authorize(Unseal) an unauthorized CA
    rekey           change root key in CA

options:
    --key-shares     total number of key shares, for setup and rekey
    --key-threshold  the threshold of key shares, for setup and rekey
    --init           start a CA progress, for unseal
    --participant    specify the number of participants in drills, for verify
    --nonce          the nonce CA generated
    --status         query the progress of CA operation
    --input          enter an unseal key
    --backup         backup an unseal key
    --verify         verify the unseal keys you backed up
    --cancel         cancel a process in CA

Here are a few examples of commands:

  Print tips of subcommands:
      $ cacli admin
      $ cacli admin setup
      $ cacli admin verify
      $ cacli admin unseal
      $ cacli admin rekey
  Print status of the CA:
      $ cacli status
  Print version:
      $ cacli version
  Print tips:
      $ cacli help