Skip to main content

Tunnel

Start a tunnel to connect your local code with the app running in the development environment

Usage

giteeteam-apps tunnel [options]

Options

-c --copy [letters...]  copy files
-i --input [dir] input dir
-o --output [dir] output dir
--no-server no server

Local Debugging

How to enable local debugging:

  1. Log in to the specified domain. giteeteam-apps login
  2. Install and start Docker locally. Download Docker
  3. Start local debugging of the front-end (if there is a front-end page). Use yarn dev to start local page debugging.
  4. Run giteeteam-apps tunnel to redirect the development environment application of the online service to the local environment.

tunnel