0.2.1 • Published 2 years ago

@tunl/cli v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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.2.1 darwin-x64 node-v16.13.1
$ 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] [B58] [MULTIADDR]

tunnel remote port

USAGE
  $ tunneler consume [REMOTEPORT] [LOCALPORT] [B58] [MULTIADDR]

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