@tunl/cli

Tunneler CLI

Usage no npm install needed!

<script type="module">
  import tunlCli from 'https://cdn.skypack.dev/@tunl/cli';
</script>

README

@tunl/cli

Tunneler CLI

oclif Version Downloads/week License

Usage

$ npm install -g @tunl/cli
$ tunneler COMMAND
running command...
$ tunneler (-v|--version|version)
@tunl/cli/0.1.3-security.0 darwin-x64 node-v16.4.2
$ tunneler --help [COMMAND]
USAGE
  $ tunneler COMMAND
...

Commands

tunneler autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ tunneler autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ tunneler autocomplete
  $ tunneler autocomplete bash
  $ tunneler autocomplete zsh
  $ tunneler autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

tunneler consume [REMOTEPORT] [LOCALPORT] [CONNPARAM]

tunnel remote port

USAGE
  $ tunneler consume [REMOTEPORT] [LOCALPORT] [CONNPARAM]

EXAMPLE
  $ tunneler consume 8080 8081 base64_connection_param==

See code: src/commands/consume.ts

tunneler expose [PORT]

expose local port

USAGE
  $ tunneler expose [PORT]

EXAMPLE
  $ tunneler expose 8080

See code: src/commands/expose.ts

tunneler help [COMMAND]

display help for tunneler

USAGE
  $ tunneler help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

tunneler update [CHANNEL]

update the tunneler CLI

USAGE
  $ tunneler update [CHANNEL]

See code: @oclif/plugin-update