Zuplo
Zuplo CLI

Zuplo CLI: Tunnel Create

Creates a new tunnel in your account
TerminalCode
zuplo tunnel create --tunnel-name <name> [options]

Examples

Create a new tunnel

TerminalCode
zuplo tunnel create --tunnel-name my-tunnel

Explicitly specify the account

TerminalCode
zuplo tunnel create --tunnel-name production-tunnel --account my-account

Options

--tunnel-name

The name of the tunnel to create

Type: string

--account

The account name

Type: string

Global options

The following global options are available for all commands:

Additional resources

Last modified on