---
title: snrd tendermint
description: CometBFT subcommands
---
## Usage
```shell
snrd comet [command]
```
## Available Commands
| Command | Description |
|---------|-------------|
| `bootstrap-state` | Bootstrap CometBFT state at an arbitrary block height using a light client |
| `reset-state` | Remove all the data and WAL |
| `show-address` | Shows this node's CometBFT validator consensus address |
| `show-node-id` | Show this node's ID |
| `show-validator` | Show this node's CometBFT validator info |
| `unsafe-reset-all` | (unsafe) Remove all the data and WAL, reset this node's validator to genesis state |
| `version` | Print CometBFT libraries' version |
## Flags
## Global Flags
## Examples
### Basic usage
```shell
snrd tendermint
```
## See Also
- [snrd](./snrd) - Parent command