## SHOW

The `SHOW` command in ES|QL is used to return information about the deployment and its capabilities. Currently, the only supported item for this command is `INFO`, which returns the deployment’s version, build date, and hash.

### Examples

Here are some examples of how to use the `SHOW` command in ES|QL:

1. To get the deployment's version, build date, and hash:

```esql
SHOW INFO
```

Please note that the `SHOW` command can only be used with `INFO` as its parameter. Any other parameters will not be recognized by the command.

### Limitations

Currently, the `SHOW` command only supports `INFO` as its parameter. It does not support any other parameters or options.