2018-06-30 22:18:22 +00:00
|
|
|
There are a number of conditions and whatnot that must be tested in more-or-less real-world conditions.
|
|
|
|
|
2018-07-01 07:35:45 +00:00
|
|
|
telebit init // fresh install
|
|
|
|
telebit init // after install complete
|
2018-07-01 00:18:03 +00:00
|
|
|
|
2018-07-01 07:35:45 +00:00
|
|
|
telebit http 3000 // have an app listening on localhost:3000
|
|
|
|
telebit http 4545 // do not have an app listening
|
2018-06-30 22:18:22 +00:00
|
|
|
|
2018-07-01 07:35:45 +00:00
|
|
|
telebit http ./path/to/site
|
|
|
|
telebit http ./path/to/dir
|
|
|
|
telebit http ./path/to/file
|
|
|
|
telebit http ./doesnt/exist
|
2018-06-30 22:18:22 +00:00
|
|
|
|
2018-07-01 07:35:45 +00:00
|
|
|
telebit ssh auto // do have ssh listening on localhost:22
|
|
|
|
telebit ssh 4545 // do have ssh listenening
|
|
|
|
|
|
|
|
telebit tcp 3000 // have an echo server listening on localhost:3000
|
|
|
|
telebit tcp 4545 // no server listening
|
|
|
|
|
|
|
|
telebit tcp ./path/to/file
|
|
|
|
telebit tcp ./path/to/dir
|