mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 15:22:53 +08:00
Docs: Pinning to latest for grafana plugin tools (#64140)
Pinning to latest for grafana plugin tools
This commit is contained in:
@ -17,7 +17,7 @@ The easiest way to start developing Grafana plugins is to use the Grafana [creat
|
||||
Open the terminal, and run the following command in your [plugin directory]({{< relref "../../setup-grafana/configure-grafana/#plugins" >}}):
|
||||
|
||||
```bash
|
||||
npx @grafana/create-plugin
|
||||
npx @grafana/create-plugin@latest
|
||||
```
|
||||
|
||||
Follow the questions and you will have a starter plugin ready to develop.
|
||||
|
@ -36,7 +36,7 @@ Public plugins need to be reviewed by the Grafana team before you can sign them.
|
||||
|
||||
```bash
|
||||
export GRAFANA_API_KEY=<YOUR_API_KEY>
|
||||
npx @grafana/sign-plugin
|
||||
npx @grafana/sign-plugin@latest
|
||||
```
|
||||
|
||||
## Sign a private plugin
|
||||
@ -47,7 +47,7 @@ Public plugins need to be reviewed by the Grafana team before you can sign them.
|
||||
|
||||
```bash
|
||||
export GRAFANA_API_KEY=<YOUR_API_KEY>
|
||||
npx @grafana/sign-plugin --rootUrls https://example.com/grafana
|
||||
npx @grafana/sign-plugin@latest --rootUrls https://example.com/grafana
|
||||
```
|
||||
|
||||
## Plugin signature levels
|
||||
|
Reference in New Issue
Block a user