File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ # Declare a Backstage Component that represents your application.
2+ ---
3+ # yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
4+ apiVersion : backstage.io/v1alpha1
5+ kind : Component
6+ metadata :
7+ name : elastic-package
8+ description : elastic-package - Command line tool for developing Elastic Integrations
9+
10+ spec :
11+ type : tool
12+ owner : group:ingest-fp # Find your group in https://backstage.elastic.dev/catalog?filters%5Bkind%5D=group
13+ system : platform-ingest # Find your group in https://backstage.elastic.dev/catalog?filters%5Bkind%5D=system
14+ lifecycle : production # or production, deprecated, etc.
15+
116---
217# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
318apiVersion : backstage.io/v1alpha1
You can’t perform that action at this time.
0 commit comments