Merge pull request #7233 from backstage/mob/backstage-cli-install
Add experimental backstage-cli install <plugin> command
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user