diff --git a/plugins/catalog-backend/scripts/mock-data b/plugins/catalog-backend/scripts/mock-data new file mode 100644 index 0000000000..7edc8c422b --- /dev/null +++ b/plugins/catalog-backend/scripts/mock-data @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +curl \ +--location \ +--request POST 'localhost:3003/locations' \ +--header 'Content-Type: application/json' \ +--data-raw '{ + "type": "github", + "target": "https://github.com/spotify/backstage/blob/master/plugins/catalog-backend/fixtures/two_components.yaml" +}'