-
.passwd - Stores the database password. Deleting the file does not effect steampipe, you can view your password by using the --show-password flag along with the service commands. Starting the service would re-create the file.
-
pipes.turbot.com.sptt - Stores the Turbot Pipes token. Deleting the file would require you to run steampipe login again.
-
connection.json - Stores the connection config information. This file gets re-generated everytime RefreshConnections is called.
-
history.json - Stores the last used queries. Deleting this file would result in losing your history of queries. This file gets re-generated.
-
plugin_manager.json - Stores plugin manager related information. This file gets created when service is running, and also gets deleted when the service is stopped.
-
steampipe.json - Stores steampipe service related information. This file gets created when service is running, and also gets deleted when the service is stopped.
-
update_check.json - Stores the installation state(last_checked and installation_id). Deleting the file would run the update check and re-create the file.