> For the complete documentation index, see [llms.txt](https://documentation.codeblocklabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.codeblocklabs.com/blockchain-nodes/banano/cli-command.md).

# Cli Command

Check nodes version

```
./bananode --version
```

Check all wallet on nodes

```
./bananode --wallet_list
```

more cli command are available on official nano pages, since banano are fork from nano, it's CLI are same :) <https://docs.nano.org/commands/command-line-interface/>
