Use SQL to query namespaces, rules and more from Backstage.
select
name,
kind,
namespace,
description
from
backstage_catalog_entity
where
kind = 'Component';- Get started →
- Documentation: Table definitions & examples
Install the plugin with Steampipe:
steampipe plugin install chussenot/backstageTo build the plugin and install it in your .steampipe directory
makeCopy the default config file:
make configApache 2