Get Involved
Using Steampipe in Gitpod
Gitpod is an open source platform provisioning ready-to-code developer environments that integrates with GitHub. Here we integrate a Github project with Gitpod to install Steampipe, then install a plugin and run a query.
Installing Steampipe in Gitpod
To run scripts, first connect your GitHub repository to your Gitpod workspace and create a .gitpod.yml file that contains the definitions. Here's an example that installs Steampipe.
Running Steampipe in Gitpod
In order to run Steampipe commands, we will first install the RSS plugin.
Next, we'll update the file with a query to list items from an RSS feed.
That's it! Now you can use any of Steampipe's plugins in your Gitpod workspace.