Move known plugin package constants from cli-common to cli-internal

The known plugin package ID mappings don't need to be part of the
public API surface. Move them to @internal/cli and update consumers.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 20:55:10 +01:00
parent a0bc38b83c
commit b46970c880
8 changed files with 11 additions and 22 deletions
@@ -16,11 +16,11 @@
import inquirer, { DistinctQuestion } from 'inquirer';
import { getCodeownersFilePath, parseOwnerIds } from '../codeowners';
import { targetPaths } from '@backstage/cli-common';
import {
targetPaths,
knownBackendPluginPackageNameByPluginId,
knownFrontendPluginPackageNameByPluginId,
} from '@backstage/cli-common';
} from '@internal/cli';
import {
PortableTemplateConfig,