openstf / stf

Control and manage Android devices from your browser.
https://openstf.io
Other
13.38k stars 2.79k forks source link

Poorxy command is not compiled using the latest stf code #1243

Open udaykittu opened 4 years ago

udaykittu commented 4 years ago

Poorxy is not listed in cli commands while running stf local

2020-06-18T06:28:02.623Z INF/util:procutil 7866 [*] Forking "/Users/uday/Desktop/Cloud/Stf_ios-android/lib/cli poorxy --port 7100 --app-url http://localhost:7105/ --auth-url http://localhost:7120/ --api-url http://localhost:7106/ --websocket-url http://localhost:7110/ --storage-url http://localhost:7102/ --storage-plugin-image-url http://localhost:7103/ --storage-plugin-apk-url http://localhost:7104/"
Usage: lib/cli <command> [options]

Commands:
  api                   Start an API unit.
  app                   Start an app unit.
  auth-ldap             Start an LDAP auth unit.
  auth-mock             Start a mock auth unit that accepts any user.
  auth-oauth2           Start an OAuth 2.0 auth unit.
  auth-openid           Start an OpenID auth unit.
  auth-saml2            Start a SAML 2.0 auth unit.
  groups-engine         Start the groups engine unit.
  doctor                Diagnose potential issues with your installation.
  local [serial..]      Start a complete local development environment.
  log-rethinkdb         Start a RethinkDB log unit.
  migrate               Migrates the database to the latest version.
  notify-hipchat        Start a HipChat notifier unit.
  notify-slack          Start a Slack notifier unit.
  processor [name]      Start a processor unit.
  provider [serial..]   Start a provider unit.
  reaper [name]         Start a reaper unit.
  storage-plugin-apk    Start an APK storage plugin unit.
  storage-plugin-image  Start an image storage plugin unit.
  storage-s3            Start an S3 storage unit.
  storage-temp          Start a temp storage unit.
  triproxy [name]       Start a triproxy unit.
  websocket             Start a websocket unit.

Options:
  -h, --help     Show help.                                            [boolean]
  -V, --version  Show version.              
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

denis99999 commented 4 years ago

@udaykittu , I think it is not a real issue, I suppose the poorxy unit is not designed to be launched alone, but only through the localcommand, this is why the corresponding command is hidden by help. Note that in full deployment model, this poorxyunit is replaced by a true reverse proxy as NGINX. Nevertheless, you can always access to the help of this hidden command typing : stf poorxy --help