@backstage/cli 0.23.0 → 0.23.1

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 (41) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/{build-b2d59a62.cjs.js → build-27a34e5d.cjs.js} +7 -7
  3. package/dist/cjs/{buildBackend-73fb40c0.cjs.js → buildBackend-bb6ecade.cjs.js} +6 -6
  4. package/dist/cjs/{buildWorkspace-edb9bf88.cjs.js → buildWorkspace-9de61967.cjs.js} +4 -4
  5. package/dist/cjs/{bump-2e8bea56.cjs.js → bump-332128e5.cjs.js} +5 -5
  6. package/dist/cjs/{clean-a349dbb4.cjs.js → clean-a24eded0.cjs.js} +2 -2
  7. package/dist/cjs/{clean-9f682b9f.cjs.js → clean-fcbc16a9.cjs.js} +2 -2
  8. package/dist/cjs/{codeowners-70c73aee.cjs.js → codeowners-c90142e3.cjs.js} +2 -2
  9. package/dist/cjs/{config-588c8815.cjs.js → config-864614b9.cjs.js} +2 -2
  10. package/dist/cjs/{createDistWorkspace-689658dd.cjs.js → createDistWorkspace-f023a2c9.cjs.js} +3 -3
  11. package/dist/cjs/{createPlugin-d2dd186c.cjs.js → createPlugin-a4796872.cjs.js} +4 -4
  12. package/dist/cjs/{diff-c53024e7.cjs.js → diff-e193cc5c.cjs.js} +2 -2
  13. package/dist/cjs/{docs-b023ba4c.cjs.js → docs-5603b020.cjs.js} +3 -3
  14. package/dist/cjs/{fix-889c755d.cjs.js → fix-c878a75e.cjs.js} +2 -2
  15. package/dist/cjs/{index-38012d61.cjs.js → index-0954b0a9.cjs.js} +8 -8
  16. package/dist/cjs/{index-8c92e7ea.cjs.js → index-148826cb.cjs.js} +36 -36
  17. package/dist/cjs/{index-8a8396a9.cjs.js → index-592f2a54.cjs.js} +2 -2
  18. package/dist/cjs/{index-7029b530.cjs.js → index-90619a49.cjs.js} +8 -8
  19. package/dist/cjs/{index-b8ebd727.cjs.js → index-f2ecec6c.cjs.js} +3 -3
  20. package/dist/cjs/{info-6e62343f.cjs.js → info-d76b408b.cjs.js} +3 -3
  21. package/dist/cjs/{install-e0fae686.cjs.js → install-2e390e27.cjs.js} +4 -4
  22. package/dist/cjs/{lint-23477f0c.cjs.js → lint-29ebbcf4.cjs.js} +3 -3
  23. package/dist/cjs/{lint-b05beefc.cjs.js → lint-527efdef.cjs.js} +2 -2
  24. package/dist/cjs/{lint-bb657028.cjs.js → lint-d45f133d.cjs.js} +2 -2
  25. package/dist/cjs/{list-deprecations-bdc3bae1.cjs.js → list-deprecations-0fdb13ae.cjs.js} +2 -2
  26. package/dist/cjs/{new-87ab84b7.cjs.js → new-e0569069.cjs.js} +4 -4
  27. package/dist/cjs/{pack-4823376b.cjs.js → pack-b755dc5d.cjs.js} +2 -2
  28. package/dist/cjs/{packageDetection-8f2367a5.cjs.js → packageDetection-4281c9dc.cjs.js} +3 -3
  29. package/dist/cjs/{packageExports-5852d902.cjs.js → packageExports-2323fa69.cjs.js} +3 -3
  30. package/dist/cjs/{packageLintConfigs-59c092df.cjs.js → packageLintConfigs-8c269c68.cjs.js} +3 -3
  31. package/dist/cjs/{packageRole-fba2eebf.cjs.js → packageRole-9318ff16.cjs.js} +2 -2
  32. package/dist/cjs/{packages-cf681a73.cjs.js → packages-ea62bc19.cjs.js} +3 -3
  33. package/dist/cjs/{print-2f64bdf5.cjs.js → print-ec4b9878.cjs.js} +3 -3
  34. package/dist/cjs/{role-a1f8262c.cjs.js → role-1092264b.cjs.js} +2 -2
  35. package/dist/cjs/{run-5c051ac6.cjs.js → run-b8799a58.cjs.js} +2 -2
  36. package/dist/cjs/{schema-ace3bb5e.cjs.js → schema-04e7321f.cjs.js} +3 -3
  37. package/dist/cjs/{test-cdeaa87a.cjs.js → test-56e64a6d.cjs.js} +3 -3
  38. package/dist/cjs/{test-59b4bd42.cjs.js → test-87ae3d0d.cjs.js} +3 -3
  39. package/dist/cjs/{validate-a303a8e3.cjs.js → validate-81616b20.cjs.js} +3 -3
  40. package/dist/index.cjs.js +1 -1
  41. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage/cli
2
2
 
3
+ ## 0.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3649914e78cd: Ignore `stdin` when spawning backend child process for the `start` command. Fixing an issue where backend startup would hang.
8
+
3
9
  ## 0.23.0
4
10
 
5
11
  ### Minor Changes
@@ -2,16 +2,16 @@
2
2
 
3
3
  var chalk = require('chalk');
4
4
  var path = require('path');
5
- var createDistWorkspace = require('./createDistWorkspace-689658dd.cjs.js');
6
- var index = require('./index-8c92e7ea.cjs.js');
5
+ var createDistWorkspace = require('./createDistWorkspace-f023a2c9.cjs.js');
6
+ var index = require('./index-148826cb.cjs.js');
7
7
  var cliNode = require('@backstage/cli-node');
8
8
  var parallel = require('./parallel-a8f6219c.cjs.js');
9
- var buildBackend = require('./buildBackend-73fb40c0.cjs.js');
9
+ var buildBackend = require('./buildBackend-bb6ecade.cjs.js');
10
10
  require('fs-extra');
11
11
  require('os');
12
12
  require('tar');
13
13
  require('lodash/partition');
14
- require('./run-5c051ac6.cjs.js');
14
+ require('./run-b8799a58.cjs.js');
15
15
  require('child_process');
16
16
  require('util');
17
17
  require('@backstage/errors');
@@ -41,7 +41,7 @@ require('react-dev-utils/ModuleScopePlugin');
41
41
  require('run-script-webpack-plugin');
42
42
  require('@manypkg/get-packages');
43
43
  require('webpack-node-externals');
44
- require('./packageDetection-8f2367a5.cjs.js');
44
+ require('./packageDetection-4281c9dc.cjs.js');
45
45
  require('lodash/pickBy');
46
46
  require('mini-css-extract-plugin');
47
47
  require('@pmmmwh/react-refresh-webpack-plugin');
@@ -57,7 +57,7 @@ require('@yarnpkg/parsers');
57
57
  require('@yarnpkg/lockfile');
58
58
  require('minimatch');
59
59
  require('./yarn-6cd89e16.cjs.js');
60
- require('./config-588c8815.cjs.js');
60
+ require('./config-864614b9.cjs.js');
61
61
  require('@backstage/config-loader');
62
62
 
63
63
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -194,4 +194,4 @@ async function command(opts, cmd) {
194
194
  }
195
195
 
196
196
  exports.command = command;
197
- //# sourceMappingURL=build-b2d59a62.cjs.js.map
197
+ //# sourceMappingURL=build-27a34e5d.cjs.js.map
@@ -9,12 +9,12 @@ require('html-webpack-plugin');
9
9
  require('@backstage/cli-common');
10
10
  require('react-dev-utils/ModuleScopePlugin');
11
11
  require('run-script-webpack-plugin');
12
- require('./index-8c92e7ea.cjs.js');
12
+ require('./index-148826cb.cjs.js');
13
13
  require('@manypkg/get-packages');
14
14
  require('webpack-node-externals');
15
- var packageDetection = require('./packageDetection-8f2367a5.cjs.js');
15
+ var packageDetection = require('./packageDetection-4281c9dc.cjs.js');
16
16
  require('lodash/pickBy');
17
- require('./run-5c051ac6.cjs.js');
17
+ require('./run-b8799a58.cjs.js');
18
18
  require('mini-css-extract-plugin');
19
19
  require('@pmmmwh/react-refresh-webpack-plugin');
20
20
  var yn = require('yn');
@@ -31,13 +31,13 @@ require('@yarnpkg/lockfile');
31
31
  require('minimatch');
32
32
  require('./yarn-6cd89e16.cjs.js');
33
33
  require('lodash/partition');
34
- var config = require('./config-588c8815.cjs.js');
34
+ var config = require('./config-864614b9.cjs.js');
35
35
  require('@backstage/config');
36
36
  require('chokidar');
37
37
  var parallel = require('./parallel-a8f6219c.cjs.js');
38
38
  var os = require('os');
39
39
  var tar = require('tar');
40
- var createDistWorkspace = require('./createDistWorkspace-689658dd.cjs.js');
40
+ var createDistWorkspace = require('./createDistWorkspace-f023a2c9.cjs.js');
41
41
 
42
42
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
43
43
 
@@ -223,4 +223,4 @@ async function buildBackend(options) {
223
223
 
224
224
  exports.buildBackend = buildBackend;
225
225
  exports.buildFrontend = buildFrontend;
226
- //# sourceMappingURL=buildBackend-73fb40c0.cjs.js.map
226
+ //# sourceMappingURL=buildBackend-bb6ecade.cjs.js.map
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
3
  var fs = require('fs-extra');
4
- var createDistWorkspace = require('./createDistWorkspace-689658dd.cjs.js');
4
+ var createDistWorkspace = require('./createDistWorkspace-f023a2c9.cjs.js');
5
5
  require('chalk');
6
6
  require('path');
7
7
  require('os');
8
8
  require('tar');
9
9
  require('lodash/partition');
10
- require('./index-8c92e7ea.cjs.js');
10
+ require('./index-148826cb.cjs.js');
11
11
  require('commander');
12
12
  require('semver');
13
13
  require('@backstage/cli-common');
14
14
  require('@backstage/errors');
15
- require('./run-5c051ac6.cjs.js');
15
+ require('./run-b8799a58.cjs.js');
16
16
  require('child_process');
17
17
  require('util');
18
18
  require('rollup');
@@ -48,4 +48,4 @@ var buildWorkspace = async (dir, packages, options) => {
48
48
  };
49
49
 
50
50
  exports["default"] = buildWorkspace;
51
- //# sourceMappingURL=buildWorkspace-edb9bf88.cjs.js.map
51
+ //# sourceMappingURL=buildWorkspace-9de61967.cjs.js.map
@@ -7,11 +7,11 @@ var semver = require('semver');
7
7
  var minimatch = require('minimatch');
8
8
  var errors = require('@backstage/errors');
9
9
  var path = require('path');
10
- var run = require('./run-5c051ac6.cjs.js');
11
- var index = require('./index-8c92e7ea.cjs.js');
10
+ var run = require('./run-b8799a58.cjs.js');
11
+ var index = require('./index-148826cb.cjs.js');
12
12
  var Lockfile = require('./Lockfile-eced6070.cjs.js');
13
- var packages = require('./packages-cf681a73.cjs.js');
14
- var lint = require('./lint-23477f0c.cjs.js');
13
+ var packages = require('./packages-ea62bc19.cjs.js');
14
+ var lint = require('./lint-29ebbcf4.cjs.js');
15
15
  var cliCommon = require('@backstage/cli-common');
16
16
  var parallel = require('./parallel-a8f6219c.cjs.js');
17
17
  var releaseManifests = require('@backstage/release-manifests');
@@ -417,4 +417,4 @@ exports.bumpBackstageJsonVersion = bumpBackstageJsonVersion;
417
417
  exports.createStrictVersionFinder = createStrictVersionFinder;
418
418
  exports.createVersionFinder = createVersionFinder;
419
419
  exports["default"] = bump;
420
- //# sourceMappingURL=bump-2e8bea56.cjs.js.map
420
+ //# sourceMappingURL=bump-332128e5.cjs.js.map
@@ -5,7 +5,7 @@ var fs = require('fs-extra');
5
5
  var path = require('path');
6
6
  var util = require('util');
7
7
  var cliNode = require('@backstage/cli-node');
8
- var index = require('./index-8c92e7ea.cjs.js');
8
+ var index = require('./index-148826cb.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -46,4 +46,4 @@ async function command() {
46
46
  }
47
47
 
48
48
  exports.command = command;
49
- //# sourceMappingURL=clean-a349dbb4.cjs.js.map
49
+ //# sourceMappingURL=clean-a24eded0.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var fs = require('fs-extra');
4
- var index = require('./index-8c92e7ea.cjs.js');
4
+ var index = require('./index-148826cb.cjs.js');
5
5
  require('commander');
6
6
  require('chalk');
7
7
  require('semver');
@@ -19,4 +19,4 @@ async function clean() {
19
19
  }
20
20
 
21
21
  exports["default"] = clean;
22
- //# sourceMappingURL=clean-9f682b9f.cjs.js.map
22
+ //# sourceMappingURL=clean-fcbc16a9.cjs.js.map
@@ -2,7 +2,7 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var index = require('./index-8c92e7ea.cjs.js');
5
+ var index = require('./index-148826cb.cjs.js');
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -88,4 +88,4 @@ async function addCodeownersEntry(ownedPath, ownerStr, codeownersFilePath) {
88
88
  exports.addCodeownersEntry = addCodeownersEntry;
89
89
  exports.getCodeownersFilePath = getCodeownersFilePath;
90
90
  exports.parseOwnerIds = parseOwnerIds;
91
- //# sourceMappingURL=codeowners-70c73aee.cjs.js.map
91
+ //# sourceMappingURL=codeowners-c90142e3.cjs.js.map
@@ -2,7 +2,7 @@
2
2
 
3
3
  var configLoader = require('@backstage/config-loader');
4
4
  var config = require('@backstage/config');
5
- var index = require('./index-8c92e7ea.cjs.js');
5
+ var index = require('./index-148826cb.cjs.js');
6
6
  var getPackages = require('@manypkg/get-packages');
7
7
  var cliNode = require('@backstage/cli-node');
8
8
 
@@ -98,4 +98,4 @@ async function loadCliConfig(options) {
98
98
 
99
99
  exports.isValidUrl = isValidUrl;
100
100
  exports.loadCliConfig = loadCliConfig;
101
- //# sourceMappingURL=config-588c8815.cjs.js.map
101
+ //# sourceMappingURL=config-864614b9.cjs.js.map
@@ -6,8 +6,8 @@ var path = require('path');
6
6
  var os = require('os');
7
7
  var tar = require('tar');
8
8
  var partition = require('lodash/partition');
9
- var index = require('./index-8c92e7ea.cjs.js');
10
- var run = require('./run-5c051ac6.cjs.js');
9
+ var index = require('./index-148826cb.cjs.js');
10
+ var run = require('./run-b8799a58.cjs.js');
11
11
  var rollup = require('rollup');
12
12
  var commonjs = require('@rollup/plugin-commonjs');
13
13
  var resolve = require('@rollup/plugin-node-resolve');
@@ -713,4 +713,4 @@ exports.buildPackage = buildPackage;
713
713
  exports.buildPackages = buildPackages;
714
714
  exports.createDistWorkspace = createDistWorkspace;
715
715
  exports.getOutputsForRole = getOutputsForRole;
716
- //# sourceMappingURL=createDistWorkspace-689658dd.cjs.js.map
716
+ //# sourceMappingURL=createDistWorkspace-f023a2c9.cjs.js.map
@@ -10,14 +10,14 @@ var camelCase = require('lodash/camelCase');
10
10
  var upperFirst = require('lodash/upperFirst');
11
11
  var os = require('os');
12
12
  var errors = require('@backstage/errors');
13
- var codeowners = require('./codeowners-70c73aee.cjs.js');
14
- var index = require('./index-8c92e7ea.cjs.js');
13
+ var codeowners = require('./codeowners-c90142e3.cjs.js');
14
+ var index = require('./index-148826cb.cjs.js');
15
15
  var tasks = require('./tasks-84de240c.cjs.js');
16
16
  var Lockfile = require('./Lockfile-eced6070.cjs.js');
17
17
  require('minimatch');
18
18
  require('@manypkg/get-packages');
19
19
  require('./yarn-6cd89e16.cjs.js');
20
- require('./run-5c051ac6.cjs.js');
20
+ require('./run-b8799a58.cjs.js');
21
21
  require('commander');
22
22
  require('semver');
23
23
  require('@backstage/cli-common');
@@ -276,4 +276,4 @@ exports.addPluginExtensionToApp = addPluginExtensionToApp;
276
276
  exports.capitalize = capitalize;
277
277
  exports["default"] = createPlugin;
278
278
  exports.movePlugin = movePlugin;
279
- //# sourceMappingURL=createPlugin-d2dd186c.cjs.js.map
279
+ //# sourceMappingURL=createPlugin-a4796872.cjs.js.map
@@ -7,7 +7,7 @@ var path = require('path');
7
7
  var inquirer = require('inquirer');
8
8
  var handlebars = require('handlebars');
9
9
  var recursive = require('recursive-readdir');
10
- var index = require('./index-8c92e7ea.cjs.js');
10
+ var index = require('./index-148826cb.cjs.js');
11
11
  require('commander');
12
12
  require('semver');
13
13
  require('@backstage/cli-common');
@@ -434,4 +434,4 @@ async function readPluginData() {
434
434
  }
435
435
 
436
436
  exports["default"] = diff;
437
- //# sourceMappingURL=diff-c53024e7.cjs.js.map
437
+ //# sourceMappingURL=diff-e193cc5c.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var configLoader = require('@backstage/config-loader');
4
4
  var openBrowser = require('react-dev-utils/openBrowser');
5
- var config = require('./config-588c8815.cjs.js');
5
+ var config = require('./config-864614b9.cjs.js');
6
6
  require('@backstage/config');
7
- require('./index-8c92e7ea.cjs.js');
7
+ require('./index-148826cb.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('fs-extra');
@@ -34,4 +34,4 @@ var docs = async (opts) => {
34
34
  };
35
35
 
36
36
  exports["default"] = docs;
37
- //# sourceMappingURL=docs-b023ba4c.cjs.js.map
37
+ //# sourceMappingURL=docs-5603b020.cjs.js.map
@@ -3,7 +3,7 @@
3
3
  var cliNode = require('@backstage/cli-node');
4
4
  var fs = require('fs-extra');
5
5
  var path = require('path');
6
- var index = require('./index-8c92e7ea.cjs.js');
6
+ var index = require('./index-148826cb.cjs.js');
7
7
  require('commander');
8
8
  require('chalk');
9
9
  require('semver');
@@ -161,4 +161,4 @@ exports.fixSideEffects = fixSideEffects;
161
161
  exports.printPackageFixHint = printPackageFixHint;
162
162
  exports.readFixablePackages = readFixablePackages;
163
163
  exports.writeFixedPackages = writeFixedPackages;
164
- //# sourceMappingURL=fix-889c755d.cjs.js.map
164
+ //# sourceMappingURL=fix-c878a75e.cjs.js.map
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var role = require('./role-a1f8262c.cjs.js');
3
+ var role = require('./role-1092264b.cjs.js');
4
4
  var fs = require('fs-extra');
5
- var index = require('./index-8c92e7ea.cjs.js');
5
+ var index = require('./index-148826cb.cjs.js');
6
6
  var webpack = require('webpack');
7
- var packageDetection = require('./packageDetection-8f2367a5.cjs.js');
7
+ var packageDetection = require('./packageDetection-4281c9dc.cjs.js');
8
8
  require('yn');
9
9
  var path = require('path');
10
10
  require('react-dev-utils/FileSizeReporter');
@@ -18,7 +18,7 @@ require('run-script-webpack-plugin');
18
18
  require('@manypkg/get-packages');
19
19
  require('webpack-node-externals');
20
20
  require('lodash/pickBy');
21
- require('./run-5c051ac6.cjs.js');
21
+ require('./run-b8799a58.cjs.js');
22
22
  require('mini-css-extract-plugin');
23
23
  require('@pmmmwh/react-refresh-webpack-plugin');
24
24
  var chalk = require('chalk');
@@ -40,8 +40,8 @@ var errors = require('@backstage/errors');
40
40
  var debounce = require('lodash/debounce');
41
41
  var url = require('url');
42
42
  var spawn = require('cross-spawn');
43
- var lint = require('./lint-23477f0c.cjs.js');
44
- var config = require('./config-588c8815.cjs.js');
43
+ var lint = require('./lint-29ebbcf4.cjs.js');
44
+ var config = require('./config-864614b9.cjs.js');
45
45
  var Lockfile = require('./Lockfile-eced6070.cjs.js');
46
46
  require('commander');
47
47
  require('./entryPoints-0cc55995.cjs.js');
@@ -416,7 +416,7 @@ async function startBackendExperimental(options) {
416
416
  process.execPath,
417
417
  [...loaderArgs, ...optionArgs, options.entry, ...userArgs],
418
418
  {
419
- stdio: ["inherit", "inherit", "inherit", "ipc"],
419
+ stdio: ["ignore", "inherit", "inherit", "ipc"],
420
420
  env: {
421
421
  ...process.env,
422
422
  BACKSTAGE_CLI_CHANNEL: "1",
@@ -536,4 +536,4 @@ async function command(opts) {
536
536
  }
537
537
 
538
538
  exports.command = command;
539
- //# sourceMappingURL=index-38012d61.cjs.js.map
539
+ //# sourceMappingURL=index-0954b0a9.cjs.js.map
@@ -59,7 +59,7 @@ var version$b = "0.6.6";
59
59
 
60
60
  var version$a = "0.2.7";
61
61
 
62
- var version$9 = "0.23.0";
62
+ var version$9 = "0.23.1";
63
63
  var dependencies = {
64
64
  "@backstage/catalog-model": "workspace:^",
65
65
  "@backstage/cli-common": "workspace:^",
@@ -219,7 +219,7 @@ var version$3 = "1.4.4";
219
219
 
220
220
  var version$2 = "0.4.3";
221
221
 
222
- var version$1 = "1.18.0";
222
+ var version$1 = "1.18.1";
223
223
 
224
224
  const packageVersions = {
225
225
  "@backstage/backend-common": version$c,
@@ -283,7 +283,7 @@ const configOption = [
283
283
  Array()
284
284
  ];
285
285
  function registerOnboardCommand(program) {
286
- program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-b8ebd727.cjs.js'); }).then((m) => m.command)));
286
+ program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-f2ecec6c.cjs.js'); }).then((m) => m.command)));
287
287
  }
288
288
  function registerRepoCommand(program) {
289
289
  const command = program.command("repo [command]").description("Command that run across an entire Backstage project");
@@ -295,7 +295,7 @@ function registerRepoCommand(program) {
295
295
  ).option(
296
296
  "--since <ref>",
297
297
  "Only build packages and their dev dependents that changed since the specified ref"
298
- ).action(lazy(() => Promise.resolve().then(function () { return require('./build-b2d59a62.cjs.js'); }).then((m) => m.command)));
298
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./build-27a34e5d.cjs.js'); }).then((m) => m.command)));
299
299
  command.command("lint").description("Lint all packages in the project").option(
300
300
  "--format <format>",
301
301
  "Lint report output format",
@@ -303,14 +303,14 @@ function registerRepoCommand(program) {
303
303
  ).option(
304
304
  "--since <ref>",
305
305
  "Only lint packages that changed since the specified ref"
306
- ).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-bb657028.cjs.js'); }).then((m) => m.command)));
306
+ ).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-d45f133d.cjs.js'); }).then((m) => m.command)));
307
307
  command.command("fix").description("Automatically fix packages in the project").option(
308
308
  "--check",
309
309
  "Fail if any packages would have been changed by the command"
310
- ).action(lazy(() => Promise.resolve().then(function () { return require('./fix-889c755d.cjs.js'); }).then((m) => m.command)));
311
- command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-a349dbb4.cjs.js'); }).then((m) => m.command)));
310
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./fix-c878a75e.cjs.js'); }).then((m) => m.command)));
311
+ command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-a24eded0.cjs.js'); }).then((m) => m.command)));
312
312
  command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
313
- lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-bdc3bae1.cjs.js'); }).then((m) => m.command))
313
+ lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-0fdb13ae.cjs.js'); }).then((m) => m.command))
314
314
  );
315
315
  command.command("test").allowUnknownOption(true).option(
316
316
  "--since <ref>",
@@ -318,14 +318,14 @@ function registerRepoCommand(program) {
318
318
  ).option(
319
319
  "--jest-help",
320
320
  "Show help for Jest CLI options, which are passed through"
321
- ).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-cdeaa87a.cjs.js'); }).then((m) => m.command)));
321
+ ).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-56e64a6d.cjs.js'); }).then((m) => m.command)));
322
322
  }
323
323
  function registerScriptCommand(program) {
324
324
  const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
325
325
  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 [host]", "Enable debugger in Node.js environments").option(
326
326
  "--inspect-brk [host]",
327
327
  "Enable debugger in Node.js environments, breaking before code starts"
328
- ).action(lazy(() => Promise.resolve().then(function () { return require('./index-38012d61.cjs.js'); }).then((m) => m.command)));
328
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./index-0954b0a9.cjs.js'); }).then((m) => m.command)));
329
329
  command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
330
330
  "--minify",
331
331
  "Minify the generated code. Does not apply to app or backend packages."
@@ -343,30 +343,30 @@ function registerScriptCommand(program) {
343
343
  "Config files to load instead of app-config.yaml. Applies to app packages only.",
344
344
  (opt, opts) => opts ? [...opts, opt] : [opt],
345
345
  Array()
346
- ).action(lazy(() => Promise.resolve().then(function () { return require('./index-7029b530.cjs.js'); }).then((m) => m.command)));
346
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./index-90619a49.cjs.js'); }).then((m) => m.command)));
347
347
  command.command("lint [directories...]").option(
348
348
  "--format <format>",
349
349
  "Lint report output format",
350
350
  "eslint-formatter-friendly"
351
- ).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-b05beefc.cjs.js'); }).then((m) => m.default)));
352
- 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-59b4bd42.cjs.js'); }).then((m) => m.default)));
353
- command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-9f682b9f.cjs.js'); }).then((m) => m.default)));
354
- command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-4823376b.cjs.js'); }).then((m) => m.pre)));
355
- command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-4823376b.cjs.js'); }).then((m) => m.post)));
351
+ ).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-527efdef.cjs.js'); }).then((m) => m.default)));
352
+ 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-87ae3d0d.cjs.js'); }).then((m) => m.default)));
353
+ command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-fcbc16a9.cjs.js'); }).then((m) => m.default)));
354
+ command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-b755dc5d.cjs.js'); }).then((m) => m.pre)));
355
+ command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-b755dc5d.cjs.js'); }).then((m) => m.post)));
356
356
  }
357
357
  function registerMigrateCommand(program) {
358
358
  const command = program.command("migrate [command]").description("Migration utilities");
359
- 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-fba2eebf.cjs.js'); }).then((m) => m.default)));
359
+ 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-9318ff16.cjs.js'); }).then((m) => m.default)));
360
360
  command.command("package-scripts").description("Set package scripts according to each package role").action(
361
361
  lazy(() => Promise.resolve().then(function () { return require('./packageScripts-c6721fac.cjs.js'); }).then((m) => m.command))
362
362
  );
363
363
  command.command("package-exports").description("Synchronize package subpath export definitions").action(
364
- lazy(() => Promise.resolve().then(function () { return require('./packageExports-5852d902.cjs.js'); }).then((m) => m.command))
364
+ lazy(() => Promise.resolve().then(function () { return require('./packageExports-2323fa69.cjs.js'); }).then((m) => m.command))
365
365
  );
366
366
  command.command("package-lint-configs").description(
367
367
  "Migrates all packages to use @backstage/cli/config/eslint-factory"
368
368
  ).action(
369
- lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-59c092df.cjs.js'); }).then((m) => m.command))
369
+ lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-8c269c68.cjs.js'); }).then((m) => m.command))
370
370
  );
371
371
  command.command("react-router-deps").description(
372
372
  "Migrates the react-router dependencies for all packages to be peer dependencies"
@@ -391,7 +391,7 @@ function registerCommands(program) {
391
391
  ).option(
392
392
  "--baseVersion <version>",
393
393
  "The version to use for any new packages (default: 0.1.0)"
394
- ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-87ab84b7.cjs.js'); }).then((m) => m.default)));
394
+ ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-e0569069.cjs.js'); }).then((m) => m.default)));
395
395
  program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
396
396
  "Open up an interactive guide to creating new things in your app [DEPRECATED]"
397
397
  ).option(
@@ -405,30 +405,30 @@ function registerCommands(program) {
405
405
  ).option("--scope <scope>", "The scope to use for new packages").option(
406
406
  "--npm-registry <URL>",
407
407
  "The package registry to use for new packages"
408
- ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-87ab84b7.cjs.js'); }).then((m) => m.default)));
408
+ ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-e0569069.cjs.js'); }).then((m) => m.default)));
409
409
  program.command("create-plugin", { hidden: true }).option(
410
410
  "--backend",
411
411
  "Create plugin with the backend dependencies as default"
412
412
  ).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(
413
- lazy(() => Promise.resolve().then(function () { return require('./createPlugin-d2dd186c.cjs.js'); }).then((m) => m.default))
413
+ lazy(() => Promise.resolve().then(function () { return require('./createPlugin-a4796872.cjs.js'); }).then((m) => m.default))
414
414
  );
415
415
  program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
416
416
  "Diff an existing plugin with the creation template [DEPRECATED]"
417
- ).action(lazy(() => Promise.resolve().then(function () { return require('./diff-c53024e7.cjs.js'); }).then((m) => m.default)));
417
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./diff-e193cc5c.cjs.js'); }).then((m) => m.default)));
418
418
  program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
419
419
  "Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
420
- ).action(lazy(() => Promise.resolve().then(function () { return require('./test-59b4bd42.cjs.js'); }).then((m) => m.default)));
420
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./test-87ae3d0d.cjs.js'); }).then((m) => m.default)));
421
421
  program.command("config:docs").option(
422
422
  "--package <name>",
423
423
  "Only include the schema that applies to the given package"
424
- ).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-b023ba4c.cjs.js'); }).then((m) => m.default)));
424
+ ).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-5603b020.cjs.js'); }).then((m) => m.default)));
425
425
  program.command("config:print").option(
426
426
  "--package <name>",
427
427
  "Only load config schema that applies to the given package"
428
428
  ).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(
429
429
  "--format <format>",
430
430
  "Format to print the configuration in, either json or yaml [yaml]"
431
- ).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-2f64bdf5.cjs.js'); }).then((m) => m.default)));
431
+ ).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-ec4b9878.cjs.js'); }).then((m) => m.default)));
432
432
  program.command("config:check").option(
433
433
  "--package <name>",
434
434
  "Only load config schema that applies to the given package"
@@ -437,14 +437,14 @@ function registerCommands(program) {
437
437
  "Enable strict config validation, forbidding errors and unknown keys"
438
438
  ).option(...configOption).description(
439
439
  "Validate that the given configuration loads and matches schema"
440
- ).action(lazy(() => Promise.resolve().then(function () { return require('./validate-a303a8e3.cjs.js'); }).then((m) => m.default)));
440
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./validate-81616b20.cjs.js'); }).then((m) => m.default)));
441
441
  program.command("config:schema").option(
442
442
  "--package <name>",
443
443
  "Only output config schema that applies to the given package"
444
444
  ).option(
445
445
  "--format <format>",
446
446
  "Format to print the schema in, either json or yaml [yaml]"
447
- ).option("--merge", "Print the config schemas merged", true).option("--no-merge", "Print the config schemas not merged").description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-ace3bb5e.cjs.js'); }).then((m) => m.default)));
447
+ ).option("--merge", "Print the config schemas merged", true).option("--no-merge", "Print the config schemas not merged").description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-04e7321f.cjs.js'); }).then((m) => m.default)));
448
448
  registerRepoCommand(program);
449
449
  registerScriptCommand(program);
450
450
  registerMigrateCommand(program);
@@ -456,19 +456,19 @@ function registerCommands(program) {
456
456
  "--release <version|next|main>",
457
457
  "Bump to a specific Backstage release line or version",
458
458
  "main"
459
- ).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-2e8bea56.cjs.js'); }).then((m) => m.default)));
460
- 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-23477f0c.cjs.js'); }).then((m) => m.default)));
461
- program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-9f682b9f.cjs.js'); }).then((m) => m.default)));
459
+ ).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-332128e5.cjs.js'); }).then((m) => m.default)));
460
+ 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-29ebbcf4.cjs.js'); }).then((m) => m.default)));
461
+ program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-fcbc16a9.cjs.js'); }).then((m) => m.default)));
462
462
  program.command("build-workspace <workspace-dir> [packages...]").option(
463
463
  "--alwaysYarnPack",
464
464
  "Force workspace output to be a result of running `yarn pack` on each package (warning: very slow)"
465
- ).description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-edb9bf88.cjs.js'); }).then((m) => m.default)));
466
- program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-8a8396a9.cjs.js'); }).then((m) => m.default)));
467
- program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-6e62343f.cjs.js'); }).then((m) => m.default)));
465
+ ).description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-9de61967.cjs.js'); }).then((m) => m.default)));
466
+ program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-592f2a54.cjs.js'); }).then((m) => m.default)));
467
+ program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-d76b408b.cjs.js'); }).then((m) => m.default)));
468
468
  program.command("install [plugin-id]", { hidden: true }).option(
469
469
  "--from <packageJsonFilePath>",
470
470
  "Install from a local package.json containing the installation recipe"
471
- ).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-e0fae686.cjs.js'); }).then((m) => m.default)));
471
+ ).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-2e390e27.cjs.js'); }).then((m) => m.default)));
472
472
  }
473
473
  function lazy(getActionFunc) {
474
474
  return async (...args) => {
@@ -512,4 +512,4 @@ exports.devDependencies = devDependencies;
512
512
  exports.paths = paths;
513
513
  exports.version = version;
514
514
  exports.version$1 = version$9;
515
- //# sourceMappingURL=index-8c92e7ea.cjs.js.map
515
+ //# sourceMappingURL=index-148826cb.cjs.js.map
@@ -4,7 +4,7 @@ var fs = require('fs-extra');
4
4
  var chalk = require('chalk');
5
5
  var yaml = require('yaml');
6
6
  var inquirer = require('inquirer');
7
- var index$1 = require('./index-8c92e7ea.cjs.js');
7
+ var index$1 = require('./index-148826cb.cjs.js');
8
8
  var crypto = require('crypto');
9
9
  var openBrowser = require('react-dev-utils/openBrowser');
10
10
  var request = require('@octokit/request');
@@ -230,4 +230,4 @@ async function verifyGithubOrg(org) {
230
230
  }
231
231
 
232
232
  exports["default"] = index;
233
- //# sourceMappingURL=index-8a8396a9.cjs.js.map
233
+ //# sourceMappingURL=index-592f2a54.cjs.js.map
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var createDistWorkspace = require('./createDistWorkspace-689658dd.cjs.js');
4
- var role = require('./role-a1f8262c.cjs.js');
3
+ var createDistWorkspace = require('./createDistWorkspace-f023a2c9.cjs.js');
4
+ var role = require('./role-1092264b.cjs.js');
5
5
  var cliNode = require('@backstage/cli-node');
6
- var index = require('./index-8c92e7ea.cjs.js');
7
- var buildBackend = require('./buildBackend-73fb40c0.cjs.js');
8
- var config = require('./config-588c8815.cjs.js');
6
+ var index = require('./index-148826cb.cjs.js');
7
+ var buildBackend = require('./buildBackend-bb6ecade.cjs.js');
8
+ var config = require('./config-864614b9.cjs.js');
9
9
  require('chalk');
10
10
  require('fs-extra');
11
11
  require('path');
12
12
  require('os');
13
13
  require('tar');
14
14
  require('lodash/partition');
15
- require('./run-5c051ac6.cjs.js');
15
+ require('./run-b8799a58.cjs.js');
16
16
  require('child_process');
17
17
  require('util');
18
18
  require('@backstage/errors');
@@ -43,7 +43,7 @@ require('react-dev-utils/ModuleScopePlugin');
43
43
  require('run-script-webpack-plugin');
44
44
  require('@manypkg/get-packages');
45
45
  require('webpack-node-externals');
46
- require('./packageDetection-8f2367a5.cjs.js');
46
+ require('./packageDetection-4281c9dc.cjs.js');
47
47
  require('lodash/pickBy');
48
48
  require('mini-css-extract-plugin');
49
49
  require('@pmmmwh/react-refresh-webpack-plugin');
@@ -102,4 +102,4 @@ async function command(opts) {
102
102
  }
103
103
 
104
104
  exports.command = command;
105
- //# sourceMappingURL=index-7029b530.cjs.js.map
105
+ //# sourceMappingURL=index-90619a49.cjs.js.map
@@ -9,7 +9,7 @@ var yaml = require('yaml');
9
9
  var cliCommon = require('@backstage/cli-common');
10
10
  var path = require('path');
11
11
  var differ = require('diff');
12
- var config = require('./config-588c8815.cjs.js');
12
+ var config = require('./config-864614b9.cjs.js');
13
13
  var catalogModel = require('@backstage/catalog-model');
14
14
  var z = require('zod');
15
15
  var integration = require('@backstage/integration');
@@ -24,7 +24,7 @@ require('child_process');
24
24
  require('@backstage/errors');
25
25
  require('@backstage/config-loader');
26
26
  require('@backstage/config');
27
- require('./index-8c92e7ea.cjs.js');
27
+ require('./index-148826cb.cjs.js');
28
28
  require('commander');
29
29
  require('semver');
30
30
  require('@manypkg/get-packages');
@@ -1208,4 +1208,4 @@ async function command() {
1208
1208
  }
1209
1209
 
1210
1210
  exports.command = command;
1211
- //# sourceMappingURL=index-b8ebd727.cjs.js.map
1211
+ //# sourceMappingURL=index-f2ecec6c.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-8c92e7ea.cjs.js');
3
+ var index = require('./index-148826cb.cjs.js');
4
4
  var os = require('os');
5
- var run = require('./run-5c051ac6.cjs.js');
5
+ var run = require('./run-b8799a58.cjs.js');
6
6
  var Lockfile = require('./Lockfile-eced6070.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-6e62343f.cjs.js.map
61
+ //# sourceMappingURL=info-d76b408b.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-cf681a73.cjs.js');
8
- var index = require('./index-8c92e7ea.cjs.js');
7
+ var packages = require('./packages-ea62bc19.cjs.js');
8
+ var index = require('./index-148826cb.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-5c051ac6.cjs.js');
12
+ var run = require('./run-b8799a58.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-e0fae686.cjs.js.map
271
+ //# sourceMappingURL=install-2e390e27.cjs.js.map
@@ -5,8 +5,8 @@ require('minimatch');
5
5
  require('@manypkg/get-packages');
6
6
  require('chalk');
7
7
  require('./yarn-6cd89e16.cjs.js');
8
- require('./run-5c051ac6.cjs.js');
9
- var index = require('./index-8c92e7ea.cjs.js');
8
+ require('./run-b8799a58.cjs.js');
9
+ var index = require('./index-148826cb.cjs.js');
10
10
  var partition = require('lodash/partition');
11
11
  var cliNode = require('@backstage/cli-node');
12
12
  require('fs-extra');
@@ -112,4 +112,4 @@ function logArray(arr, header, each) {
112
112
  exports["default"] = lint;
113
113
  exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
114
114
  exports.includedFilter = includedFilter;
115
- //# sourceMappingURL=lint-23477f0c.cjs.js.map
115
+ //# sourceMappingURL=lint-29ebbcf4.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-8c92e7ea.cjs.js');
3
+ var index = require('./index-148826cb.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-b05beefc.cjs.js.map
36
+ //# sourceMappingURL=lint-527efdef.cjs.js.map
@@ -3,7 +3,7 @@
3
3
  var chalk = require('chalk');
4
4
  var path = require('path');
5
5
  var cliNode = require('@backstage/cli-node');
6
- var index = require('./index-8c92e7ea.cjs.js');
6
+ var index = require('./index-148826cb.cjs.js');
7
7
  var parallel = require('./parallel-a8f6219c.cjs.js');
8
8
  require('commander');
9
9
  require('fs-extra');
@@ -88,4 +88,4 @@ async function command(opts) {
88
88
  }
89
89
 
90
90
  exports.command = command;
91
- //# sourceMappingURL=lint-bb657028.cjs.js.map
91
+ //# sourceMappingURL=lint-d45f133d.cjs.js.map
@@ -4,7 +4,7 @@ var chalk = require('chalk');
4
4
  var eslint = require('eslint');
5
5
  var path = require('path');
6
6
  var cliNode = require('@backstage/cli-node');
7
- var index = require('./index-8c92e7ea.cjs.js');
7
+ var index = require('./index-148826cb.cjs.js');
8
8
  require('commander');
9
9
  require('fs-extra');
10
10
  require('semver');
@@ -76,4 +76,4 @@ async function command(opts) {
76
76
  }
77
77
 
78
78
  exports.command = command;
79
- //# sourceMappingURL=list-deprecations-bdc3bae1.cjs.js.map
79
+ //# sourceMappingURL=list-deprecations-0fdb13ae.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-8c92e7ea.cjs.js');
11
- var codeowners = require('./codeowners-70c73aee.cjs.js');
10
+ var index = require('./index-148826cb.cjs.js');
11
+ var codeowners = require('./codeowners-c90142e3.cjs.js');
12
12
  var tasks = require('./tasks-84de240c.cjs.js');
13
13
  var Lockfile = require('./Lockfile-eced6070.cjs.js');
14
14
  require('minimatch');
15
15
  require('@manypkg/get-packages');
16
16
  require('./yarn-6cd89e16.cjs.js');
17
- require('./run-5c051ac6.cjs.js');
17
+ require('./run-b8799a58.cjs.js');
18
18
  var partition = require('lodash/partition');
19
19
  var cliNode = require('@backstage/cli-node');
20
20
  var errors = require('@backstage/errors');
@@ -736,4 +736,4 @@ var _new = async (opts) => {
736
736
  };
737
737
 
738
738
  exports["default"] = _new;
739
- //# sourceMappingURL=new-87ab84b7.cjs.js.map
739
+ //# sourceMappingURL=new-e0569069.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var productionPack = require('./productionPack-d569941a.cjs.js');
4
- var index = require('./index-8c92e7ea.cjs.js');
4
+ var index = require('./index-148826cb.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-4823376b.cjs.js.map
24
+ //# sourceMappingURL=pack-b755dc5d.cjs.js.map
@@ -8,13 +8,13 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
8
8
  var cliCommon = require('@backstage/cli-common');
9
9
  var ModuleScopePlugin = require('react-dev-utils/ModuleScopePlugin');
10
10
  var runScriptWebpackPlugin = require('run-script-webpack-plugin');
11
- var index = require('./index-8c92e7ea.cjs.js');
11
+ var index = require('./index-148826cb.cjs.js');
12
12
  var fs = require('fs-extra');
13
13
  var getPackages = require('@manypkg/get-packages');
14
14
  var nodeExternals = require('webpack-node-externals');
15
15
  var pickBy = require('lodash/pickBy');
16
16
  var entryPoints = require('./entryPoints-0cc55995.cjs.js');
17
- var run = require('./run-5c051ac6.cjs.js');
17
+ var run = require('./run-b8799a58.cjs.js');
18
18
  var MiniCssExtractPlugin = require('mini-css-extract-plugin');
19
19
  var svgrTemplate = require('./svgrTemplate-3549ea1c.cjs.js');
20
20
  var ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
@@ -716,4 +716,4 @@ exports.createConfig = createConfig;
716
716
  exports.createDetectedModulesEntryPoint = createDetectedModulesEntryPoint;
717
717
  exports.resolveBaseUrl = resolveBaseUrl;
718
718
  exports.resolveBundlingPaths = resolveBundlingPaths;
719
- //# sourceMappingURL=packageDetection-8f2367a5.cjs.js.map
719
+ //# sourceMappingURL=packageDetection-4281c9dc.cjs.js.map
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var fix = require('./fix-889c755d.cjs.js');
3
+ var fix = require('./fix-c878a75e.cjs.js');
4
4
  require('@backstage/cli-node');
5
5
  require('fs-extra');
6
6
  require('path');
7
- require('./index-8c92e7ea.cjs.js');
7
+ require('./index-148826cb.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('semver');
@@ -23,4 +23,4 @@ async function command() {
23
23
  }
24
24
 
25
25
  exports.command = command;
26
- //# sourceMappingURL=packageExports-5852d902.cjs.js.map
26
+ //# sourceMappingURL=packageExports-2323fa69.cjs.js.map
@@ -3,9 +3,9 @@
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
5
  var cliNode = require('@backstage/cli-node');
6
- var run = require('./run-5c051ac6.cjs.js');
6
+ var run = require('./run-b8799a58.cjs.js');
7
7
  require('child_process');
8
- require('./index-8c92e7ea.cjs.js');
8
+ require('./index-148826cb.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -79,4 +79,4 @@ async function command() {
79
79
  }
80
80
 
81
81
  exports.command = command;
82
- //# sourceMappingURL=packageLintConfigs-59c092df.cjs.js.map
82
+ //# sourceMappingURL=packageLintConfigs-8c269c68.cjs.js.map
@@ -4,7 +4,7 @@ var fs = require('fs-extra');
4
4
  var path = require('path');
5
5
  var getPackages = require('@manypkg/get-packages');
6
6
  var cliNode = require('@backstage/cli-node');
7
- var index = require('./index-8c92e7ea.cjs.js');
7
+ var index = require('./index-148826cb.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('semver');
@@ -55,4 +55,4 @@ var packageRole = async () => {
55
55
  };
56
56
 
57
57
  exports["default"] = packageRole;
58
- //# sourceMappingURL=packageRole-fba2eebf.cjs.js.map
58
+ //# sourceMappingURL=packageRole-9318ff16.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-8c92e7ea.cjs.js');
5
+ var index = require('./index-148826cb.cjs.js');
6
6
  var yarn = require('./yarn-6cd89e16.cjs.js');
7
- var run = require('./run-5c051ac6.cjs.js');
7
+ var run = require('./run-b8799a58.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-cf681a73.cjs.js.map
83
+ //# sourceMappingURL=packages-ea62bc19.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-588c8815.cjs.js');
5
+ var config = require('./config-864614b9.cjs.js');
6
6
  require('@backstage/config-loader');
7
- require('./index-8c92e7ea.cjs.js');
7
+ require('./index-148826cb.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('fs-extra');
@@ -58,4 +58,4 @@ function serializeConfigData(appConfigs, schema, visibility) {
58
58
  }
59
59
 
60
60
  exports["default"] = print;
61
- //# sourceMappingURL=print-2f64bdf5.cjs.js.map
61
+ //# sourceMappingURL=print-ec4b9878.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var fs = require('fs-extra');
4
- var index = require('./index-8c92e7ea.cjs.js');
4
+ var index = require('./index-148826cb.cjs.js');
5
5
  var cliNode = require('@backstage/cli-node');
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -22,4 +22,4 @@ async function findRoleFromCommand(opts) {
22
22
  }
23
23
 
24
24
  exports.findRoleFromCommand = findRoleFromCommand;
25
- //# sourceMappingURL=role-a1f8262c.cjs.js.map
25
+ //# sourceMappingURL=role-1092264b.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-8c92e7ea.cjs.js');
4
+ var index = require('./index-148826cb.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-5c051ac6.cjs.js.map
82
+ //# sourceMappingURL=run-b8799a58.cjs.js.map
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var yaml = require('yaml');
4
- var config = require('./config-588c8815.cjs.js');
4
+ var config = require('./config-864614b9.cjs.js');
5
5
  var configLoader = require('@backstage/config-loader');
6
6
  require('@backstage/config');
7
- require('./index-8c92e7ea.cjs.js');
7
+ require('./index-148826cb.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('fs-extra');
@@ -42,4 +42,4 @@ var schema = async (opts) => {
42
42
  };
43
43
 
44
44
  exports["default"] = schema;
45
- //# sourceMappingURL=schema-ace3bb5e.cjs.js.map
45
+ //# sourceMappingURL=schema-04e7321f.cjs.js.map
@@ -2,8 +2,8 @@
2
2
 
3
3
  var os = require('os');
4
4
  var cliNode = require('@backstage/cli-node');
5
- var index = require('./index-8c92e7ea.cjs.js');
6
- var run = require('./run-5c051ac6.cjs.js');
5
+ var index = require('./index-148826cb.cjs.js');
6
+ var run = require('./run-b8799a58.cjs.js');
7
7
  require('commander');
8
8
  require('chalk');
9
9
  require('fs-extra');
@@ -123,4 +123,4 @@ async function command(opts, cmd) {
123
123
 
124
124
  exports.command = command;
125
125
  exports.createFlagFinder = createFlagFinder;
126
- //# sourceMappingURL=test-cdeaa87a.cjs.js.map
126
+ //# sourceMappingURL=test-56e64a6d.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-8c92e7ea.cjs.js');
4
- var run = require('./run-5c051ac6.cjs.js');
3
+ var index = require('./index-148826cb.cjs.js');
4
+ var run = require('./run-b8799a58.cjs.js');
5
5
  require('commander');
6
6
  require('chalk');
7
7
  require('fs-extra');
@@ -56,4 +56,4 @@ var test = async (_opts, cmd) => {
56
56
  };
57
57
 
58
58
  exports["default"] = test;
59
- //# sourceMappingURL=test-59b4bd42.cjs.js.map
59
+ //# sourceMappingURL=test-87ae3d0d.cjs.js.map
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var config = require('./config-588c8815.cjs.js');
3
+ var config = require('./config-864614b9.cjs.js');
4
4
  require('@backstage/config-loader');
5
5
  require('@backstage/config');
6
- require('./index-8c92e7ea.cjs.js');
6
+ require('./index-148826cb.cjs.js');
7
7
  require('commander');
8
8
  require('chalk');
9
9
  require('fs-extra');
@@ -25,4 +25,4 @@ var validate = async (opts) => {
25
25
  };
26
26
 
27
27
  exports["default"] = validate;
28
- //# sourceMappingURL=validate-a303a8e3.cjs.js.map
28
+ //# sourceMappingURL=validate-81616b20.cjs.js.map
package/dist/index.cjs.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('commander');
4
4
  require('chalk');
5
- require('./cjs/index-8c92e7ea.cjs.js');
5
+ require('./cjs/index-148826cb.cjs.js');
6
6
  require('fs-extra');
7
7
  require('semver');
8
8
  require('@backstage/cli-common');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
3
  "description": "CLI for developing Backstage plugins and apps",
4
- "version": "0.23.0",
4
+ "version": "0.23.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },