Skip to content

TheTote/steampipe-plugin-backstage

 
 

Repository files navigation

Backstage plugin for Steampipe

Use SQL to query namespaces, rules and more from Backstage.

select
  name,
  kind,
  namespace,
  description
from
  backstage_catalog_entity
where 
  kind = 'Component';

Quick start

Install the plugin with Steampipe:

steampipe plugin install chussenot/backstage

Development

To build the plugin and install it in your .steampipe directory

make

Copy the default config file:

make config

License

Apache 2

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 88.3%
  • Makefile 5.8%
  • Dockerfile 4.4%
  • PLSQL 1.5%