@backstage/cli 0.22.6-next.1 → 0.22.6-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/{PackageGraph-2eb22088.cjs.js → PackageGraph-e47555be.cjs.js} +3 -3
  3. package/dist/cjs/{build-34419958.cjs.js → build-93a11339.cjs.js} +9 -9
  4. package/dist/cjs/{buildBackend-6315da87.cjs.js → buildBackend-cd8e2fb5.cjs.js} +8 -7
  5. package/dist/cjs/{buildWorkspace-e1dd2931.cjs.js → buildWorkspace-9110c947.cjs.js} +6 -6
  6. package/dist/cjs/{bump-ba095aea.cjs.js → bump-534e6cf6.cjs.js} +6 -6
  7. package/dist/cjs/{clean-117c06e8.cjs.js → clean-61eae164.cjs.js} +4 -4
  8. package/dist/cjs/{clean-10f71978.cjs.js → clean-72451e81.cjs.js} +2 -2
  9. package/dist/cjs/{codeowners-ec774f58.cjs.js → codeowners-9f57f2fb.cjs.js} +2 -2
  10. package/dist/cjs/{config-b630462b.cjs.js → config-c50ac1c0.cjs.js} +4 -3
  11. package/dist/cjs/{createDistWorkspace-53c29e53.cjs.js → createDistWorkspace-e41d7df9.cjs.js} +14 -12
  12. package/dist/cjs/{createPlugin-260d865c.cjs.js → createPlugin-e004e57e.cjs.js} +4 -4
  13. package/dist/cjs/{diff-a63619b7.cjs.js → diff-75d413d6.cjs.js} +2 -2
  14. package/dist/cjs/{docs-aebd654b.cjs.js → docs-a3ad7273.cjs.js} +5 -5
  15. package/dist/cjs/{fix-33ec227b.cjs.js → fix-bbe5fb62.cjs.js} +4 -4
  16. package/dist/cjs/{index-9ec09897.cjs.js → index-b64ebbe5.cjs.js} +23 -16
  17. package/dist/cjs/{index-44665fb9.cjs.js → index-c738a2bc.cjs.js} +2 -2
  18. package/dist/cjs/{index-62a9824e.cjs.js → index-e751f7ff.cjs.js} +8 -8
  19. package/dist/cjs/{index-ca8e3b96.cjs.js → index-f75043af.cjs.js} +45 -44
  20. package/dist/cjs/{info-b05d5cf7.cjs.js → info-0fb827ce.cjs.js} +3 -3
  21. package/dist/cjs/{install-3f29c0fc.cjs.js → install-756429c4.cjs.js} +4 -4
  22. package/dist/cjs/{lint-39049bc2.cjs.js → lint-6a316d15.cjs.js} +4 -4
  23. package/dist/cjs/{lint-02158235.cjs.js → lint-d0c16a43.cjs.js} +2 -2
  24. package/dist/cjs/{lint-6eacc0e3.cjs.js → lint-e4d3b0ce.cjs.js} +4 -4
  25. package/dist/cjs/{list-deprecations-6f3e6ecc.cjs.js → list-deprecations-7d034d6f.cjs.js} +4 -4
  26. package/dist/cjs/{new-22b86d62.cjs.js → new-3450da88.cjs.js} +4 -4
  27. package/dist/cjs/{pack-889d7ba2.cjs.js → pack-51e9d18e.cjs.js} +2 -2
  28. package/dist/cjs/{packageExports-833dbc8f.cjs.js → packageExports-8fc508ae.cjs.js} +4 -4
  29. package/dist/cjs/{packageLintConfigs-8fe7a3aa.cjs.js → packageLintConfigs-2dd4bed3.cjs.js} +4 -4
  30. package/dist/cjs/{packageRole-8cd65354.cjs.js → packageRole-44235057.cjs.js} +3 -3
  31. package/dist/cjs/{packageRoles-2426a6db.cjs.js → packageRoles-e8484d59.cjs.js} +2 -2
  32. package/dist/cjs/{packageScripts-c4254268.cjs.js → packageScripts-6c74fd59.cjs.js} +5 -5
  33. package/dist/cjs/{packages-a37412df.cjs.js → packages-d3d3cf04.cjs.js} +3 -3
  34. package/dist/cjs/{paths-8b62e6d3.cjs.js → paths-b1b0642b.cjs.js} +3 -3
  35. package/dist/cjs/{print-fefcaeda.cjs.js → print-aed73507.cjs.js} +5 -5
  36. package/dist/cjs/{reactRouterDeps-2735b871.cjs.js → reactRouterDeps-bb13ea12.cjs.js} +5 -5
  37. package/dist/cjs/{run-7b3a246f.cjs.js → run-a93ca9aa.cjs.js} +2 -2
  38. package/dist/cjs/{schema-aa8288ac.cjs.js → schema-bcf03162.cjs.js} +5 -5
  39. package/dist/cjs/{test-fdfd38cf.cjs.js → test-60e60b20.cjs.js} +4 -4
  40. package/dist/cjs/{test-8a770121.cjs.js → test-a80c8387.cjs.js} +3 -3
  41. package/dist/cjs/{validate-0f9243f2.cjs.js → validate-6b1c2a85.cjs.js} +5 -5
  42. package/dist/index.cjs.js +1 -1
  43. package/package.json +9 -8
@@ -46,9 +46,9 @@ class NotFoundError extends CustomError {
46
46
 
47
47
  const paths = cliCommon.findPaths(__dirname);
48
48
 
49
- var version$a = "0.18.4-next.1";
49
+ var version$a = "0.18.4-next.2";
50
50
 
51
- var version$9 = "0.22.6-next.1";
51
+ var version$9 = "0.22.6-next.2";
52
52
  var dependencies = {
53
53
  "@backstage/cli-common": "workspace:^",
54
54
  "@backstage/config": "workspace:^",
@@ -181,24 +181,25 @@ var devDependencies = {
181
181
  "mock-fs": "^5.1.0",
182
182
  msw: "^1.0.0",
183
183
  nodemon: "^2.0.2",
184
- "ts-node": "^10.0.0"
184
+ "ts-node": "^10.0.0",
185
+ "type-fest": "^2.19.0"
185
186
  };
186
187
 
187
188
  var version$8 = "1.0.7";
188
189
 
189
- var version$7 = "1.7.0-next.1";
190
+ var version$7 = "1.7.0-next.2";
190
191
 
191
- var version$6 = "0.12.6-next.1";
192
+ var version$6 = "0.12.6-next.2";
192
193
 
193
- var version$5 = "1.5.1-next.0";
194
+ var version$5 = "1.5.1-next.1";
194
195
 
195
- var version$4 = "1.0.14-next.1";
196
+ var version$4 = "1.0.14-next.2";
196
197
 
197
- var version$3 = "1.3.0-next.1";
198
+ var version$3 = "1.3.0-next.2";
198
199
 
199
200
  var version$2 = "0.2.19-next.0";
200
201
 
201
- var version$1 = "1.13.0-next.1";
202
+ var version$1 = "1.13.0-next.2";
202
203
 
203
204
  const packageVersions = {
204
205
  "@backstage/backend-common": version$a,
@@ -272,7 +273,7 @@ function registerRepoCommand(program) {
272
273
  ).option(
273
274
  "--since <ref>",
274
275
  "Only build packages and their dev dependents that changed since the specified ref"
275
- ).action(lazy(() => Promise.resolve().then(function () { return require('./build-34419958.cjs.js'); }).then((m) => m.command)));
276
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./build-93a11339.cjs.js'); }).then((m) => m.command)));
276
277
  command.command("lint").description("Lint all packages in the project").option(
277
278
  "--format <format>",
278
279
  "Lint report output format",
@@ -280,10 +281,10 @@ function registerRepoCommand(program) {
280
281
  ).option(
281
282
  "--since <ref>",
282
283
  "Only lint packages that changed since the specified ref"
283
- ).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-6eacc0e3.cjs.js'); }).then((m) => m.command)));
284
- command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-117c06e8.cjs.js'); }).then((m) => m.command)));
284
+ ).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-e4d3b0ce.cjs.js'); }).then((m) => m.command)));
285
+ command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-61eae164.cjs.js'); }).then((m) => m.command)));
285
286
  command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
286
- lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-6f3e6ecc.cjs.js'); }).then((m) => m.command))
287
+ lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-7d034d6f.cjs.js'); }).then((m) => m.command))
287
288
  );
288
289
  command.command("test").allowUnknownOption(true).option(
289
290
  "--since <ref>",
@@ -291,14 +292,14 @@ function registerRepoCommand(program) {
291
292
  ).option(
292
293
  "--jest-help",
293
294
  "Show help for Jest CLI options, which are passed through"
294
- ).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-fdfd38cf.cjs.js'); }).then((m) => m.command)));
295
+ ).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-60e60b20.cjs.js'); }).then((m) => m.command)));
295
296
  }
296
297
  function registerScriptCommand(program) {
297
298
  const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
298
299
  command.command("start").description("Start a package for local development").option(...configOption).option("--role <name>", "Run the command with an explicit package role").option("--check", "Enable type checking and linting if available").option("--inspect", "Enable debugger in Node.js environments").option(
299
300
  "--inspect-brk",
300
301
  "Enable debugger in Node.js environments, breaking before code starts"
301
- ).action(lazy(() => Promise.resolve().then(function () { return require('./index-62a9824e.cjs.js'); }).then((m) => m.command)));
302
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./index-e751f7ff.cjs.js'); }).then((m) => m.command)));
302
303
  command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
303
304
  "--minify",
304
305
  "Minify the generated code. Does not apply to app or backend packages."
@@ -316,36 +317,36 @@ function registerScriptCommand(program) {
316
317
  "Config files to load instead of app-config.yaml. Applies to app packages only.",
317
318
  (opt, opts) => opts ? [...opts, opt] : [opt],
318
319
  Array()
319
- ).action(lazy(() => Promise.resolve().then(function () { return require('./index-9ec09897.cjs.js'); }).then((m) => m.command)));
320
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./index-b64ebbe5.cjs.js'); }).then((m) => m.command)));
320
321
  command.command("lint [directories...]").option(
321
322
  "--format <format>",
322
323
  "Lint report output format",
323
324
  "eslint-formatter-friendly"
324
- ).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-02158235.cjs.js'); }).then((m) => m.default)));
325
- command.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-8a770121.cjs.js'); }).then((m) => m.default)));
326
- command.command("fix", { hidden: true }).description("Applies automated fixes to the package. [EXPERIMENTAL]").option("--deps", "Only fix monorepo dependencies in package.json").action(lazy(() => Promise.resolve().then(function () { return require('./fix-33ec227b.cjs.js'); }).then((m) => m.command)));
327
- command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-10f71978.cjs.js'); }).then((m) => m.default)));
328
- command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-889d7ba2.cjs.js'); }).then((m) => m.pre)));
329
- command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-889d7ba2.cjs.js'); }).then((m) => m.post)));
325
+ ).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-d0c16a43.cjs.js'); }).then((m) => m.default)));
326
+ command.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-a80c8387.cjs.js'); }).then((m) => m.default)));
327
+ command.command("fix", { hidden: true }).description("Applies automated fixes to the package. [EXPERIMENTAL]").option("--deps", "Only fix monorepo dependencies in package.json").action(lazy(() => Promise.resolve().then(function () { return require('./fix-bbe5fb62.cjs.js'); }).then((m) => m.command)));
328
+ command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-72451e81.cjs.js'); }).then((m) => m.default)));
329
+ command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-51e9d18e.cjs.js'); }).then((m) => m.pre)));
330
+ command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-51e9d18e.cjs.js'); }).then((m) => m.post)));
330
331
  }
331
332
  function registerMigrateCommand(program) {
332
333
  const command = program.command("migrate [command]").description("Migration utilities");
333
- command.command("package-roles").description(`Add package role field to packages that don't have it`).action(lazy(() => Promise.resolve().then(function () { return require('./packageRole-8cd65354.cjs.js'); }).then((m) => m.default)));
334
+ command.command("package-roles").description(`Add package role field to packages that don't have it`).action(lazy(() => Promise.resolve().then(function () { return require('./packageRole-44235057.cjs.js'); }).then((m) => m.default)));
334
335
  command.command("package-scripts").description("Set package scripts according to each package role").action(
335
- lazy(() => Promise.resolve().then(function () { return require('./packageScripts-c4254268.cjs.js'); }).then((m) => m.command))
336
+ lazy(() => Promise.resolve().then(function () { return require('./packageScripts-6c74fd59.cjs.js'); }).then((m) => m.command))
336
337
  );
337
338
  command.command("package-exports").description("Synchronize package subpath export definitions").action(
338
- lazy(() => Promise.resolve().then(function () { return require('./packageExports-833dbc8f.cjs.js'); }).then((m) => m.command))
339
+ lazy(() => Promise.resolve().then(function () { return require('./packageExports-8fc508ae.cjs.js'); }).then((m) => m.command))
339
340
  );
340
341
  command.command("package-lint-configs").description(
341
342
  "Migrates all packages to use @backstage/cli/config/eslint-factory"
342
343
  ).action(
343
- lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-8fe7a3aa.cjs.js'); }).then((m) => m.command))
344
+ lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-2dd4bed3.cjs.js'); }).then((m) => m.command))
344
345
  );
345
346
  command.command("react-router-deps").description(
346
347
  "Migrates the react-router dependencies for all packages to be peer dependencies"
347
348
  ).action(
348
- lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-2735b871.cjs.js'); }).then((m) => m.command))
349
+ lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-bb13ea12.cjs.js'); }).then((m) => m.command))
349
350
  );
350
351
  }
351
352
  function registerCommands(program) {
@@ -365,7 +366,7 @@ function registerCommands(program) {
365
366
  ).option(
366
367
  "--baseVersion <version>",
367
368
  "The version to use for any new packages (default: 0.1.0)"
368
- ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-22b86d62.cjs.js'); }).then((m) => m.default)));
369
+ ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-3450da88.cjs.js'); }).then((m) => m.default)));
369
370
  program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
370
371
  "Open up an interactive guide to creating new things in your app [DEPRECATED]"
371
372
  ).option(
@@ -379,43 +380,43 @@ function registerCommands(program) {
379
380
  ).option("--scope <scope>", "The scope to use for new packages").option(
380
381
  "--npm-registry <URL>",
381
382
  "The package registry to use for new packages"
382
- ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-22b86d62.cjs.js'); }).then((m) => m.default)));
383
+ ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-3450da88.cjs.js'); }).then((m) => m.default)));
383
384
  program.command("create-plugin", { hidden: true }).option(
384
385
  "--backend",
385
386
  "Create plugin with the backend dependencies as default"
386
387
  ).description("Creates a new plugin in the current repository [DEPRECATED]").option("--scope <scope>", "npm scope").option("--npm-registry <URL>", "npm registry URL").option("--no-private", "Public npm package").action(
387
- lazy(() => Promise.resolve().then(function () { return require('./createPlugin-260d865c.cjs.js'); }).then((m) => m.default))
388
+ lazy(() => Promise.resolve().then(function () { return require('./createPlugin-e004e57e.cjs.js'); }).then((m) => m.default))
388
389
  );
389
390
  program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
390
391
  "Diff an existing plugin with the creation template [DEPRECATED]"
391
- ).action(lazy(() => Promise.resolve().then(function () { return require('./diff-a63619b7.cjs.js'); }).then((m) => m.default)));
392
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./diff-75d413d6.cjs.js'); }).then((m) => m.default)));
392
393
  program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
393
394
  "Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
394
- ).action(lazy(() => Promise.resolve().then(function () { return require('./test-8a770121.cjs.js'); }).then((m) => m.default)));
395
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./test-a80c8387.cjs.js'); }).then((m) => m.default)));
395
396
  program.command("config:docs").option(
396
397
  "--package <name>",
397
398
  "Only include the schema that applies to the given package"
398
- ).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-aebd654b.cjs.js'); }).then((m) => m.default)));
399
+ ).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-a3ad7273.cjs.js'); }).then((m) => m.default)));
399
400
  program.command("config:print").option(
400
401
  "--package <name>",
401
402
  "Only load config schema that applies to the given package"
402
403
  ).option("--lax", "Do not require environment variables to be set").option("--frontend", "Print only the frontend configuration").option("--with-secrets", "Include secrets in the printed configuration").option(
403
404
  "--format <format>",
404
405
  "Format to print the configuration in, either json or yaml [yaml]"
405
- ).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-fefcaeda.cjs.js'); }).then((m) => m.default)));
406
+ ).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-aed73507.cjs.js'); }).then((m) => m.default)));
406
407
  program.command("config:check").option(
407
408
  "--package <name>",
408
409
  "Only load config schema that applies to the given package"
409
410
  ).option("--lax", "Do not require environment variables to be set").option("--frontend", "Only validate the frontend configuration").option("--deprecated", "Output deprecated configuration settings").option(...configOption).description(
410
411
  "Validate that the given configuration loads and matches schema"
411
- ).action(lazy(() => Promise.resolve().then(function () { return require('./validate-0f9243f2.cjs.js'); }).then((m) => m.default)));
412
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./validate-6b1c2a85.cjs.js'); }).then((m) => m.default)));
412
413
  program.command("config:schema").option(
413
414
  "--package <name>",
414
415
  "Only output config schema that applies to the given package"
415
416
  ).option(
416
417
  "--format <format>",
417
418
  "Format to print the schema in, either json or yaml [yaml]"
418
- ).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-aa8288ac.cjs.js'); }).then((m) => m.default)));
419
+ ).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-bcf03162.cjs.js'); }).then((m) => m.default)));
419
420
  registerRepoCommand(program);
420
421
  registerScriptCommand(program);
421
422
  registerMigrateCommand(program);
@@ -427,16 +428,16 @@ function registerCommands(program) {
427
428
  "--release <version|next|main>",
428
429
  "Bump to a specific Backstage release line or version",
429
430
  "main"
430
- ).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-ba095aea.cjs.js'); }).then((m) => m.default)));
431
- program.command("versions:check").option("--fix", "Fix any auto-fixable versioning problems").description("Check Backstage package versioning").action(lazy(() => Promise.resolve().then(function () { return require('./lint-39049bc2.cjs.js'); }).then((m) => m.default)));
432
- program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-10f71978.cjs.js'); }).then((m) => m.default)));
433
- program.command("build-workspace <workspace-dir> [packages...]").description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-e1dd2931.cjs.js'); }).then((m) => m.default)));
434
- program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-44665fb9.cjs.js'); }).then((m) => m.default)));
435
- program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-b05d5cf7.cjs.js'); }).then((m) => m.default)));
431
+ ).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-534e6cf6.cjs.js'); }).then((m) => m.default)));
432
+ program.command("versions:check").option("--fix", "Fix any auto-fixable versioning problems").description("Check Backstage package versioning").action(lazy(() => Promise.resolve().then(function () { return require('./lint-6a316d15.cjs.js'); }).then((m) => m.default)));
433
+ program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-72451e81.cjs.js'); }).then((m) => m.default)));
434
+ program.command("build-workspace <workspace-dir> [packages...]").description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-9110c947.cjs.js'); }).then((m) => m.default)));
435
+ program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-c738a2bc.cjs.js'); }).then((m) => m.default)));
436
+ program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-0fb827ce.cjs.js'); }).then((m) => m.default)));
436
437
  program.command("install [plugin-id]", { hidden: true }).option(
437
438
  "--from <packageJsonFilePath>",
438
439
  "Install from a local package.json containing the installation recipe"
439
- ).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-3f29c0fc.cjs.js'); }).then((m) => m.default)));
440
+ ).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-756429c4.cjs.js'); }).then((m) => m.default)));
440
441
  }
441
442
  function lazy(getActionFunc) {
442
443
  return async (...args) => {
@@ -480,4 +481,4 @@ exports.devDependencies = devDependencies;
480
481
  exports.paths = paths;
481
482
  exports.version = version;
482
483
  exports.version$1 = version$9;
483
- //# sourceMappingURL=index-ca8e3b96.cjs.js.map
484
+ //# sourceMappingURL=index-f75043af.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-ca8e3b96.cjs.js');
3
+ var index = require('./index-f75043af.cjs.js');
4
4
  var os = require('os');
5
- var run = require('./run-7b3a246f.cjs.js');
5
+ var run = require('./run-a93ca9aa.cjs.js');
6
6
  var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
7
7
  require('minimatch');
8
8
  require('@manypkg/get-packages');
@@ -58,4 +58,4 @@ var info = async () => {
58
58
  };
59
59
 
60
60
  exports["default"] = info;
61
- //# sourceMappingURL=info-b05d5cf7.cjs.js.map
61
+ //# sourceMappingURL=info-0fb827ce.cjs.js.map
@@ -4,12 +4,12 @@ var fs = require('fs-extra');
4
4
  require('semver');
5
5
  require('@yarnpkg/parsers');
6
6
  require('@yarnpkg/lockfile');
7
- var packages = require('./packages-a37412df.cjs.js');
8
- var index = require('./index-ca8e3b96.cjs.js');
7
+ var packages = require('./packages-d3d3cf04.cjs.js');
8
+ var index = require('./index-f75043af.cjs.js');
9
9
  var chalk = require('chalk');
10
10
  var sortBy = require('lodash/sortBy');
11
11
  var groupBy = require('lodash/groupBy');
12
- var run = require('./run-7b3a246f.cjs.js');
12
+ var run = require('./run-a93ca9aa.cjs.js');
13
13
  require('minimatch');
14
14
  require('@manypkg/get-packages');
15
15
  require('./yarn-6cd89e16.cjs.js');
@@ -268,4 +268,4 @@ var install = async (pluginId, cmd) => {
268
268
  };
269
269
 
270
270
  exports["default"] = install;
271
- //# sourceMappingURL=install-3f29c0fc.cjs.js.map
271
+ //# sourceMappingURL=install-756429c4.cjs.js.map
@@ -5,10 +5,10 @@ require('minimatch');
5
5
  require('@manypkg/get-packages');
6
6
  require('chalk');
7
7
  require('./yarn-6cd89e16.cjs.js');
8
- require('./run-7b3a246f.cjs.js');
9
- var index = require('./index-ca8e3b96.cjs.js');
8
+ require('./run-a93ca9aa.cjs.js');
9
+ var index = require('./index-f75043af.cjs.js');
10
10
  var partition = require('lodash/partition');
11
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
11
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
12
12
  require('fs-extra');
13
13
  require('semver');
14
14
  require('@yarnpkg/parsers');
@@ -113,4 +113,4 @@ function logArray(arr, header, each) {
113
113
  exports["default"] = lint;
114
114
  exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
115
115
  exports.includedFilter = includedFilter;
116
- //# sourceMappingURL=lint-39049bc2.cjs.js.map
116
+ //# sourceMappingURL=lint-6a316d15.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-ca8e3b96.cjs.js');
3
+ var index = require('./index-f75043af.cjs.js');
4
4
  var eslint = require('eslint');
5
5
  require('commander');
6
6
  require('chalk');
@@ -33,4 +33,4 @@ var lint = async (directories, opts) => {
33
33
  };
34
34
 
35
35
  exports["default"] = lint;
36
- //# sourceMappingURL=lint-02158235.cjs.js.map
36
+ //# sourceMappingURL=lint-d0c16a43.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var chalk = require('chalk');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
6
6
  var parallel = require('./parallel-a8f6219c.cjs.js');
7
- var index = require('./index-ca8e3b96.cjs.js');
7
+ var index = require('./index-f75043af.cjs.js');
8
8
  require('@manypkg/get-packages');
9
9
  require('@backstage/errors');
10
10
  require('child_process');
@@ -16,7 +16,7 @@ require('@yarnpkg/parsers');
16
16
  require('@yarnpkg/lockfile');
17
17
  require('minimatch');
18
18
  require('./yarn-6cd89e16.cjs.js');
19
- require('./run-7b3a246f.cjs.js');
19
+ require('./run-a93ca9aa.cjs.js');
20
20
  require('os');
21
21
  require('worker_threads');
22
22
  require('commander');
@@ -97,4 +97,4 @@ async function command(opts) {
97
97
  }
98
98
 
99
99
  exports.command = command;
100
- //# sourceMappingURL=lint-6eacc0e3.cjs.js.map
100
+ //# sourceMappingURL=lint-e4d3b0ce.cjs.js.map
@@ -3,8 +3,8 @@
3
3
  var chalk = require('chalk');
4
4
  var eslint = require('eslint');
5
5
  var path = require('path');
6
- var index = require('./index-ca8e3b96.cjs.js');
7
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
6
+ var index = require('./index-f75043af.cjs.js');
7
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
8
8
  require('commander');
9
9
  require('fs-extra');
10
10
  require('semver');
@@ -18,7 +18,7 @@ require('@yarnpkg/parsers');
18
18
  require('@yarnpkg/lockfile');
19
19
  require('minimatch');
20
20
  require('./yarn-6cd89e16.cjs.js');
21
- require('./run-7b3a246f.cjs.js');
21
+ require('./run-a93ca9aa.cjs.js');
22
22
 
23
23
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
24
24
 
@@ -85,4 +85,4 @@ async function command(opts) {
85
85
  }
86
86
 
87
87
  exports.command = command;
88
- //# sourceMappingURL=list-deprecations-6f3e6ecc.cjs.js.map
88
+ //# sourceMappingURL=list-deprecations-7d034d6f.cjs.js.map
@@ -7,14 +7,14 @@ var chalk = require('chalk');
7
7
  var inquirer = require('inquirer');
8
8
  var camelCase = require('lodash/camelCase');
9
9
  var upperFirst = require('lodash/upperFirst');
10
- var index = require('./index-ca8e3b96.cjs.js');
11
- var codeowners = require('./codeowners-ec774f58.cjs.js');
10
+ var index = require('./index-f75043af.cjs.js');
11
+ var codeowners = require('./codeowners-9f57f2fb.cjs.js');
12
12
  var tasks = require('./tasks-84de240c.cjs.js');
13
13
  var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
14
14
  require('minimatch');
15
15
  require('@manypkg/get-packages');
16
16
  require('./yarn-6cd89e16.cjs.js');
17
- require('./run-7b3a246f.cjs.js');
17
+ require('./run-a93ca9aa.cjs.js');
18
18
  var partition = require('lodash/partition');
19
19
  var errors = require('@backstage/errors');
20
20
  require('commander');
@@ -635,4 +635,4 @@ var _new = async (opts) => {
635
635
  };
636
636
 
637
637
  exports["default"] = _new;
638
- //# sourceMappingURL=new-22b86d62.cjs.js.map
638
+ //# sourceMappingURL=new-3450da88.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var productionPack = require('./productionPack-fdf62126.cjs.js');
4
- var index = require('./index-ca8e3b96.cjs.js');
4
+ var index = require('./index-f75043af.cjs.js');
5
5
  require('fs-extra');
6
6
  require('npm-packlist');
7
7
  require('path');
@@ -21,4 +21,4 @@ const post = async () => {
21
21
 
22
22
  exports.post = post;
23
23
  exports.pre = pre;
24
- //# sourceMappingURL=pack-889d7ba2.cjs.js.map
24
+ //# sourceMappingURL=pack-51e9d18e.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
6
6
  require('@manypkg/get-packages');
7
- require('./index-ca8e3b96.cjs.js');
7
+ require('./index-f75043af.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('semver');
@@ -17,7 +17,7 @@ require('@yarnpkg/parsers');
17
17
  require('@yarnpkg/lockfile');
18
18
  require('minimatch');
19
19
  require('./yarn-6cd89e16.cjs.js');
20
- require('./run-7b3a246f.cjs.js');
20
+ require('./run-a93ca9aa.cjs.js');
21
21
 
22
22
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
23
23
 
@@ -105,4 +105,4 @@ async function command() {
105
105
  }
106
106
 
107
107
  exports.command = command;
108
- //# sourceMappingURL=packageExports-833dbc8f.cjs.js.map
108
+ //# sourceMappingURL=packageExports-8fc508ae.cjs.js.map
@@ -2,10 +2,10 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
6
- var run = require('./run-7b3a246f.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
6
+ var run = require('./run-a93ca9aa.cjs.js');
7
7
  require('@manypkg/get-packages');
8
- require('./index-ca8e3b96.cjs.js');
8
+ require('./index-f75043af.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -85,4 +85,4 @@ async function command() {
85
85
  }
86
86
 
87
87
  exports.command = command;
88
- //# sourceMappingURL=packageLintConfigs-8fe7a3aa.cjs.js.map
88
+ //# sourceMappingURL=packageLintConfigs-2dd4bed3.cjs.js.map
@@ -3,8 +3,8 @@
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
5
  var getPackages = require('@manypkg/get-packages');
6
- var index = require('./index-ca8e3b96.cjs.js');
7
- var packageRoles = require('./packageRoles-2426a6db.cjs.js');
6
+ var index = require('./index-f75043af.cjs.js');
7
+ var packageRoles = require('./packageRoles-e8484d59.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('semver');
@@ -56,4 +56,4 @@ var packageRole = async () => {
56
56
  };
57
57
 
58
58
  exports["default"] = packageRole;
59
- //# sourceMappingURL=packageRole-8cd65354.cjs.js.map
59
+ //# sourceMappingURL=packageRole-44235057.cjs.js.map
@@ -2,7 +2,7 @@
2
2
 
3
3
  var zod = require('zod');
4
4
  var fs = require('fs-extra');
5
- var index = require('./index-ca8e3b96.cjs.js');
5
+ var index = require('./index-f75043af.cjs.js');
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -157,4 +157,4 @@ exports.detectRoleFromPackage = detectRoleFromPackage;
157
157
  exports.findRoleFromCommand = findRoleFromCommand;
158
158
  exports.getRoleFromPackage = getRoleFromPackage;
159
159
  exports.getRoleInfo = getRoleInfo;
160
- //# sourceMappingURL=packageRoles-2426a6db.cjs.js.map
160
+ //# sourceMappingURL=packageRoles-e8484d59.cjs.js.map
@@ -2,10 +2,10 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
6
- var packageRoles = require('./packageRoles-2426a6db.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
6
+ var packageRoles = require('./packageRoles-e8484d59.cjs.js');
7
7
  require('@manypkg/get-packages');
8
- require('./index-ca8e3b96.cjs.js');
8
+ require('./index-f75043af.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -18,7 +18,7 @@ require('@yarnpkg/parsers');
18
18
  require('@yarnpkg/lockfile');
19
19
  require('minimatch');
20
20
  require('./yarn-6cd89e16.cjs.js');
21
- require('./run-7b3a246f.cjs.js');
21
+ require('./run-a93ca9aa.cjs.js');
22
22
  require('zod');
23
23
 
24
24
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -101,4 +101,4 @@ async function command() {
101
101
  }
102
102
 
103
103
  exports.command = command;
104
- //# sourceMappingURL=packageScripts-c4254268.cjs.js.map
104
+ //# sourceMappingURL=packageScripts-6c74fd59.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var minimatch = require('minimatch');
4
4
  var getPackages = require('@manypkg/get-packages');
5
- var index = require('./index-ca8e3b96.cjs.js');
5
+ var index = require('./index-f75043af.cjs.js');
6
6
  var yarn = require('./yarn-6cd89e16.cjs.js');
7
- var run = require('./run-7b3a246f.cjs.js');
7
+ var run = require('./run-a93ca9aa.cjs.js');
8
8
 
9
9
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
10
10
 
@@ -80,4 +80,4 @@ async function mapDependencies(targetDir, pattern) {
80
80
 
81
81
  exports.fetchPackageInfo = fetchPackageInfo;
82
82
  exports.mapDependencies = mapDependencies;
83
- //# sourceMappingURL=packages-a37412df.cjs.js.map
83
+ //# sourceMappingURL=packages-d3d3cf04.cjs.js.map
@@ -13,8 +13,8 @@ var getPackages = require('@manypkg/get-packages');
13
13
  var MiniCssExtractPlugin = require('mini-css-extract-plugin');
14
14
  var svgrTemplate = require('./svgrTemplate-550efce6.cjs.js');
15
15
  var ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
16
- var index = require('./index-ca8e3b96.cjs.js');
17
- var run = require('./run-7b3a246f.cjs.js');
16
+ var index = require('./index-f75043af.cjs.js');
17
+ var run = require('./run-a93ca9aa.cjs.js');
18
18
  var ESLintPlugin = require('eslint-webpack-plugin');
19
19
  var pickBy = require('lodash/pickBy');
20
20
  var yn = require('yn');
@@ -603,4 +603,4 @@ exports.createBackendConfig = createBackendConfig;
603
603
  exports.createConfig = createConfig;
604
604
  exports.resolveBaseUrl = resolveBaseUrl;
605
605
  exports.resolveBundlingPaths = resolveBundlingPaths;
606
- //# sourceMappingURL=paths-8b62e6d3.cjs.js.map
606
+ //# sourceMappingURL=paths-b1b0642b.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var yaml = require('yaml');
4
4
  var config$1 = require('@backstage/config');
5
- var config = require('./config-b630462b.cjs.js');
5
+ var config = require('./config-c50ac1c0.cjs.js');
6
6
  require('@backstage/config-loader');
7
- require('./index-ca8e3b96.cjs.js');
7
+ require('./index-f75043af.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('fs-extra');
@@ -12,7 +12,7 @@ require('semver');
12
12
  require('@backstage/cli-common');
13
13
  require('@backstage/errors');
14
14
  require('@manypkg/get-packages');
15
- require('./PackageGraph-2eb22088.cjs.js');
15
+ require('./PackageGraph-e47555be.cjs.js');
16
16
  require('path');
17
17
  require('child_process');
18
18
  require('util');
@@ -21,7 +21,7 @@ require('@yarnpkg/parsers');
21
21
  require('@yarnpkg/lockfile');
22
22
  require('minimatch');
23
23
  require('./yarn-6cd89e16.cjs.js');
24
- require('./run-7b3a246f.cjs.js');
24
+ require('./run-a93ca9aa.cjs.js');
25
25
 
26
26
  var print = async (opts) => {
27
27
  const { schema, appConfigs } = await config.loadCliConfig({
@@ -67,4 +67,4 @@ function serializeConfigData(appConfigs, schema, visibility) {
67
67
  }
68
68
 
69
69
  exports["default"] = print;
70
- //# sourceMappingURL=print-fefcaeda.cjs.js.map
70
+ //# sourceMappingURL=print-aed73507.cjs.js.map
@@ -2,10 +2,10 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-2eb22088.cjs.js');
6
- var packageRoles = require('./packageRoles-2426a6db.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
6
+ var packageRoles = require('./packageRoles-e8484d59.cjs.js');
7
7
  require('@manypkg/get-packages');
8
- require('./index-ca8e3b96.cjs.js');
8
+ require('./index-f75043af.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -18,7 +18,7 @@ require('@yarnpkg/parsers');
18
18
  require('@yarnpkg/lockfile');
19
19
  require('minimatch');
20
20
  require('./yarn-6cd89e16.cjs.js');
21
- require('./run-7b3a246f.cjs.js');
21
+ require('./run-a93ca9aa.cjs.js');
22
22
  require('zod');
23
23
 
24
24
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -62,4 +62,4 @@ async function command() {
62
62
  }
63
63
 
64
64
  exports.command = command;
65
- //# sourceMappingURL=reactRouterDeps-2735b871.cjs.js.map
65
+ //# sourceMappingURL=reactRouterDeps-bb13ea12.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var child_process = require('child_process');
4
- var index = require('./index-ca8e3b96.cjs.js');
4
+ var index = require('./index-f75043af.cjs.js');
5
5
  var util = require('util');
6
6
  var errors = require('@backstage/errors');
7
7
 
@@ -79,4 +79,4 @@ exports.execFile = execFile;
79
79
  exports.run = run;
80
80
  exports.runCheck = runCheck;
81
81
  exports.runPlain = runPlain;
82
- //# sourceMappingURL=run-7b3a246f.cjs.js.map
82
+ //# sourceMappingURL=run-a93ca9aa.cjs.js.map