Backstage-cli option --backend missing
See original GitHub issueExpected Behavior
When I run yarn create-plugin --backend
, I expect the setup wizard, as documented at https://backstage.io/docs/plugins/backend-plugin#creating-a-backend-plugin.
Actual Behavior
Error thrown
$ yarn backstage-create --select plugin --backend
$ backstage-cli create --scope backstage --no-private --select plugin --backend
error: unknown option '--backend'
error Command failed with exit code 1.
Your Environment
$ yarn backstage-cli info
OS: Darwin 21.3.0 - darwin/x64
node: v16.14.2
yarn: 1.22.1
cli: 0.17.0 (local)
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
yarn create-plugin --backend no longer works #8581 - GitHub
The missing piece there is to update the root package.json to have the backstage-create script which runs backstage-cli create along with ...
Read more >Reading Backstage Configuration
There's a common configuration API for by both frontend and backend plugins. ... The configuration API is tailored towards failing fast in case...
Read more >@backstage/plugin-todo-backend - npm package | Snyk
A Backstage backend plugin that lets you browse TODO comments in your source code For more information about how to use this package...
Read more >How to create backstage.io plugins in Backend - YouTube
Exploring ways to create a new backstage.io backend plugin and power it up with the available tools.
Read more >import-ldif — import directory data from LDIF
It cannot be used to append data to the backend database. Options. The import-ldif command takes the following options: Command options: -A |...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Worth noting the
yarn backstage-cli create
experience is pretty awesome and worth trying out, gives you options for frontend, backend and common plugin types. Super handy!Nice! Glad it got sorted @dweber019! And yep, @awanlin is correct. The
create
stuff is the nice new way! 👍