diff --git a/docs/reference/cli/subcommands.md b/docs/reference/cli/subcommands.md index 074fa2d..b1a5347 100644 --- a/docs/reference/cli/subcommands.md +++ b/docs/reference/cli/subcommands.md @@ -2195,6 +2195,70 @@ watermark-repair.slot: 20000 Low watermark to set the block slot to. +#### `remove-high-watermark` + + + +# Syntax + +```bash +--remove-high-watermark= +``` + +# Example + +```bash +--remove-high-watermark=true +``` + +# Environment variable + +```bash +WEB3SIGNER_REMOVE_HIGH_WATERMARK=true +``` + +# Configuration file + +```bash +watermark-repair.remove-high-watermark: true +``` + + + +Removes high watermark. When set to true, all other subcommand options are ignored.(Default: false) + +#### `set-high-watermark` + + + +# Syntax + +```bash +--set-high-watermark= +``` + +# Example + +```bash +--set-high-watermark=true +``` + +# Environment variable + +```bash +WEB3SIGNER_SET_HIGH_WATERMARK=true +``` + +# Configuration file + +```bash +watermark-repair.set-high-watermark: true +``` + + + +Sets high watermark to given epoch and slot. (Sets low watermark when --set-high-watermark=false(Default: false) + #### `validator-ids`