Use SQL to query your Make Scenarios, Connections, Variables, Users, and more.
- Get started ->
- Documentation: Table definitions & examples
- Community: Slack Channel
- Get involved: Issues
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;
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:
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.