plugin-tools icon indicating copy to clipboard operation
plugin-tools copied to clipboard

bug: creating a plugin with the name <plugintype> strips it from the id

Open sympatheticmoose opened this issue 1 year ago • 0 comments

very low priority, but still an oddity.

npx @grafana/create-plugin@latest --pluginName='panel' --orgName='org' --pluginDescription='description' --pluginType='panel' --no-hasGithubWorkflows --no-hasGithubLevitateWorkflow

Results in a folder/plugin-id of org--panel

It also occurs with substrings - i.e. for an app, using a name: meapp and an org: meapp, results in meapp-me-app

sympatheticmoose avatar Mar 15 '24 14:03 sympatheticmoose