Merge pull request #7233 from backstage/mob/backstage-cli-install

Add experimental backstage-cli install <plugin> command
This commit is contained in:
Himanshu Mishra
2021-10-08 12:16:14 +02:00
committed by GitHub
12 changed files with 453 additions and 2 deletions
+18 -1
View File
@@ -60,5 +60,22 @@
},
"files": [
"dist"
]
],
"experimentalInstallationRecipe": {
"type": "frontend-plugin",
"steps": [
{
"type": "app-route",
"path": "/graphiql",
"element": "<GraphiQLPage />"
},
{
"type": "message",
"message": [
"The GraphiQL plugin has been installed, but you still need to add API endpoints. ",
"See https://github.com/backstage/backstage/tree/master/plugins/graphiql#adding-graphql-endpoints"
]
}
]
}
}