We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gtctl cloud
gtctl cloud is command line tool to manage Greptime Cloud resources. Possible commands:
gtctl cloud login
gtctl cloud service list
gtctl cloud service create
gtctl cloud service info <service-name>
gtctl cloud service mysql <service-name>
mysql
gtctl cloud service psql <service-name>
psql
gtctl cloud service dashboard <service-name>
The text was updated successfully, but these errors were encountered:
This issue will remain pending until the Greptime Cloud API is ready.
Sorry, something went wrong.
No branches or pull requests
gtctl cloud
is command line tool to manage Greptime Cloud resources. Possible commands:gtctl cloud login
login to Greptime Cloud and persist the tokengtctl cloud service list
list existing servicesgtctl cloud service create
create new servicesgtctl cloud service info <service-name>
show details of servicegtctl cloud service mysql <service-name>
connect using localmysql
cligtctl cloud service psql <service-name>
connect using localpsql
cligtctl cloud service dashboard <service-name>
open dashboard for serviceThe text was updated successfully, but these errors were encountered: