eranchetz / steampipe-plugin-zendesk

Use SQL to instantly query Zendesk. Open source CLI. No DB required.

Home Page:https://hub.steampipe.io/plugins/turbot/zendesk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Zendesk Plugin for Steampipe

Quick start

Install the plugin with Steampipe:

steampipe plugin install zendesk

Run a query:

select
  id,
  created_at,
  subject
from
  zendesk_ticket;

Developing

Prerequisites:

Clone:

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

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

make

Configure the plugin:

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

Try it!

steampipe query
> .inspect zendesk

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:

About

Use SQL to instantly query Zendesk. Open source CLI. No DB required.

https://hub.steampipe.io/plugins/turbot/zendesk

License:Apache License 2.0


Languages

Language:Go 98.1%Language:PLSQL 1.5%Language:Makefile 0.3%