Developers
Your Pipes workspace database is accessible from anywhere, thanks to its public IP address. The Developers tab provides the information needed to connect to your Turbot Pipes database instance from the Steampipe CLI, Postgres CLI's like psql and pgcli, or any other 3rd party tools and utilities that support Postgres.
Database
To view the developer information for your workspace, navigate to your workspace, select Steampipe from the Pipes tab, then select the Developers tab.
The Database info will provide general database connection details - the Connection String, Host, Port, Database, Username and Password.
Click on any field to copy it to your clipboard. Note that the password is masked on the screen, but clicking it will add the un-redacted text to your clipboard so that you can paste it into your tool's configuration screen. Individual users can access the database with their credentials, and the information in this view is specific to the logged-in user, enabling secure, personalized access.
Steampipe CLI
You can also get specific Steampipe commands by clicking the Steampipe CLI from the sidebar:
Postgres CLII
You can retrieve the psql and pgcli commands by clicking the Postgres CLI.