TigerGraph-DevLabs / TigerGraph-CLI

https://tigergraph-devlabs.github.io/TigerGraph-CLI/
7 stars 1 forks source link

tg server operations don't work with tgcloud server #14

Open billshitg opened 2 years ago

billshitg commented 2 years ago

In the documentation, it looks like you can add a tgcloud server

=======    tgCloud Account  ======
username: myaccount@gmail.com
password: mypassword
======= TigerGraph Instances ======
Machine: alias = defaultConf  (default)
 host: http://localhost
 user: tigergraph
 password: tigergraph
 GSQL Port: 14240
 REST Port: 9000
Machine: alias = Machine2
 host: https://machine.i.tgcloud.io
 user: tigergraph
 password: tigergraph
 GSQL Port: 14240
 REST Port: 9000

However, when I added such a server and run tg server gsql -alias tgcloudserver, nothing happens. Could anyone confirm that tg server does/doesn't work with tgcloud servers? Thanks!