steampipe-plugin-make

command module
v0.4.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

README

image

Make plugin for Steampipe

Use SQL to query your Make Scenarios, Connections, Variables, Users, and more.

Quick start

Install the plugin with Steampipe:

steampipe plugin install marekjalovec/make

Configure your credentials and config file.

Run a query:

select
  distinct id,
  name,
  email,
  last_login
from
  make_user;

Developing

Prerequisites:

Clone:

git clone https://github.com/marekjalovec/steampipe-plugin-make
cd steampipe-plugin-make

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

make

Configure the plugin:

cp config/make.spc ~/.steampipe/config/
vi ~/.steampipe/config/make.spc

Increase logging level (optional, but very helpful when debugging)

export STEAMPIPE_LOG_LEVEL=INFO

Further reading:

Contributing

Please see the Steampipe contribution guidelines and their code of conduct, which apply to this plugin as well. All contributions are subject to the Apache 2.0 open source license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package make implements a steampipe plugin for Make.com.
Package make implements a steampipe plugin for Make.com.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL