feat(catalog): added the ability to load mock data into the catalog from the scaffolder too

This commit is contained in:
blam
2020-06-16 14:40:43 +02:00
parent ea6cc76447
commit 4615718167
8 changed files with 24 additions and 11 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
curl \
--location \
--request POST 'localhost:7000/catalog/locations' \
--header 'Content-Type: application/json' \
--data-raw "{\"type\": \"github\", \"target\": \"https://github.com/spotify/backstage/blob/mob/move-templates-into-service-catalog/plugins/scaffolder-backend/sample-templates/react-ssr-template/template.yml\"}"