feat: update docs where create-plugin is used with new --select plugin

Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
This commit is contained in:
Sayak Mukhopadhyay
2022-12-20 16:05:16 +05:30
parent a2a70504e3
commit 1c0fc5a6c2
8 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -11,13 +11,14 @@ A Backstage Plugin adds functionality to Backstage.
To create a new plugin, make sure you've run `yarn install` and installed
dependencies, then run the following on your command line (a shortcut to
invoking the
[`backstage-cli create-plugin`](../local-dev/cli-commands.md#create-plugin))
[`backstage-cli new --select plugin`](../local-dev/cli-commands.md#new))
from the root of your project.
```bash
yarn new --select plugin
```
// Todo: change the asses to show the output of the new command
![](../assets/getting-started/create-plugin_output.png)
This will create a new Backstage Plugin based on the ID that was provided. It