# Zuplo CLI: Tunnel List

<CliCommand
  command="tunnel list"
  description="Lists the tunnels in your account"
  examples={[
  [
    "$0 tunnel list",
    "List all tunnels"
  ],
  [
    "$0 tunnel list --account my-account",
    "Explicitly specify the account"
  ]
]}
  usage="$0 tunnel list [options]"
>

</CliCommand>

## Global options

The following global options are available for all commands:

- [`--help`](./global-options.mdx#help)
- [`--api-key`](./global-options.mdx#api-key)

## Additional resources

- [Secure Tunnels](../articles/secure-tunnel.mdx)
- [Tunnel Setup & Configuration](../articles/tunnel-setup.mdx)
- [Tunnel Troubleshooting](../articles/tunnel-troubleshooting.mdx)
