@backstage/cli 0.22.2 → 0.22.3
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.
- package/CHANGELOG.md +13 -0
- package/dist/cjs/{PackageGraph-7dd0958b.cjs.js → PackageGraph-5cd8b6d9.cjs.js} +3 -3
- package/dist/cjs/{build-8e8f4b90.cjs.js → build-ec5ef7e9.cjs.js} +9 -9
- package/dist/cjs/{buildBackend-dfc19947.cjs.js → buildBackend-8e6c3c4c.cjs.js} +6 -6
- package/dist/cjs/{buildWorkspace-6d626ded.cjs.js → buildWorkspace-8c25ffb2.cjs.js} +6 -6
- package/dist/cjs/{bump-e55e3f25.cjs.js → bump-918a304f.cjs.js} +6 -6
- package/dist/cjs/{clean-372cff5d.cjs.js → clean-6f98df01.cjs.js} +2 -2
- package/dist/cjs/{clean-48717f89.cjs.js → clean-718950b6.cjs.js} +4 -4
- package/dist/cjs/{config-556062e7.cjs.js → config-d7029aa8.cjs.js} +3 -3
- package/dist/cjs/{createDistWorkspace-6700abe7.cjs.js → createDistWorkspace-cc06390d.cjs.js} +5 -5
- package/dist/cjs/{createPlugin-7a16a552.cjs.js → createPlugin-96f42a6a.cjs.js} +4 -4
- package/dist/cjs/{diff-a0d98776.cjs.js → diff-de813448.cjs.js} +2 -2
- package/dist/cjs/{docs-77bd2d69.cjs.js → docs-bdbc6e7e.cjs.js} +5 -5
- package/dist/cjs/{fix-86ded601.cjs.js → fix-8c8a8658.cjs.js} +4 -4
- package/dist/cjs/{index-5faa3f0f.cjs.js → index-3f5b204a.cjs.js} +8 -8
- package/dist/cjs/{index-f1a63ca8.cjs.js → index-4757258f.cjs.js} +35 -35
- package/dist/cjs/{index-ba636dd7.cjs.js → index-6c7dbf32.cjs.js} +9 -9
- package/dist/cjs/{index-025b1943.cjs.js → index-77c5f873.cjs.js} +2 -2
- package/dist/cjs/{info-af6f1745.cjs.js → info-e640b7f0.cjs.js} +3 -3
- package/dist/cjs/{install-369c52f1.cjs.js → install-4508ea3b.cjs.js} +4 -4
- package/dist/cjs/{lint-203706ef.cjs.js → lint-5b6f058e.cjs.js} +4 -4
- package/dist/cjs/{lint-1cc48309.cjs.js → lint-aa3dda62.cjs.js} +4 -4
- package/dist/cjs/{lint-ffbffd52.cjs.js → lint-acb15aef.cjs.js} +2 -2
- package/dist/cjs/{list-deprecations-436c133f.cjs.js → list-deprecations-e1aafd6b.cjs.js} +4 -4
- package/dist/cjs/{new-975fe206.cjs.js → new-b141ae29.cjs.js} +4 -4
- package/dist/cjs/{pack-5d139bfd.cjs.js → pack-62958350.cjs.js} +2 -2
- package/dist/cjs/{packageLintConfigs-9c30e67a.cjs.js → packageLintConfigs-bd6a6ffb.cjs.js} +4 -4
- package/dist/cjs/{packageRole-83401185.cjs.js → packageRole-8d74d86a.cjs.js} +3 -3
- package/dist/cjs/{packageRoles-1fb2226f.cjs.js → packageRoles-956dca20.cjs.js} +2 -2
- package/dist/cjs/{packageScripts-b88a681b.cjs.js → packageScripts-b4dfbc9a.cjs.js} +5 -5
- package/dist/cjs/{packages-5475aaf8.cjs.js → packages-ab515737.cjs.js} +3 -3
- package/dist/cjs/{paths-5b37dc39.cjs.js → paths-df76dd28.cjs.js} +3 -3
- package/dist/cjs/{print-229b4e32.cjs.js → print-cabdc32a.cjs.js} +5 -5
- package/dist/cjs/{reactRouterDeps-afe2c8c8.cjs.js → reactRouterDeps-16d02280.cjs.js} +5 -5
- package/dist/cjs/{run-4a1fb72c.cjs.js → run-3445beee.cjs.js} +2 -2
- package/dist/cjs/{schema-b441a594.cjs.js → schema-bd6ef683.cjs.js} +5 -5
- package/dist/cjs/{tasks-08a031c7.cjs.js → tasks-b86e63da.cjs.js} +2 -2
- package/dist/cjs/{test-d20d45cc.cjs.js → test-2ea225bc.cjs.js} +4 -4
- package/dist/cjs/{test-cb5d4603.cjs.js → test-88aa4859.cjs.js} +3 -3
- package/dist/cjs/{validate-b67cfdc0.cjs.js → validate-b595e7b4.cjs.js} +5 -5
- package/dist/index.cjs.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
+
## 0.22.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/eslint-plugin@0.1.1
|
|
9
|
+
- @backstage/cli-common@0.1.11
|
|
10
|
+
- @backstage/config@1.0.6
|
|
11
|
+
- @backstage/config-loader@1.1.8
|
|
12
|
+
- @backstage/errors@1.1.4
|
|
13
|
+
- @backstage/release-manifests@0.0.8
|
|
14
|
+
- @backstage/types@1.0.2
|
|
15
|
+
|
|
3
16
|
## 0.22.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var path = require('path');
|
|
4
4
|
var getPackages = require('@manypkg/get-packages');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-4757258f.cjs.js');
|
|
6
6
|
var errors = require('@backstage/errors');
|
|
7
7
|
var child_process = require('child_process');
|
|
8
8
|
var util = require('util');
|
|
@@ -10,7 +10,7 @@ var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
|
10
10
|
require('minimatch');
|
|
11
11
|
require('chalk');
|
|
12
12
|
require('./yarn-6cd89e16.cjs.js');
|
|
13
|
-
require('./run-
|
|
13
|
+
require('./run-3445beee.cjs.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
16
16
|
|
|
@@ -247,4 +247,4 @@ class PackageGraph extends Map {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
exports.PackageGraph = PackageGraph;
|
|
250
|
-
//# sourceMappingURL=PackageGraph-
|
|
250
|
+
//# sourceMappingURL=PackageGraph-5cd8b6d9.cjs.js.map
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
6
|
-
var PackageGraph = require('./PackageGraph-
|
|
5
|
+
var createDistWorkspace = require('./createDistWorkspace-cc06390d.cjs.js');
|
|
6
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
7
7
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
8
|
-
var index = require('./index-
|
|
9
|
-
var packageRoles = require('./packageRoles-
|
|
10
|
-
var buildBackend = require('./buildBackend-
|
|
8
|
+
var index = require('./index-4757258f.cjs.js');
|
|
9
|
+
var packageRoles = require('./packageRoles-956dca20.cjs.js');
|
|
10
|
+
var buildBackend = require('./buildBackend-8e6c3c4c.cjs.js');
|
|
11
11
|
require('fs-extra');
|
|
12
12
|
require('os');
|
|
13
13
|
require('tar');
|
|
14
14
|
require('lodash/partition');
|
|
15
|
-
require('./run-
|
|
15
|
+
require('./run-3445beee.cjs.js');
|
|
16
16
|
require('child_process');
|
|
17
17
|
require('util');
|
|
18
18
|
require('@backstage/errors');
|
|
@@ -45,7 +45,7 @@ require('html-webpack-plugin');
|
|
|
45
45
|
require('react-dev-utils/ModuleScopePlugin');
|
|
46
46
|
require('run-script-webpack-plugin');
|
|
47
47
|
require('webpack-node-externals');
|
|
48
|
-
require('./paths-
|
|
48
|
+
require('./paths-df76dd28.cjs.js');
|
|
49
49
|
require('mini-css-extract-plugin');
|
|
50
50
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
51
51
|
require('eslint-webpack-plugin');
|
|
@@ -55,7 +55,7 @@ require('react-dev-utils/FileSizeReporter');
|
|
|
55
55
|
require('react-dev-utils/formatWebpackMessages');
|
|
56
56
|
require('webpack-dev-server');
|
|
57
57
|
require('react-dev-utils/openBrowser');
|
|
58
|
-
require('./config-
|
|
58
|
+
require('./config-d7029aa8.cjs.js');
|
|
59
59
|
require('@backstage/config-loader');
|
|
60
60
|
require('@backstage/config');
|
|
61
61
|
|
|
@@ -192,4 +192,4 @@ async function command(opts, cmd) {
|
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
exports.command = command;
|
|
195
|
-
//# sourceMappingURL=build-
|
|
195
|
+
//# sourceMappingURL=build-ec5ef7e9.cjs.js.map
|
|
@@ -10,11 +10,11 @@ require('run-script-webpack-plugin');
|
|
|
10
10
|
require('webpack-node-externals');
|
|
11
11
|
require('@backstage/cli-common');
|
|
12
12
|
require('@manypkg/get-packages');
|
|
13
|
-
var paths = require('./paths-
|
|
13
|
+
var paths = require('./paths-df76dd28.cjs.js');
|
|
14
14
|
require('mini-css-extract-plugin');
|
|
15
15
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
16
|
-
require('./index-
|
|
17
|
-
require('./run-
|
|
16
|
+
require('./index-4757258f.cjs.js');
|
|
17
|
+
require('./run-3445beee.cjs.js');
|
|
18
18
|
require('eslint-webpack-plugin');
|
|
19
19
|
require('lodash/pickBy');
|
|
20
20
|
var yn = require('yn');
|
|
@@ -24,10 +24,10 @@ var chalk = require('chalk');
|
|
|
24
24
|
require('webpack-dev-server');
|
|
25
25
|
require('react-dev-utils/openBrowser');
|
|
26
26
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
27
|
-
var config = require('./config-
|
|
27
|
+
var config = require('./config-d7029aa8.cjs.js');
|
|
28
28
|
var os = require('os');
|
|
29
29
|
var tar = require('tar');
|
|
30
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
30
|
+
var createDistWorkspace = require('./createDistWorkspace-cc06390d.cjs.js');
|
|
31
31
|
|
|
32
32
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
33
33
|
|
|
@@ -205,4 +205,4 @@ async function buildBackend(options) {
|
|
|
205
205
|
|
|
206
206
|
exports.buildBackend = buildBackend;
|
|
207
207
|
exports.buildFrontend = buildFrontend;
|
|
208
|
-
//# sourceMappingURL=buildBackend-
|
|
208
|
+
//# sourceMappingURL=buildBackend-8e6c3c4c.cjs.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
4
|
+
var createDistWorkspace = require('./createDistWorkspace-cc06390d.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-
|
|
10
|
+
require('./index-4757258f.cjs.js');
|
|
11
11
|
require('commander');
|
|
12
12
|
require('semver');
|
|
13
13
|
require('@backstage/cli-common');
|
|
14
14
|
require('@backstage/errors');
|
|
15
|
-
require('./run-
|
|
15
|
+
require('./run-3445beee.cjs.js');
|
|
16
16
|
require('child_process');
|
|
17
17
|
require('util');
|
|
18
|
-
require('./PackageGraph-
|
|
18
|
+
require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
19
19
|
require('@manypkg/get-packages');
|
|
20
20
|
require('./Lockfile-bc3a8337.cjs.js');
|
|
21
21
|
require('@yarnpkg/parsers');
|
|
@@ -35,7 +35,7 @@ require('rollup-pluginutils');
|
|
|
35
35
|
require('./svgrTemplate-550efce6.cjs.js');
|
|
36
36
|
require('./parallel-a8f6219c.cjs.js');
|
|
37
37
|
require('worker_threads');
|
|
38
|
-
require('./packageRoles-
|
|
38
|
+
require('./packageRoles-956dca20.cjs.js');
|
|
39
39
|
require('zod');
|
|
40
40
|
require('npm-packlist');
|
|
41
41
|
|
|
@@ -53,4 +53,4 @@ var buildWorkspace = async (dir, packages) => {
|
|
|
53
53
|
};
|
|
54
54
|
|
|
55
55
|
exports["default"] = buildWorkspace;
|
|
56
|
-
//# sourceMappingURL=buildWorkspace-
|
|
56
|
+
//# sourceMappingURL=buildWorkspace-8c25ffb2.cjs.js.map
|
|
@@ -7,16 +7,16 @@ 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-
|
|
11
|
-
var index = require('./index-
|
|
10
|
+
var run = require('./run-3445beee.cjs.js');
|
|
11
|
+
var index = require('./index-4757258f.cjs.js');
|
|
12
12
|
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
13
|
-
var packages = require('./packages-
|
|
14
|
-
var lint = require('./lint-
|
|
13
|
+
var packages = require('./packages-ab515737.cjs.js');
|
|
14
|
+
var lint = require('./lint-5b6f058e.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');
|
|
18
18
|
require('global-agent/bootstrap');
|
|
19
|
-
var PackageGraph = require('./PackageGraph-
|
|
19
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
20
20
|
require('child_process');
|
|
21
21
|
require('util');
|
|
22
22
|
require('commander');
|
|
@@ -409,4 +409,4 @@ exports.bumpBackstageJsonVersion = bumpBackstageJsonVersion;
|
|
|
409
409
|
exports.createStrictVersionFinder = createStrictVersionFinder;
|
|
410
410
|
exports.createVersionFinder = createVersionFinder;
|
|
411
411
|
exports["default"] = bump;
|
|
412
|
-
//# sourceMappingURL=bump-
|
|
412
|
+
//# sourceMappingURL=bump-918a304f.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-
|
|
4
|
+
var index = require('./index-4757258f.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-
|
|
22
|
+
//# sourceMappingURL=clean-6f98df01.cjs.js.map
|
|
@@ -4,8 +4,8 @@ var child_process = require('child_process');
|
|
|
4
4
|
var fs = require('fs-extra');
|
|
5
5
|
var path = require('path');
|
|
6
6
|
var util = require('util');
|
|
7
|
-
var PackageGraph = require('./PackageGraph-
|
|
8
|
-
var index = require('./index-
|
|
7
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
8
|
+
var index = require('./index-4757258f.cjs.js');
|
|
9
9
|
require('@manypkg/get-packages');
|
|
10
10
|
require('@backstage/errors');
|
|
11
11
|
require('./Lockfile-bc3a8337.cjs.js');
|
|
@@ -15,7 +15,7 @@ require('@yarnpkg/lockfile');
|
|
|
15
15
|
require('minimatch');
|
|
16
16
|
require('chalk');
|
|
17
17
|
require('./yarn-6cd89e16.cjs.js');
|
|
18
|
-
require('./run-
|
|
18
|
+
require('./run-3445beee.cjs.js');
|
|
19
19
|
require('commander');
|
|
20
20
|
require('@backstage/cli-common');
|
|
21
21
|
|
|
@@ -53,4 +53,4 @@ async function command() {
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
exports.command = command;
|
|
56
|
-
//# sourceMappingURL=clean-
|
|
56
|
+
//# sourceMappingURL=clean-718950b6.cjs.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var configLoader = require('@backstage/config-loader');
|
|
4
4
|
var config = require('@backstage/config');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-4757258f.cjs.js');
|
|
6
6
|
var getPackages = require('@manypkg/get-packages');
|
|
7
|
-
var PackageGraph = require('./PackageGraph-
|
|
7
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
8
8
|
|
|
9
9
|
function isValidUrl(url) {
|
|
10
10
|
try {
|
|
@@ -83,4 +83,4 @@ async function loadCliConfig(options) {
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
exports.loadCliConfig = loadCliConfig;
|
|
86
|
-
//# sourceMappingURL=config-
|
|
86
|
+
//# sourceMappingURL=config-d7029aa8.cjs.js.map
|
package/dist/cjs/{createDistWorkspace-6700abe7.cjs.js → createDistWorkspace-cc06390d.cjs.js}
RENAMED
|
@@ -6,9 +6,9 @@ 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-
|
|
10
|
-
var run = require('./run-
|
|
11
|
-
var PackageGraph = require('./PackageGraph-
|
|
9
|
+
var index = require('./index-4757258f.cjs.js');
|
|
10
|
+
var run = require('./run-3445beee.cjs.js');
|
|
11
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
12
12
|
var rollup = require('rollup');
|
|
13
13
|
var commonjs = require('@rollup/plugin-commonjs');
|
|
14
14
|
var resolve = require('@rollup/plugin-node-resolve');
|
|
@@ -21,7 +21,7 @@ var yaml = require('@rollup/plugin-yaml');
|
|
|
21
21
|
var rollupPluginutils = require('rollup-pluginutils');
|
|
22
22
|
var svgrTemplate = require('./svgrTemplate-550efce6.cjs.js');
|
|
23
23
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
24
|
-
var packageRoles = require('./packageRoles-
|
|
24
|
+
var packageRoles = require('./packageRoles-956dca20.cjs.js');
|
|
25
25
|
var npmPackList = require('npm-packlist');
|
|
26
26
|
|
|
27
27
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -740,4 +740,4 @@ exports.buildPackage = buildPackage;
|
|
|
740
740
|
exports.buildPackages = buildPackages;
|
|
741
741
|
exports.createDistWorkspace = createDistWorkspace;
|
|
742
742
|
exports.getOutputsForRole = getOutputsForRole;
|
|
743
|
-
//# sourceMappingURL=createDistWorkspace-
|
|
743
|
+
//# sourceMappingURL=createDistWorkspace-cc06390d.cjs.js.map
|
|
@@ -10,13 +10,13 @@ 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 tasks = require('./tasks-
|
|
14
|
-
var index = require('./index-
|
|
13
|
+
var tasks = require('./tasks-b86e63da.cjs.js');
|
|
14
|
+
var index = require('./index-4757258f.cjs.js');
|
|
15
15
|
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
16
16
|
require('minimatch');
|
|
17
17
|
require('@manypkg/get-packages');
|
|
18
18
|
require('./yarn-6cd89e16.cjs.js');
|
|
19
|
-
require('./run-
|
|
19
|
+
require('./run-3445beee.cjs.js');
|
|
20
20
|
require('handlebars');
|
|
21
21
|
require('ora');
|
|
22
22
|
require('recursive-readdir');
|
|
@@ -275,4 +275,4 @@ exports.addPluginExtensionToApp = addPluginExtensionToApp;
|
|
|
275
275
|
exports.capitalize = capitalize;
|
|
276
276
|
exports["default"] = createPlugin;
|
|
277
277
|
exports.movePlugin = movePlugin;
|
|
278
|
-
//# sourceMappingURL=createPlugin-
|
|
278
|
+
//# sourceMappingURL=createPlugin-96f42a6a.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-
|
|
10
|
+
var index = require('./index-4757258f.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-
|
|
437
|
+
//# sourceMappingURL=diff-de813448.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-
|
|
5
|
+
var config = require('./config-d7029aa8.cjs.js');
|
|
6
6
|
require('@backstage/config');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-4757258f.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-
|
|
15
|
+
require('./PackageGraph-5cd8b6d9.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-
|
|
24
|
+
require('./run-3445beee.cjs.js');
|
|
25
25
|
|
|
26
26
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
27
27
|
|
|
@@ -43,4 +43,4 @@ var docs = async (opts) => {
|
|
|
43
43
|
};
|
|
44
44
|
|
|
45
45
|
exports["default"] = docs;
|
|
46
|
-
//# sourceMappingURL=docs-
|
|
46
|
+
//# sourceMappingURL=docs-bdbc6e7e.cjs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-4757258f.cjs.js');
|
|
4
4
|
var eslint = require('eslint');
|
|
5
5
|
var path = require('path');
|
|
6
6
|
var fs = require('fs-extra');
|
|
7
7
|
var cliCommon = require('@backstage/cli-common');
|
|
8
|
-
var PackageGraph = require('./PackageGraph-
|
|
8
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.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-
|
|
21
|
+
require('./run-3445beee.cjs.js');
|
|
22
22
|
|
|
23
23
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
24
24
|
|
|
@@ -129,4 +129,4 @@ async function command() {
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
exports.command = command;
|
|
132
|
-
//# sourceMappingURL=fix-
|
|
132
|
+
//# sourceMappingURL=fix-8c8a8658.cjs.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
|
-
var index = require('./index-
|
|
4
|
+
var index = require('./index-4757258f.cjs.js');
|
|
5
5
|
var webpack = require('webpack');
|
|
6
|
-
var paths = require('./paths-
|
|
6
|
+
var paths = require('./paths-df76dd28.cjs.js');
|
|
7
7
|
require('yn');
|
|
8
8
|
var path = require('path');
|
|
9
9
|
require('react-dev-utils/FileSizeReporter');
|
|
@@ -17,7 +17,7 @@ require('@backstage/cli-common');
|
|
|
17
17
|
require('@manypkg/get-packages');
|
|
18
18
|
require('mini-css-extract-plugin');
|
|
19
19
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
20
|
-
require('./run-
|
|
20
|
+
require('./run-3445beee.cjs.js');
|
|
21
21
|
require('eslint-webpack-plugin');
|
|
22
22
|
require('lodash/pickBy');
|
|
23
23
|
var chalk = require('chalk');
|
|
@@ -29,13 +29,13 @@ var errors = require('@backstage/errors');
|
|
|
29
29
|
var debounce = require('lodash/debounce');
|
|
30
30
|
var spawn = require('cross-spawn');
|
|
31
31
|
var uniq = require('lodash/uniq');
|
|
32
|
-
var config = require('./config-
|
|
32
|
+
var config = require('./config-d7029aa8.cjs.js');
|
|
33
33
|
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
34
34
|
require('minimatch');
|
|
35
35
|
require('./yarn-6cd89e16.cjs.js');
|
|
36
|
-
var lint = require('./lint-
|
|
37
|
-
var PackageGraph = require('./PackageGraph-
|
|
38
|
-
var packageRoles = require('./packageRoles-
|
|
36
|
+
var lint = require('./lint-5b6f058e.cjs.js');
|
|
37
|
+
var PackageGraph = require('./PackageGraph-5cd8b6d9.cjs.js');
|
|
38
|
+
var packageRoles = require('./packageRoles-956dca20.cjs.js');
|
|
39
39
|
require('commander');
|
|
40
40
|
require('semver');
|
|
41
41
|
require('./svgrTemplate-550efce6.cjs.js');
|
|
@@ -469,4 +469,4 @@ async function command(opts) {
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
exports.command = command;
|
|
472
|
-
//# sourceMappingURL=index-
|
|
472
|
+
//# sourceMappingURL=index-3f5b204a.cjs.js.map
|
|
@@ -48,7 +48,7 @@ const paths = cliCommon.findPaths(__dirname);
|
|
|
48
48
|
|
|
49
49
|
var version$a = "0.18.2";
|
|
50
50
|
|
|
51
|
-
var version$9 = "0.22.
|
|
51
|
+
var version$9 = "0.22.3";
|
|
52
52
|
var dependencies = {
|
|
53
53
|
"@backstage/cli-common": "workspace:^",
|
|
54
54
|
"@backstage/config": "workspace:^",
|
|
@@ -267,7 +267,7 @@ function registerRepoCommand(program) {
|
|
|
267
267
|
).option(
|
|
268
268
|
"--since <ref>",
|
|
269
269
|
"Only build packages and their dev dependents that changed since the specified ref"
|
|
270
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
270
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./build-ec5ef7e9.cjs.js'); }).then((m) => m.command)));
|
|
271
271
|
command.command("lint").description("Lint all packages in the project").option(
|
|
272
272
|
"--format <format>",
|
|
273
273
|
"Lint report output format",
|
|
@@ -275,10 +275,10 @@ function registerRepoCommand(program) {
|
|
|
275
275
|
).option(
|
|
276
276
|
"--since <ref>",
|
|
277
277
|
"Only lint packages that changed since the specified ref"
|
|
278
|
-
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
279
|
-
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
278
|
+
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-aa3dda62.cjs.js'); }).then((m) => m.command)));
|
|
279
|
+
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-718950b6.cjs.js'); }).then((m) => m.command)));
|
|
280
280
|
command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
|
|
281
|
-
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-
|
|
281
|
+
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-e1aafd6b.cjs.js'); }).then((m) => m.command))
|
|
282
282
|
);
|
|
283
283
|
command.command("test").allowUnknownOption(true).option(
|
|
284
284
|
"--since <ref>",
|
|
@@ -286,14 +286,14 @@ function registerRepoCommand(program) {
|
|
|
286
286
|
).option(
|
|
287
287
|
"--jest-help",
|
|
288
288
|
"Show help for Jest CLI options, which are passed through"
|
|
289
|
-
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
289
|
+
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-2ea225bc.cjs.js'); }).then((m) => m.command)));
|
|
290
290
|
}
|
|
291
291
|
function registerScriptCommand(program) {
|
|
292
292
|
const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
|
|
293
293
|
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(
|
|
294
294
|
"--inspect-brk",
|
|
295
295
|
"Enable debugger in Node.js environments, breaking before code starts"
|
|
296
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
296
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-3f5b204a.cjs.js'); }).then((m) => m.command)));
|
|
297
297
|
command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
|
|
298
298
|
"--minify",
|
|
299
299
|
"Minify the generated code. Does not apply to app or backend packages."
|
|
@@ -311,33 +311,33 @@ function registerScriptCommand(program) {
|
|
|
311
311
|
"Config files to load instead of app-config.yaml. Applies to app packages only.",
|
|
312
312
|
(opt, opts) => opts ? [...opts, opt] : [opt],
|
|
313
313
|
Array()
|
|
314
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
314
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-6c7dbf32.cjs.js'); }).then((m) => m.command)));
|
|
315
315
|
command.command("lint [directories...]").option(
|
|
316
316
|
"--format <format>",
|
|
317
317
|
"Lint report output format",
|
|
318
318
|
"eslint-formatter-friendly"
|
|
319
|
-
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
320
|
-
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-
|
|
321
|
-
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-
|
|
322
|
-
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
323
|
-
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
324
|
-
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
319
|
+
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-acb15aef.cjs.js'); }).then((m) => m.default)));
|
|
320
|
+
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-88aa4859.cjs.js'); }).then((m) => m.default)));
|
|
321
|
+
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-8c8a8658.cjs.js'); }).then((m) => m.command)));
|
|
322
|
+
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-6f98df01.cjs.js'); }).then((m) => m.default)));
|
|
323
|
+
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-62958350.cjs.js'); }).then((m) => m.pre)));
|
|
324
|
+
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-62958350.cjs.js'); }).then((m) => m.post)));
|
|
325
325
|
}
|
|
326
326
|
function registerMigrateCommand(program) {
|
|
327
327
|
const command = program.command("migrate [command]").description("Migration utilities");
|
|
328
|
-
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-
|
|
328
|
+
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-8d74d86a.cjs.js'); }).then((m) => m.default)));
|
|
329
329
|
command.command("package-scripts").description("Set package scripts according to each package role").action(
|
|
330
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-
|
|
330
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-b4dfbc9a.cjs.js'); }).then((m) => m.command))
|
|
331
331
|
);
|
|
332
332
|
command.command("package-lint-configs").description(
|
|
333
333
|
"Migrates all packages to use @backstage/cli/config/eslint-factory"
|
|
334
334
|
).action(
|
|
335
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-
|
|
335
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-bd6a6ffb.cjs.js'); }).then((m) => m.command))
|
|
336
336
|
);
|
|
337
337
|
command.command("react-router-deps").description(
|
|
338
338
|
"Migrates the react-router dependencies for all packages to be peer dependencies"
|
|
339
339
|
).action(
|
|
340
|
-
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-
|
|
340
|
+
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-16d02280.cjs.js'); }).then((m) => m.command))
|
|
341
341
|
);
|
|
342
342
|
}
|
|
343
343
|
function registerCommands(program) {
|
|
@@ -357,7 +357,7 @@ function registerCommands(program) {
|
|
|
357
357
|
).option(
|
|
358
358
|
"--baseVersion <version>",
|
|
359
359
|
"The version to use for any new packages (default: 0.1.0)"
|
|
360
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
360
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-b141ae29.cjs.js'); }).then((m) => m.default)));
|
|
361
361
|
program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
|
|
362
362
|
"Open up an interactive guide to creating new things in your app [DEPRECATED]"
|
|
363
363
|
).option(
|
|
@@ -371,43 +371,43 @@ function registerCommands(program) {
|
|
|
371
371
|
).option("--scope <scope>", "The scope to use for new packages").option(
|
|
372
372
|
"--npm-registry <URL>",
|
|
373
373
|
"The package registry to use for new packages"
|
|
374
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
374
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-b141ae29.cjs.js'); }).then((m) => m.default)));
|
|
375
375
|
program.command("create-plugin", { hidden: true }).option(
|
|
376
376
|
"--backend",
|
|
377
377
|
"Create plugin with the backend dependencies as default"
|
|
378
378
|
).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(
|
|
379
|
-
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
379
|
+
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-96f42a6a.cjs.js'); }).then((m) => m.default))
|
|
380
380
|
);
|
|
381
381
|
program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
|
|
382
382
|
"Diff an existing plugin with the creation template [DEPRECATED]"
|
|
383
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
383
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-de813448.cjs.js'); }).then((m) => m.default)));
|
|
384
384
|
program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
|
|
385
385
|
"Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
|
|
386
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
386
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./test-88aa4859.cjs.js'); }).then((m) => m.default)));
|
|
387
387
|
program.command("config:docs").option(
|
|
388
388
|
"--package <name>",
|
|
389
389
|
"Only include the schema that applies to the given package"
|
|
390
|
-
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
390
|
+
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-bdbc6e7e.cjs.js'); }).then((m) => m.default)));
|
|
391
391
|
program.command("config:print").option(
|
|
392
392
|
"--package <name>",
|
|
393
393
|
"Only load config schema that applies to the given package"
|
|
394
394
|
).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(
|
|
395
395
|
"--format <format>",
|
|
396
396
|
"Format to print the configuration in, either json or yaml [yaml]"
|
|
397
|
-
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
397
|
+
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-cabdc32a.cjs.js'); }).then((m) => m.default)));
|
|
398
398
|
program.command("config:check").option(
|
|
399
399
|
"--package <name>",
|
|
400
400
|
"Only load config schema that applies to the given package"
|
|
401
401
|
).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(
|
|
402
402
|
"Validate that the given configuration loads and matches schema"
|
|
403
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
403
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-b595e7b4.cjs.js'); }).then((m) => m.default)));
|
|
404
404
|
program.command("config:schema").option(
|
|
405
405
|
"--package <name>",
|
|
406
406
|
"Only output config schema that applies to the given package"
|
|
407
407
|
).option(
|
|
408
408
|
"--format <format>",
|
|
409
409
|
"Format to print the schema in, either json or yaml [yaml]"
|
|
410
|
-
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-
|
|
410
|
+
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-bd6ef683.cjs.js'); }).then((m) => m.default)));
|
|
411
411
|
registerRepoCommand(program);
|
|
412
412
|
registerScriptCommand(program);
|
|
413
413
|
registerMigrateCommand(program);
|
|
@@ -418,16 +418,16 @@ function registerCommands(program) {
|
|
|
418
418
|
"--release <version|next|main>",
|
|
419
419
|
"Bump to a specific Backstage release line or version",
|
|
420
420
|
"main"
|
|
421
|
-
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
422
|
-
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-
|
|
423
|
-
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
424
|
-
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-
|
|
425
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
426
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
421
|
+
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-918a304f.cjs.js'); }).then((m) => m.default)));
|
|
422
|
+
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-5b6f058e.cjs.js'); }).then((m) => m.default)));
|
|
423
|
+
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-6f98df01.cjs.js'); }).then((m) => m.default)));
|
|
424
|
+
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-8c25ffb2.cjs.js'); }).then((m) => m.default)));
|
|
425
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-77c5f873.cjs.js'); }).then((m) => m.default)));
|
|
426
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-e640b7f0.cjs.js'); }).then((m) => m.default)));
|
|
427
427
|
program.command("install [plugin-id]", { hidden: true }).option(
|
|
428
428
|
"--from <packageJsonFilePath>",
|
|
429
429
|
"Install from a local package.json containing the installation recipe"
|
|
430
|
-
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
430
|
+
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-4508ea3b.cjs.js'); }).then((m) => m.default)));
|
|
431
431
|
}
|
|
432
432
|
function lazy(getActionFunc) {
|
|
433
433
|
return async (...args) => {
|
|
@@ -471,4 +471,4 @@ exports.devDependencies = devDependencies;
|
|
|
471
471
|
exports.paths = paths;
|
|
472
472
|
exports.version = version;
|
|
473
473
|
exports.version$1 = version$9;
|
|
474
|
-
//# sourceMappingURL=index-
|
|
474
|
+
//# sourceMappingURL=index-4757258f.cjs.js.map
|