make-validator-info

Make Validator Info

Generates a validator info JSON file using the provided arguments.

Usage

movement sui validator make-validator-info [OPTIONS] <NAME> <DESCRIPTION> <IMAGE_URL> <PROJECT_URL> <HOST_NAME> <GAS_PRICE>

Arguments

  • <NAME>: The name of the validator.

  • <DESCRIPTION>: The description of the validator.

  • <IMAGE_URL>: The URL of the validator's image.

  • <PROJECT_URL>: The URL of the validator's project.

  • <HOST_NAME>: The host name of the validator.

  • <GAS_PRICE>: The gas price for the validator.

Options

  • --json: Returns command outputs in JSON format.

  • -h, --help: Prints help (see a summary with '-h').

  • -V, --version: Prints version.

Last updated