# benchweave status


Show gateway identity and the bench inventory.


``` bash
benchweave status [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: benchweave status [OPTIONS]

      Show gateway identity and the bench inventory.

    Options:
      --gateway TEXT  Gateway base URL, e.g. http://127.0.0.1:8123  [required]
      --token TEXT    Bearer token (observe tier or higher).  [required]
      --json          Emit the stable machine JSON contract instead of text.
      --help          Show this message and exit.


# Options


`--gateway: TEXT`  
**Required.** Gateway base URL, e.g. http://127.0.0.1:8123 Environment variable: `BENCHWEAVE_GATEWAY`.

`--token: TEXT`  
**Required.** Bearer token (observe tier or higher). Environment variable: `BENCHWEAVE_TOKEN`.

`--json`  
Emit the stable machine JSON contract instead of text.
