All Projects → turbot → steampipe-plugin-gcp

turbot / steampipe-plugin-gcp

Licence: Apache-2.0 License
Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.

Programming Languages

go
31211 projects - #10 most used programming language
HCL
1544 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to steampipe-plugin-gcp

asdf-gcloud
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
Stars: ✭ 24 (+100%)
Mutual labels:  gcloud, gcloud-cli
steampipe-postgres-fdw
Postgres FDW for Steampipe
Stars: ✭ 40 (+233.33%)
Mutual labels:  steampipe, postgresql-fdw
inspec-gke-cis-benchmark
GKE CIS 1.1.0 Benchmark InSpec Profile
Stars: ✭ 27 (+125%)
Mutual labels:  gcp
gke-managed-certificates-demo
GKE ingress with GCP managed certificates
Stars: ✭ 21 (+75%)
Mutual labels:  gcp
edge-gcp
This project allows you to install apigee in Google Cloud Platform using GCP's deployment manager
Stars: ✭ 18 (+50%)
Mutual labels:  gcloud
gcp-ml
Google Cloud Platform Machine Learning Samples
Stars: ✭ 31 (+158.33%)
Mutual labels:  gcp
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (+41.67%)
Mutual labels:  gcp
appengine-plugins-core
A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Stars: ✭ 23 (+91.67%)
Mutual labels:  gcloud
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+216.67%)
Mutual labels:  gcp
cloud-desktops
Cloud-based Virtual Desktops on Google Cloud Platform
Stars: ✭ 14 (+16.67%)
Mutual labels:  gcp
terraform-dcos
DC/OS Terraform Installation and Upgrading Scripts
Stars: ✭ 64 (+433.33%)
Mutual labels:  gcp
argocd-operator-helm
[DEPRECATED] Argo CD Operator (Helm) installs Argo CD in OpenShift and Kubernetes.
Stars: ✭ 18 (+50%)
Mutual labels:  gcp
openjdk-runtime
Google Cloud Platform OpenJDK Docker image
Stars: ✭ 58 (+383.33%)
Mutual labels:  gcp
alpine-firestore-backup
Image that performs Firestore backups based on Alpine Google Cloud SDK image.
Stars: ✭ 23 (+91.67%)
Mutual labels:  gcp
spingo
A collection of Terraform and bash scripts to setup an enterprise-grade Spinnaker deployment on Google Cloud Platform
Stars: ✭ 36 (+200%)
Mutual labels:  gcp
cloud-service-broker
OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker
Stars: ✭ 54 (+350%)
Mutual labels:  gcp
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+2150%)
Mutual labels:  gcp
spring-cloud-gcp-guestbook
No description or website provided.
Stars: ✭ 55 (+358.33%)
Mutual labels:  gcp
restme
Template to bootstrap a fully functional, multi-region, REST service on GCP with a developer release pipeline.
Stars: ✭ 19 (+58.33%)
Mutual labels:  gcp
opal
Policy and data administration, distribution, and real-time updates on top of Open Policy Agent
Stars: ✭ 459 (+3725%)
Mutual labels:  gcp

image

GCP Plugin for Steampipe

Use SQL to query infrastructure including servers, networks, databases and more from GCP.

Quick start

Install the plugin with Steampipe:

steampipe plugin install gcp

Run a query:

select
  name,
  role_id
from
  gcp_iam_role;

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-gcp.git
cd steampipe-plugin-gcp

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/gcp.spc

Try it!

steampipe query
> .inspect gcp

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].