incident-io / catalog-importer

Import data into the incident.io Catalog from a variety of sources.
MIT License
16 stars 6 forks source link

Embed example templates for `catalog-importer init` #6

Closed lawrencejones closed 1 year ago

lawrencejones commented 1 year ago

It should be really easy to get started with a template. If we could embed what we have in the examples folder, that would help people get up and running.

$ catalog-importer init --template=backstage .
Writing files for the backstage template...
  ✔ README.md
  ✔ config.jsonnet
  ✔ cataloog-info.yaml
lawrencejones commented 1 year ago

Resolved by https://github.com/incident-io/catalog-importer/pull/33