@backstage/cli 0.26.5-next.1 → 0.26.5
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 +20 -6
- package/dist/cjs/{build-D66oGHOO.cjs.js → build-ximeXBzp.cjs.js} +7 -7
- package/dist/cjs/{buildBackend-we2Ba62t.cjs.js → buildBackend-B5trE1Vk.cjs.js} +6 -6
- package/dist/cjs/{buildWorkspace-C6qBqMwe.cjs.js → buildWorkspace-C23qeOB4.cjs.js} +4 -4
- package/dist/cjs/{bump-5cKD_8oo.cjs.js → bump-BlLGSmcN.cjs.js} +5 -5
- package/dist/cjs/{clean-CPw0dNE0.cjs.js → clean-BbUHpg95.cjs.js} +2 -2
- package/dist/cjs/{clean-BsjbtMUW.cjs.js → clean-DRH8FFCe.cjs.js} +2 -2
- package/dist/cjs/{codeowners-DvK_j4Tq.cjs.js → codeowners-CI-eIlhe.cjs.js} +2 -2
- package/dist/cjs/{config-BuuxVw_w.cjs.js → config-r5N0sIuh.cjs.js} +2 -2
- package/dist/cjs/{createDistWorkspace-DwUb2OGs.cjs.js → createDistWorkspace-D63FNj6p.cjs.js} +3 -7
- package/dist/cjs/{createPlugin-DOLMfwjD.cjs.js → createPlugin-CQcESpYY.cjs.js} +4 -4
- package/dist/cjs/{diff-B-i5TSqo.cjs.js → diff-BMcpmbPF.cjs.js} +2 -2
- package/dist/cjs/{docs-Bpn7hI2X.cjs.js → docs-D8mcfibe.cjs.js} +3 -3
- package/dist/cjs/{fix-5g9C20X3.cjs.js → fix-Cbn2KDvL.cjs.js} +2 -2
- package/dist/cjs/{index-fxIvYG3M.cjs.js → index-BNvyrvqr.cjs.js} +2 -2
- package/dist/cjs/{index-B_1_hXOx.cjs.js → index-BXytgCKT.cjs.js} +3 -3
- package/dist/cjs/{index-DncCYByV.cjs.js → index-CnxI4f69.cjs.js} +8 -8
- package/dist/cjs/{index-Cjmdbgff.cjs.js → index-ama7jO8f.cjs.js} +8 -8
- package/dist/cjs/{index-D_pjpDix.cjs.js → index-kzCSxaBD.cjs.js} +48 -48
- package/dist/cjs/{info-BHiDvCg2.cjs.js → info-Cv_4yEvy.cjs.js} +3 -3
- package/dist/cjs/{install-CK_D5n3K.cjs.js → install-tMfzY5pu.cjs.js} +4 -4
- package/dist/cjs/{lint-LAlja4Wa.cjs.js → lint-Befy7j7B.cjs.js} +3 -3
- package/dist/cjs/{lint-CNZy4apS.cjs.js → lint-CgWNqvnY.cjs.js} +2 -2
- package/dist/cjs/{lint-B8OIZt3F.cjs.js → lint-DEbvBXdq.cjs.js} +2 -2
- package/dist/cjs/{list-deprecations-DJvZCDiX.cjs.js → list-deprecations-CIy-pi4o.cjs.js} +2 -2
- package/dist/cjs/{new-CcqlZCp_.cjs.js → new-YKNo_jeb.cjs.js} +4 -4
- package/dist/cjs/{pack-BL0qUp0J.cjs.js → pack-D3qSX8PR.cjs.js} +2 -2
- package/dist/cjs/{packageDetection-zhqJ-m-A.cjs.js → packageDetection-RcZ3WmUr.cjs.js} +3 -3
- package/dist/cjs/{packageExports-GUmRFcjL.cjs.js → packageExports-CxIV5yGm.cjs.js} +3 -3
- package/dist/cjs/{packageLintConfigs-s5Xf7QSi.cjs.js → packageLintConfigs-CU_GEWUU.cjs.js} +3 -3
- package/dist/cjs/{packageRole-D5JpCRDM.cjs.js → packageRole-CEqhSCR3.cjs.js} +2 -2
- package/dist/cjs/{packages-CHIGCvQ0.cjs.js → packages-B0oCL010.cjs.js} +3 -3
- package/dist/cjs/{print-CmGRME-Z.cjs.js → print-DfBWr18B.cjs.js} +3 -3
- package/dist/cjs/{role-DzCJuRau.cjs.js → role-DK6uMK7-.cjs.js} +2 -2
- package/dist/cjs/{run-C1b3EDE9.cjs.js → run-DFWF3wvX.cjs.js} +2 -2
- package/dist/cjs/{schema-C2_ScGGA.cjs.js → schema-6v_eFHC5.cjs.js} +3 -3
- package/dist/cjs/{test-ByXbKy71.cjs.js → test-BSDKO_bz.cjs.js} +3 -3
- package/dist/cjs/{test-DIO_yILs.cjs.js → test-DwuJhYqF.cjs.js} +3 -3
- package/dist/cjs/{validate-Dpae61Um.cjs.js → validate-DcMhu0wS.cjs.js} +3 -3
- package/dist/index.cjs.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
+
## 0.26.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b8f1fc2: The `build-workspace` command no longer manually runs `yarn postpack`, relying instead on the fact that running `yarn pack` will automatically invoke the `postpack` script. No action is necessary if you are running the latest version of yarn 1, 3, or 4.
|
|
8
|
+
- fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in `@backstage/cli/config/tsconfig.json`.
|
|
9
|
+
- 0cc5ed3: Add support for `versions:migrate` to do code changes. Can be skipped with `--no-code-changes`
|
|
10
|
+
- f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
|
|
11
|
+
- 2a6f10d: The `versions:bump` command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all `@backstage/*-app-api` packages.
|
|
12
|
+
- c5d7b40: Allow passing a `--require` argument through to the Node process during `package start`
|
|
13
|
+
- cc3c518: Fixed an issue causing the `repo fix` command to set an incorrect `workspace` property using Windows
|
|
14
|
+
- 812dff0: Add previously-missing semicolon in file templated by `backstage-cli new --select plugin`.
|
|
15
|
+
- f185603: Fixed the dynamic import of vite.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/catalog-model@1.5.0
|
|
18
|
+
- @backstage/eslint-plugin@0.1.8
|
|
19
|
+
- @backstage/integration@1.11.0
|
|
20
|
+
|
|
3
21
|
## 0.26.5-next.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1628,9 +1646,7 @@
|
|
|
1628
1646
|
- 1fe6823bb5: Updated dependency `eslint-plugin-jest` to `^27.0.0`.
|
|
1629
1647
|
|
|
1630
1648
|
Note that this major update to the Jest plugin contains some breaking changes.
|
|
1631
|
-
This means that some of your tests may start seeing some new lint errors. [Read
|
|
1632
|
-
about them
|
|
1633
|
-
here](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md#2700-2022-08-28).
|
|
1649
|
+
This means that some of your tests may start seeing some new lint errors. [Read about them here](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md#2700-2022-08-28).
|
|
1634
1650
|
|
|
1635
1651
|
These are mostly possible to fix automatically. You can try to run `yarn backstage-cli repo lint --fix` in your repo root to have most or all of them
|
|
1636
1652
|
corrected.
|
|
@@ -1764,9 +1780,7 @@
|
|
|
1764
1780
|
- 1fe6823bb5: Updated dependency `eslint-plugin-jest` to `^27.0.0`.
|
|
1765
1781
|
|
|
1766
1782
|
Note that this major update to the Jest plugin contains some breaking changes.
|
|
1767
|
-
This means that some of your tests may start seeing some new lint errors. [Read
|
|
1768
|
-
about them
|
|
1769
|
-
here](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md#2700-2022-08-28).
|
|
1783
|
+
This means that some of your tests may start seeing some new lint errors. [Read about them here](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md#2700-2022-08-28).
|
|
1770
1784
|
|
|
1771
1785
|
These are mostly possible to fix automatically. You can try to run `yarn backstage-cli repo lint --fix` in your repo root to have most or all of them
|
|
1772
1786
|
corrected.
|
|
@@ -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 index = require('./index-
|
|
5
|
+
var createDistWorkspace = require('./createDistWorkspace-D63FNj6p.cjs.js');
|
|
6
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
7
7
|
var cliNode = require('@backstage/cli-node');
|
|
8
8
|
var parallel = require('./parallel-BszNaKyc.cjs.js');
|
|
9
|
-
var buildBackend = require('./buildBackend-
|
|
9
|
+
var buildBackend = require('./buildBackend-B5trE1Vk.cjs.js');
|
|
10
10
|
require('fs-extra');
|
|
11
11
|
require('p-limit');
|
|
12
12
|
require('os');
|
|
13
13
|
require('tar');
|
|
14
14
|
require('lodash/partition');
|
|
15
|
-
require('./run-
|
|
15
|
+
require('./run-DFWF3wvX.cjs.js');
|
|
16
16
|
require('child_process');
|
|
17
17
|
require('util');
|
|
18
18
|
require('@backstage/errors');
|
|
@@ -42,7 +42,7 @@ require('react-dev-utils/ModuleScopePlugin');
|
|
|
42
42
|
require('run-script-webpack-plugin');
|
|
43
43
|
require('@manypkg/get-packages');
|
|
44
44
|
require('webpack-node-externals');
|
|
45
|
-
require('./packageDetection-
|
|
45
|
+
require('./packageDetection-RcZ3WmUr.cjs.js');
|
|
46
46
|
require('lodash/pickBy');
|
|
47
47
|
require('mini-css-extract-plugin');
|
|
48
48
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
@@ -59,7 +59,7 @@ require('@yarnpkg/parsers');
|
|
|
59
59
|
require('@yarnpkg/lockfile');
|
|
60
60
|
require('minimatch');
|
|
61
61
|
require('./yarn-Ukl9MOS0.cjs.js');
|
|
62
|
-
require('./config-
|
|
62
|
+
require('./config-r5N0sIuh.cjs.js');
|
|
63
63
|
require('@backstage/config-loader');
|
|
64
64
|
|
|
65
65
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -196,4 +196,4 @@ async function command(opts, cmd) {
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
exports.command = command;
|
|
199
|
-
//# sourceMappingURL=build-
|
|
199
|
+
//# sourceMappingURL=build-ximeXBzp.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-
|
|
12
|
+
require('./index-kzCSxaBD.cjs.js');
|
|
13
13
|
require('@manypkg/get-packages');
|
|
14
14
|
require('webpack-node-externals');
|
|
15
|
-
var packageDetection = require('./packageDetection-
|
|
15
|
+
var packageDetection = require('./packageDetection-RcZ3WmUr.cjs.js');
|
|
16
16
|
require('lodash/pickBy');
|
|
17
|
-
require('./run-
|
|
17
|
+
require('./run-DFWF3wvX.cjs.js');
|
|
18
18
|
require('mini-css-extract-plugin');
|
|
19
19
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
20
20
|
var yn = require('yn');
|
|
@@ -31,11 +31,11 @@ require('@yarnpkg/lockfile');
|
|
|
31
31
|
require('minimatch');
|
|
32
32
|
require('./yarn-Ukl9MOS0.cjs.js');
|
|
33
33
|
require('lodash/partition');
|
|
34
|
-
var config = require('./config-
|
|
34
|
+
var config = require('./config-r5N0sIuh.cjs.js');
|
|
35
35
|
var parallel = require('./parallel-BszNaKyc.cjs.js');
|
|
36
36
|
var os = require('os');
|
|
37
37
|
var tar = require('tar');
|
|
38
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
38
|
+
var createDistWorkspace = require('./createDistWorkspace-D63FNj6p.cjs.js');
|
|
39
39
|
|
|
40
40
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
41
41
|
|
|
@@ -262,4 +262,4 @@ async function buildBackend(options) {
|
|
|
262
262
|
|
|
263
263
|
exports.buildBackend = buildBackend;
|
|
264
264
|
exports.buildFrontend = buildFrontend;
|
|
265
|
-
//# sourceMappingURL=buildBackend-
|
|
265
|
+
//# sourceMappingURL=buildBackend-B5trE1Vk.cjs.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
4
|
+
var createDistWorkspace = require('./createDistWorkspace-D63FNj6p.cjs.js');
|
|
5
5
|
require('chalk');
|
|
6
6
|
require('path');
|
|
7
7
|
require('p-limit');
|
|
8
8
|
require('os');
|
|
9
9
|
require('tar');
|
|
10
10
|
require('lodash/partition');
|
|
11
|
-
require('./index-
|
|
11
|
+
require('./index-kzCSxaBD.cjs.js');
|
|
12
12
|
require('commander');
|
|
13
13
|
require('semver');
|
|
14
14
|
require('@backstage/cli-common');
|
|
15
15
|
require('@backstage/errors');
|
|
16
|
-
require('./run-
|
|
16
|
+
require('./run-DFWF3wvX.cjs.js');
|
|
17
17
|
require('child_process');
|
|
18
18
|
require('util');
|
|
19
19
|
require('rollup');
|
|
@@ -49,4 +49,4 @@ var buildWorkspace = async (dir, packages, options) => {
|
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
exports.default = buildWorkspace;
|
|
52
|
-
//# sourceMappingURL=buildWorkspace-
|
|
52
|
+
//# sourceMappingURL=buildWorkspace-C23qeOB4.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-
|
|
11
|
-
var index = require('./index-
|
|
10
|
+
var run = require('./run-DFWF3wvX.cjs.js');
|
|
11
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
12
12
|
var Lockfile = require('./Lockfile-C7rtIlD6.cjs.js');
|
|
13
|
-
var packages = require('./packages-
|
|
14
|
-
var lint = require('./lint-
|
|
13
|
+
var packages = require('./packages-B0oCL010.cjs.js');
|
|
14
|
+
var lint = require('./lint-Befy7j7B.cjs.js');
|
|
15
15
|
var cliCommon = require('@backstage/cli-common');
|
|
16
16
|
var parallel = require('./parallel-BszNaKyc.cjs.js');
|
|
17
17
|
var releaseManifests = require('@backstage/release-manifests');
|
|
@@ -525,4 +525,4 @@ var bump$1 = /*#__PURE__*/Object.freeze({
|
|
|
525
525
|
|
|
526
526
|
exports.bump = bump$1;
|
|
527
527
|
exports.migrate = migrate$1;
|
|
528
|
-
//# sourceMappingURL=bump-
|
|
528
|
+
//# sourceMappingURL=bump-BlLGSmcN.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-
|
|
8
|
+
var index = require('./index-kzCSxaBD.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-
|
|
49
|
+
//# sourceMappingURL=clean-BbUHpg95.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-kzCSxaBD.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-DRH8FFCe.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-
|
|
5
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultCompat (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-
|
|
91
|
+
//# sourceMappingURL=codeowners-CI-eIlhe.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-
|
|
5
|
+
var index = require('./index-kzCSxaBD.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-
|
|
101
|
+
//# sourceMappingURL=config-r5N0sIuh.cjs.js.map
|
package/dist/cjs/{createDistWorkspace-DwUb2OGs.cjs.js → createDistWorkspace-D63FNj6p.cjs.js}
RENAMED
|
@@ -7,8 +7,8 @@ var pLimit = require('p-limit');
|
|
|
7
7
|
var os = require('os');
|
|
8
8
|
var tar = require('tar');
|
|
9
9
|
var partition = require('lodash/partition');
|
|
10
|
-
var index = require('./index-
|
|
11
|
-
var run = require('./run-
|
|
10
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
11
|
+
var run = require('./run-DFWF3wvX.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');
|
|
@@ -515,15 +515,11 @@ async function moveToDistWorkspace(workspaceDir, localPackages, alwaysYarnPack)
|
|
|
515
515
|
})
|
|
516
516
|
);
|
|
517
517
|
async function pack(target, archive) {
|
|
518
|
-
var _a, _b;
|
|
519
518
|
console.log(`Repacking ${target.name} into dist workspace`);
|
|
520
519
|
const archivePath = path.resolve(workspaceDir, archive);
|
|
521
520
|
await run.run("yarn", ["pack", "--filename", archivePath], {
|
|
522
521
|
cwd: target.dir
|
|
523
522
|
});
|
|
524
|
-
if ((_b = (_a = target.packageJson) == null ? void 0 : _a.scripts) == null ? void 0 : _b.postpack) {
|
|
525
|
-
await run.run("yarn", ["postpack"], { cwd: target.dir });
|
|
526
|
-
}
|
|
527
523
|
const outputDir = path.relative(index.paths.targetRoot, target.dir);
|
|
528
524
|
const absoluteOutputPath = path.resolve(workspaceDir, outputDir);
|
|
529
525
|
await fs__default.default.ensureDir(absoluteOutputPath);
|
|
@@ -570,4 +566,4 @@ exports.buildPackage = buildPackage;
|
|
|
570
566
|
exports.buildPackages = buildPackages;
|
|
571
567
|
exports.createDistWorkspace = createDistWorkspace;
|
|
572
568
|
exports.getOutputsForRole = getOutputsForRole;
|
|
573
|
-
//# sourceMappingURL=createDistWorkspace-
|
|
569
|
+
//# sourceMappingURL=createDistWorkspace-D63FNj6p.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-
|
|
14
|
-
var index = require('./index-
|
|
13
|
+
var codeowners = require('./codeowners-CI-eIlhe.cjs.js');
|
|
14
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
15
15
|
var tasks = require('./tasks-mGXy8WjR.cjs.js');
|
|
16
16
|
var Lockfile = require('./Lockfile-C7rtIlD6.cjs.js');
|
|
17
17
|
require('minimatch');
|
|
18
18
|
require('@manypkg/get-packages');
|
|
19
19
|
require('./yarn-Ukl9MOS0.cjs.js');
|
|
20
|
-
require('./run-
|
|
20
|
+
require('./run-DFWF3wvX.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-
|
|
279
|
+
//# sourceMappingURL=createPlugin-CQcESpYY.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-kzCSxaBD.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-BMcpmbPF.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-r5N0sIuh.cjs.js');
|
|
6
6
|
require('@backstage/config');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-kzCSxaBD.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-
|
|
37
|
+
//# sourceMappingURL=docs-D8mcfibe.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-
|
|
6
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
7
7
|
require('commander');
|
|
8
8
|
require('chalk');
|
|
9
9
|
require('semver');
|
|
@@ -208,4 +208,4 @@ exports.fixSideEffects = fixSideEffects;
|
|
|
208
208
|
exports.printPackageFixHint = printPackageFixHint;
|
|
209
209
|
exports.readFixablePackages = readFixablePackages;
|
|
210
210
|
exports.writeFixedPackages = writeFixedPackages;
|
|
211
|
-
//# sourceMappingURL=fix-
|
|
211
|
+
//# sourceMappingURL=fix-Cbn2KDvL.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-
|
|
7
|
+
var index$1 = require('./index-kzCSxaBD.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-
|
|
233
|
+
//# sourceMappingURL=index-BNvyrvqr.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-
|
|
12
|
+
var config = require('./config-r5N0sIuh.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-
|
|
27
|
+
require('./index-kzCSxaBD.cjs.js');
|
|
28
28
|
require('commander');
|
|
29
29
|
require('semver');
|
|
30
30
|
require('@manypkg/get-packages');
|
|
@@ -1207,4 +1207,4 @@ async function command() {
|
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
1209
|
exports.command = command;
|
|
1210
|
-
//# sourceMappingURL=index-
|
|
1210
|
+
//# sourceMappingURL=index-BXytgCKT.cjs.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var role = require('./role-
|
|
3
|
+
var role = require('./role-DK6uMK7-.cjs.js');
|
|
4
4
|
var fs = require('fs-extra');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
6
6
|
var webpack = require('webpack');
|
|
7
|
-
var packageDetection = require('./packageDetection-
|
|
7
|
+
var packageDetection = require('./packageDetection-RcZ3WmUr.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-
|
|
21
|
+
require('./run-DFWF3wvX.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-
|
|
44
|
-
var config = require('./config-
|
|
43
|
+
var lint = require('./lint-Befy7j7B.cjs.js');
|
|
44
|
+
var config = require('./config-r5N0sIuh.cjs.js');
|
|
45
45
|
var Lockfile = require('./Lockfile-C7rtIlD6.cjs.js');
|
|
46
46
|
require('commander');
|
|
47
47
|
require('./entryPoints-CoHH4lBA.cjs.js');
|
|
@@ -189,7 +189,7 @@ DEPRECATION WARNING: React Router Beta is deprecated and support for it will be
|
|
|
189
189
|
additionalEntryPoints: detectedModulesEntryPoint
|
|
190
190
|
});
|
|
191
191
|
if (process.env.EXPERIMENTAL_VITE) {
|
|
192
|
-
const
|
|
192
|
+
const vite = await import('vite');
|
|
193
193
|
const { default: viteReact } = await import('@vitejs/plugin-react');
|
|
194
194
|
const { nodePolyfills: viteNodePolyfills } = await import('vite-plugin-node-polyfills');
|
|
195
195
|
const { createHtmlPlugin: viteHtml } = await import('vite-plugin-html');
|
|
@@ -664,4 +664,4 @@ async function command(opts) {
|
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
exports.command = command;
|
|
667
|
-
//# sourceMappingURL=index-
|
|
667
|
+
//# sourceMappingURL=index-CnxI4f69.cjs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
4
|
-
var role = require('./role-
|
|
3
|
+
var createDistWorkspace = require('./createDistWorkspace-D63FNj6p.cjs.js');
|
|
4
|
+
var role = require('./role-DK6uMK7-.cjs.js');
|
|
5
5
|
var cliNode = require('@backstage/cli-node');
|
|
6
|
-
var index = require('./index-
|
|
7
|
-
var buildBackend = require('./buildBackend-
|
|
8
|
-
var config = require('./config-
|
|
6
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
7
|
+
var buildBackend = require('./buildBackend-B5trE1Vk.cjs.js');
|
|
8
|
+
var config = require('./config-r5N0sIuh.cjs.js');
|
|
9
9
|
require('chalk');
|
|
10
10
|
require('fs-extra');
|
|
11
11
|
require('path');
|
|
@@ -13,7 +13,7 @@ require('p-limit');
|
|
|
13
13
|
require('os');
|
|
14
14
|
require('tar');
|
|
15
15
|
require('lodash/partition');
|
|
16
|
-
require('./run-
|
|
16
|
+
require('./run-DFWF3wvX.cjs.js');
|
|
17
17
|
require('child_process');
|
|
18
18
|
require('util');
|
|
19
19
|
require('@backstage/errors');
|
|
@@ -44,7 +44,7 @@ require('react-dev-utils/ModuleScopePlugin');
|
|
|
44
44
|
require('run-script-webpack-plugin');
|
|
45
45
|
require('@manypkg/get-packages');
|
|
46
46
|
require('webpack-node-externals');
|
|
47
|
-
require('./packageDetection-
|
|
47
|
+
require('./packageDetection-RcZ3WmUr.cjs.js');
|
|
48
48
|
require('lodash/pickBy');
|
|
49
49
|
require('mini-css-extract-plugin');
|
|
50
50
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
@@ -104,4 +104,4 @@ async function command(opts) {
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
exports.command = command;
|
|
107
|
-
//# sourceMappingURL=index-
|
|
107
|
+
//# sourceMappingURL=index-ama7jO8f.cjs.js.map
|
|
@@ -53,13 +53,13 @@ class NotFoundError extends CustomError {
|
|
|
53
53
|
|
|
54
54
|
const paths = cliCommon.findPaths(__dirname);
|
|
55
55
|
|
|
56
|
-
var version$f = "0.22.0
|
|
56
|
+
var version$f = "0.22.0";
|
|
57
57
|
|
|
58
|
-
var version$e = "0.6.18
|
|
58
|
+
var version$e = "0.6.18";
|
|
59
59
|
|
|
60
|
-
var version$d = "0.3.8
|
|
60
|
+
var version$d = "0.3.8";
|
|
61
61
|
|
|
62
|
-
var version$c = "0.26.5
|
|
62
|
+
var version$c = "0.26.5";
|
|
63
63
|
var dependencies = {
|
|
64
64
|
"@backstage/catalog-model": "workspace:^",
|
|
65
65
|
"@backstage/cli-common": "workspace:^",
|
|
@@ -211,25 +211,25 @@ var devDependencies = {
|
|
|
211
211
|
|
|
212
212
|
var version$b = "1.2.0";
|
|
213
213
|
|
|
214
|
-
var version$a = "1.12.
|
|
214
|
+
var version$a = "1.12.5";
|
|
215
215
|
|
|
216
|
-
var version$9 = "0.14.7
|
|
216
|
+
var version$9 = "0.14.7";
|
|
217
217
|
|
|
218
218
|
var version$8 = "1.9.2";
|
|
219
219
|
|
|
220
|
-
var version$7 = "1.0.32
|
|
220
|
+
var version$7 = "1.0.32";
|
|
221
221
|
|
|
222
|
-
var version$6 = "1.5.5
|
|
222
|
+
var version$6 = "1.5.5";
|
|
223
223
|
|
|
224
|
-
var version$5 = "0.4.4
|
|
224
|
+
var version$5 = "0.4.4";
|
|
225
225
|
|
|
226
|
-
var version$4 = "0.22.5
|
|
226
|
+
var version$4 = "0.22.5";
|
|
227
227
|
|
|
228
|
-
var version$3 = "0.1.4
|
|
228
|
+
var version$3 = "0.1.4";
|
|
229
229
|
|
|
230
|
-
var version$2 = "0.5.4
|
|
230
|
+
var version$2 = "0.5.4";
|
|
231
231
|
|
|
232
|
-
var version$1 = "0.2.18
|
|
232
|
+
var version$1 = "0.2.18";
|
|
233
233
|
|
|
234
234
|
const packageVersions = {
|
|
235
235
|
"@backstage/backend-common": version$f,
|
|
@@ -296,7 +296,7 @@ const configOption = [
|
|
|
296
296
|
Array()
|
|
297
297
|
];
|
|
298
298
|
function registerOnboardCommand(program) {
|
|
299
|
-
program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
299
|
+
program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-BXytgCKT.cjs.js'); }).then((m) => m.command)));
|
|
300
300
|
}
|
|
301
301
|
function registerRepoCommand(program) {
|
|
302
302
|
const command = program.command("repo [command]").description("Command that run across an entire Backstage project");
|
|
@@ -308,7 +308,7 @@ function registerRepoCommand(program) {
|
|
|
308
308
|
).option(
|
|
309
309
|
"--since <ref>",
|
|
310
310
|
"Only build packages and their dev dependents that changed since the specified ref"
|
|
311
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
311
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./build-ximeXBzp.cjs.js'); }).then((m) => m.command)));
|
|
312
312
|
command.command("lint").description("Lint all packages in the project").option(
|
|
313
313
|
"--format <format>",
|
|
314
314
|
"Lint report output format",
|
|
@@ -316,14 +316,14 @@ function registerRepoCommand(program) {
|
|
|
316
316
|
).option(
|
|
317
317
|
"--since <ref>",
|
|
318
318
|
"Only lint packages that changed since the specified ref"
|
|
319
|
-
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
319
|
+
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-CgWNqvnY.cjs.js'); }).then((m) => m.command)));
|
|
320
320
|
command.command("fix").description("Automatically fix packages in the project").option(
|
|
321
321
|
"--check",
|
|
322
322
|
"Fail if any packages would have been changed by the command"
|
|
323
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./fix-
|
|
324
|
-
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
323
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./fix-Cbn2KDvL.cjs.js'); }).then((m) => m.command)));
|
|
324
|
+
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-BbUHpg95.cjs.js'); }).then((m) => m.command)));
|
|
325
325
|
command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
|
|
326
|
-
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-
|
|
326
|
+
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-CIy-pi4o.cjs.js'); }).then((m) => m.command))
|
|
327
327
|
);
|
|
328
328
|
command.command("test").allowUnknownOption(true).option(
|
|
329
329
|
"--since <ref>",
|
|
@@ -331,14 +331,14 @@ function registerRepoCommand(program) {
|
|
|
331
331
|
).option(
|
|
332
332
|
"--jest-help",
|
|
333
333
|
"Show help for Jest CLI options, which are passed through"
|
|
334
|
-
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
334
|
+
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-DwuJhYqF.cjs.js'); }).then((m) => m.command)));
|
|
335
335
|
}
|
|
336
336
|
function registerScriptCommand(program) {
|
|
337
337
|
const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
|
|
338
338
|
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(
|
|
339
339
|
"--inspect-brk [host]",
|
|
340
340
|
"Enable debugger in Node.js environments, breaking before code starts"
|
|
341
|
-
).option("--require <path>", "Add a --require argument to the node process").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
341
|
+
).option("--require <path>", "Add a --require argument to the node process").action(lazy(() => Promise.resolve().then(function () { return require('./index-CnxI4f69.cjs.js'); }).then((m) => m.command)));
|
|
342
342
|
command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
|
|
343
343
|
"--minify",
|
|
344
344
|
"Minify the generated code. Does not apply to app package (app is minified by default)."
|
|
@@ -353,30 +353,30 @@ function registerScriptCommand(program) {
|
|
|
353
353
|
"Config files to load instead of app-config.yaml. Applies to app packages only.",
|
|
354
354
|
(opt, opts) => opts ? [...opts, opt] : [opt],
|
|
355
355
|
Array()
|
|
356
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
356
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-ama7jO8f.cjs.js'); }).then((m) => m.command)));
|
|
357
357
|
command.command("lint [directories...]").option(
|
|
358
358
|
"--format <format>",
|
|
359
359
|
"Lint report output format",
|
|
360
360
|
"eslint-formatter-friendly"
|
|
361
|
-
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
362
|
-
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-
|
|
363
|
-
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
364
|
-
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
365
|
-
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
361
|
+
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-DEbvBXdq.cjs.js'); }).then((m) => m.default)));
|
|
362
|
+
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-BSDKO_bz.cjs.js'); }).then((m) => m.default)));
|
|
363
|
+
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-DRH8FFCe.cjs.js'); }).then((m) => m.default)));
|
|
364
|
+
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-D3qSX8PR.cjs.js'); }).then((m) => m.pre)));
|
|
365
|
+
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-D3qSX8PR.cjs.js'); }).then((m) => m.post)));
|
|
366
366
|
}
|
|
367
367
|
function registerMigrateCommand(program) {
|
|
368
368
|
const command = program.command("migrate [command]").description("Migration utilities");
|
|
369
|
-
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-
|
|
369
|
+
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-CEqhSCR3.cjs.js'); }).then((m) => m.default)));
|
|
370
370
|
command.command("package-scripts").description("Set package scripts according to each package role").action(
|
|
371
371
|
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-CPnlPBBs.cjs.js'); }).then((m) => m.command))
|
|
372
372
|
);
|
|
373
373
|
command.command("package-exports").description("Synchronize package subpath export definitions").action(
|
|
374
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageExports-
|
|
374
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageExports-CxIV5yGm.cjs.js'); }).then((m) => m.command))
|
|
375
375
|
);
|
|
376
376
|
command.command("package-lint-configs").description(
|
|
377
377
|
"Migrates all packages to use @backstage/cli/config/eslint-factory"
|
|
378
378
|
).action(
|
|
379
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-
|
|
379
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-CU_GEWUU.cjs.js'); }).then((m) => m.command))
|
|
380
380
|
);
|
|
381
381
|
command.command("react-router-deps").description(
|
|
382
382
|
"Migrates the react-router dependencies for all packages to be peer dependencies"
|
|
@@ -401,7 +401,7 @@ function registerCommands(program) {
|
|
|
401
401
|
).option(
|
|
402
402
|
"--baseVersion <version>",
|
|
403
403
|
"The version to use for any new packages (default: 0.1.0)"
|
|
404
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
404
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-YKNo_jeb.cjs.js'); }).then((m) => m.default)));
|
|
405
405
|
program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
|
|
406
406
|
"Open up an interactive guide to creating new things in your app [DEPRECATED]"
|
|
407
407
|
).option(
|
|
@@ -415,30 +415,30 @@ function registerCommands(program) {
|
|
|
415
415
|
).option("--scope <scope>", "The scope to use for new packages").option(
|
|
416
416
|
"--npm-registry <URL>",
|
|
417
417
|
"The package registry to use for new packages"
|
|
418
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
418
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-YKNo_jeb.cjs.js'); }).then((m) => m.default)));
|
|
419
419
|
program.command("create-plugin", { hidden: true }).option(
|
|
420
420
|
"--backend",
|
|
421
421
|
"Create plugin with the backend dependencies as default"
|
|
422
422
|
).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(
|
|
423
|
-
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
423
|
+
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-CQcESpYY.cjs.js'); }).then((m) => m.default))
|
|
424
424
|
);
|
|
425
425
|
program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
|
|
426
426
|
"Diff an existing plugin with the creation template [DEPRECATED]"
|
|
427
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
427
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-BMcpmbPF.cjs.js'); }).then((m) => m.default)));
|
|
428
428
|
program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
|
|
429
429
|
"Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
|
|
430
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
430
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./test-BSDKO_bz.cjs.js'); }).then((m) => m.default)));
|
|
431
431
|
program.command("config:docs").option(
|
|
432
432
|
"--package <name>",
|
|
433
433
|
"Only include the schema that applies to the given package"
|
|
434
|
-
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
434
|
+
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-D8mcfibe.cjs.js'); }).then((m) => m.default)));
|
|
435
435
|
program.command("config:print").option(
|
|
436
436
|
"--package <name>",
|
|
437
437
|
"Only load config schema that applies to the given package"
|
|
438
438
|
).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(
|
|
439
439
|
"--format <format>",
|
|
440
440
|
"Format to print the configuration in, either json or yaml [yaml]"
|
|
441
|
-
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
441
|
+
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-DfBWr18B.cjs.js'); }).then((m) => m.default)));
|
|
442
442
|
program.command("config:check").option(
|
|
443
443
|
"--package <name>",
|
|
444
444
|
"Only load config schema that applies to the given package"
|
|
@@ -447,14 +447,14 @@ function registerCommands(program) {
|
|
|
447
447
|
"Enable strict config validation, forbidding errors and unknown keys"
|
|
448
448
|
).option(...configOption).description(
|
|
449
449
|
"Validate that the given configuration loads and matches schema"
|
|
450
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
450
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-DcMhu0wS.cjs.js'); }).then((m) => m.default)));
|
|
451
451
|
program.command("config:schema").option(
|
|
452
452
|
"--package <name>",
|
|
453
453
|
"Only output config schema that applies to the given package"
|
|
454
454
|
).option(
|
|
455
455
|
"--format <format>",
|
|
456
456
|
"Format to print the schema in, either json or yaml [yaml]"
|
|
457
|
-
).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-
|
|
457
|
+
).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-6v_eFHC5.cjs.js'); }).then((m) => m.default)));
|
|
458
458
|
registerRepoCommand(program);
|
|
459
459
|
registerScriptCommand(program);
|
|
460
460
|
registerMigrateCommand(program);
|
|
@@ -466,8 +466,8 @@ function registerCommands(program) {
|
|
|
466
466
|
"--release <version|next|main>",
|
|
467
467
|
"Bump to a specific Backstage release line or version",
|
|
468
468
|
"main"
|
|
469
|
-
).option("--skip-install", "Skips yarn install step").option("--skip-migrate", "Skips migration of any moved packages").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
470
|
-
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-
|
|
469
|
+
).option("--skip-install", "Skips yarn install step").option("--skip-migrate", "Skips migration of any moved packages").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-BlLGSmcN.cjs.js'); }).then(function (n) { return n.bump; }).then((m) => m.default)));
|
|
470
|
+
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-Befy7j7B.cjs.js'); }).then((m) => m.default)));
|
|
471
471
|
program.command("versions:migrate").option(
|
|
472
472
|
"--pattern <glob>",
|
|
473
473
|
"Override glob for matching packages to upgrade"
|
|
@@ -476,18 +476,18 @@ function registerCommands(program) {
|
|
|
476
476
|
"Skip code changes and only update package.json files"
|
|
477
477
|
).description(
|
|
478
478
|
"Migrate any plugins that have been moved to the @backstage-community namespace automatically"
|
|
479
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
480
|
-
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
479
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./bump-BlLGSmcN.cjs.js'); }).then(function (n) { return n.migrate; }).then((m) => m.default)));
|
|
480
|
+
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-DRH8FFCe.cjs.js'); }).then((m) => m.default)));
|
|
481
481
|
program.command("build-workspace <workspace-dir> [packages...]").option(
|
|
482
482
|
"--alwaysYarnPack",
|
|
483
483
|
"Force workspace output to be a result of running `yarn pack` on each package (warning: very slow)"
|
|
484
|
-
).description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-
|
|
485
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
486
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
484
|
+
).description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-C23qeOB4.cjs.js'); }).then((m) => m.default)));
|
|
485
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-BNvyrvqr.cjs.js'); }).then((m) => m.default)));
|
|
486
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-Cv_4yEvy.cjs.js'); }).then((m) => m.default)));
|
|
487
487
|
program.command("install [plugin-id]", { hidden: true }).option(
|
|
488
488
|
"--from <packageJsonFilePath>",
|
|
489
489
|
"Install from a local package.json containing the installation recipe"
|
|
490
|
-
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
490
|
+
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-tMfzY5pu.cjs.js'); }).then((m) => m.default)));
|
|
491
491
|
}
|
|
492
492
|
function lazy(getActionFunc) {
|
|
493
493
|
return async (...args) => {
|
|
@@ -531,4 +531,4 @@ exports.devDependencies = devDependencies;
|
|
|
531
531
|
exports.paths = paths;
|
|
532
532
|
exports.version = version;
|
|
533
533
|
exports.version$1 = version$c;
|
|
534
|
-
//# sourceMappingURL=index-
|
|
534
|
+
//# sourceMappingURL=index-kzCSxaBD.cjs.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
4
4
|
var os = require('os');
|
|
5
|
-
var run = require('./run-
|
|
5
|
+
var run = require('./run-DFWF3wvX.cjs.js');
|
|
6
6
|
var Lockfile = require('./Lockfile-C7rtIlD6.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-
|
|
61
|
+
//# sourceMappingURL=info-Cv_4yEvy.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-
|
|
8
|
-
var index = require('./index-
|
|
7
|
+
var packages = require('./packages-B0oCL010.cjs.js');
|
|
8
|
+
var index = require('./index-kzCSxaBD.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-
|
|
12
|
+
var run = require('./run-DFWF3wvX.cjs.js');
|
|
13
13
|
require('minimatch');
|
|
14
14
|
require('@manypkg/get-packages');
|
|
15
15
|
require('./yarn-Ukl9MOS0.cjs.js');
|
|
@@ -268,4 +268,4 @@ var install = async (pluginId, cmd) => {
|
|
|
268
268
|
};
|
|
269
269
|
|
|
270
270
|
exports.default = install;
|
|
271
|
-
//# sourceMappingURL=install-
|
|
271
|
+
//# sourceMappingURL=install-tMfzY5pu.cjs.js.map
|
|
@@ -5,8 +5,8 @@ require('minimatch');
|
|
|
5
5
|
require('@manypkg/get-packages');
|
|
6
6
|
require('chalk');
|
|
7
7
|
require('./yarn-Ukl9MOS0.cjs.js');
|
|
8
|
-
require('./run-
|
|
9
|
-
var index = require('./index-
|
|
8
|
+
require('./run-DFWF3wvX.cjs.js');
|
|
9
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
10
10
|
var partition = require('lodash/partition');
|
|
11
11
|
var cliNode = require('@backstage/cli-node');
|
|
12
12
|
require('fs-extra');
|
|
@@ -109,4 +109,4 @@ function logArray(arr, header, each) {
|
|
|
109
109
|
exports.default = lint;
|
|
110
110
|
exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
|
|
111
111
|
exports.includedFilter = includedFilter;
|
|
112
|
-
//# sourceMappingURL=lint-
|
|
112
|
+
//# sourceMappingURL=lint-Befy7j7B.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-
|
|
6
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
7
7
|
var parallel = require('./parallel-BszNaKyc.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-
|
|
91
|
+
//# sourceMappingURL=lint-CgWNqvnY.cjs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-kzCSxaBD.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-
|
|
36
|
+
//# sourceMappingURL=lint-DEbvBXdq.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-
|
|
7
|
+
var index = require('./index-kzCSxaBD.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-
|
|
79
|
+
//# sourceMappingURL=list-deprecations-CIy-pi4o.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-
|
|
11
|
-
var codeowners = require('./codeowners-
|
|
10
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
11
|
+
var codeowners = require('./codeowners-CI-eIlhe.cjs.js');
|
|
12
12
|
var tasks = require('./tasks-mGXy8WjR.cjs.js');
|
|
13
13
|
var Lockfile = require('./Lockfile-C7rtIlD6.cjs.js');
|
|
14
14
|
require('minimatch');
|
|
15
15
|
require('@manypkg/get-packages');
|
|
16
16
|
require('./yarn-Ukl9MOS0.cjs.js');
|
|
17
|
-
require('./run-
|
|
17
|
+
require('./run-DFWF3wvX.cjs.js');
|
|
18
18
|
var partition = require('lodash/partition');
|
|
19
19
|
var cliNode = require('@backstage/cli-node');
|
|
20
20
|
var errors = require('@backstage/errors');
|
|
@@ -777,4 +777,4 @@ var _new = async (opts) => {
|
|
|
777
777
|
};
|
|
778
778
|
|
|
779
779
|
exports.default = _new;
|
|
780
|
-
//# sourceMappingURL=new-
|
|
780
|
+
//# sourceMappingURL=new-YKNo_jeb.cjs.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var productionPack = require('./productionPack-DotlEIE2.cjs.js');
|
|
4
|
-
var index = require('./index-
|
|
4
|
+
var index = require('./index-kzCSxaBD.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-
|
|
24
|
+
//# sourceMappingURL=pack-D3qSX8PR.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-
|
|
11
|
+
var index = require('./index-kzCSxaBD.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-CoHH4lBA.cjs.js');
|
|
17
|
-
var run = require('./run-
|
|
17
|
+
var run = require('./run-DFWF3wvX.cjs.js');
|
|
18
18
|
var MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
19
19
|
var svgrTemplate = require('./svgrTemplate-BTjBQ3by.cjs.js');
|
|
20
20
|
var ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
|
|
@@ -750,4 +750,4 @@ exports.hasReactDomClient = hasReactDomClient;
|
|
|
750
750
|
exports.resolveBaseUrl = resolveBaseUrl;
|
|
751
751
|
exports.resolveBundlingPaths = resolveBundlingPaths;
|
|
752
752
|
exports.resolveOptionalBundlingPaths = resolveOptionalBundlingPaths;
|
|
753
|
-
//# sourceMappingURL=packageDetection-
|
|
753
|
+
//# sourceMappingURL=packageDetection-RcZ3WmUr.cjs.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var fix = require('./fix-
|
|
3
|
+
var fix = require('./fix-Cbn2KDvL.cjs.js');
|
|
4
4
|
require('@backstage/cli-node');
|
|
5
5
|
require('fs-extra');
|
|
6
6
|
require('path');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-kzCSxaBD.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-
|
|
26
|
+
//# sourceMappingURL=packageExports-CxIV5yGm.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-
|
|
6
|
+
var run = require('./run-DFWF3wvX.cjs.js');
|
|
7
7
|
require('child_process');
|
|
8
|
-
require('./index-
|
|
8
|
+
require('./index-kzCSxaBD.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-
|
|
82
|
+
//# sourceMappingURL=packageLintConfigs-CU_GEWUU.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-
|
|
7
|
+
var index = require('./index-kzCSxaBD.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-
|
|
58
|
+
//# sourceMappingURL=packageRole-CEqhSCR3.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-
|
|
5
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
6
6
|
var yarn = require('./yarn-Ukl9MOS0.cjs.js');
|
|
7
|
-
var run = require('./run-
|
|
7
|
+
var run = require('./run-DFWF3wvX.cjs.js');
|
|
8
8
|
|
|
9
9
|
const DEP_TYPES = [
|
|
10
10
|
"dependencies",
|
|
@@ -76,4 +76,4 @@ async function mapDependencies(targetDir, pattern) {
|
|
|
76
76
|
|
|
77
77
|
exports.fetchPackageInfo = fetchPackageInfo;
|
|
78
78
|
exports.mapDependencies = mapDependencies;
|
|
79
|
-
//# sourceMappingURL=packages-
|
|
79
|
+
//# sourceMappingURL=packages-B0oCL010.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-
|
|
5
|
+
var config = require('./config-r5N0sIuh.cjs.js');
|
|
6
6
|
require('@backstage/config-loader');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-kzCSxaBD.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-
|
|
61
|
+
//# sourceMappingURL=print-DfBWr18B.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-kzCSxaBD.cjs.js');
|
|
5
5
|
var cliNode = require('@backstage/cli-node');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultCompat (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-
|
|
25
|
+
//# sourceMappingURL=role-DK6uMK7-.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-
|
|
4
|
+
var index = require('./index-kzCSxaBD.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-
|
|
82
|
+
//# sourceMappingURL=run-DFWF3wvX.cjs.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var yaml = require('yaml');
|
|
4
|
-
var config = require('./config-
|
|
4
|
+
var config = require('./config-r5N0sIuh.cjs.js');
|
|
5
5
|
var configLoader = require('@backstage/config-loader');
|
|
6
6
|
require('@backstage/config');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-kzCSxaBD.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-
|
|
45
|
+
//# sourceMappingURL=schema-6v_eFHC5.cjs.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
4
|
-
var run = require('./run-
|
|
3
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
4
|
+
var run = require('./run-DFWF3wvX.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-
|
|
59
|
+
//# sourceMappingURL=test-BSDKO_bz.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-
|
|
6
|
-
var run = require('./run-
|
|
5
|
+
var index = require('./index-kzCSxaBD.cjs.js');
|
|
6
|
+
var run = require('./run-DFWF3wvX.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-
|
|
126
|
+
//# sourceMappingURL=test-DwuJhYqF.cjs.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var config = require('./config-
|
|
3
|
+
var config = require('./config-r5N0sIuh.cjs.js');
|
|
4
4
|
require('@backstage/config-loader');
|
|
5
5
|
require('@backstage/config');
|
|
6
|
-
require('./index-
|
|
6
|
+
require('./index-kzCSxaBD.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-
|
|
28
|
+
//# sourceMappingURL=validate-DcMhu0wS.cjs.js.map
|
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
|
-
"version": "0.26.5
|
|
3
|
+
"version": "0.26.5",
|
|
4
4
|
"description": "CLI for developing Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"watch": "./src"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@backstage/catalog-model": "^1.5.0
|
|
45
|
+
"@backstage/catalog-model": "^1.5.0",
|
|
46
46
|
"@backstage/cli-common": "^0.1.13",
|
|
47
47
|
"@backstage/cli-node": "^0.2.5",
|
|
48
48
|
"@backstage/config": "^1.2.0",
|
|
49
49
|
"@backstage/config-loader": "^1.8.0",
|
|
50
50
|
"@backstage/errors": "^1.2.4",
|
|
51
|
-
"@backstage/eslint-plugin": "^0.1.
|
|
52
|
-
"@backstage/integration": "^1.11.0
|
|
51
|
+
"@backstage/eslint-plugin": "^0.1.8",
|
|
52
|
+
"@backstage/integration": "^1.11.0",
|
|
53
53
|
"@backstage/release-manifests": "^0.0.11",
|
|
54
54
|
"@backstage/types": "^1.1.1",
|
|
55
55
|
"@manypkg/get-packages": "^1.1.3",
|
|
@@ -155,16 +155,16 @@
|
|
|
155
155
|
"zod": "^3.22.4"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@backstage/backend-common": "^0.22.0
|
|
159
|
-
"@backstage/backend-plugin-api": "^0.6.18
|
|
160
|
-
"@backstage/backend-test-utils": "^0.3.8
|
|
158
|
+
"@backstage/backend-common": "^0.22.0",
|
|
159
|
+
"@backstage/backend-plugin-api": "^0.6.18",
|
|
160
|
+
"@backstage/backend-test-utils": "^0.3.8",
|
|
161
161
|
"@backstage/config": "^1.2.0",
|
|
162
|
-
"@backstage/core-app-api": "^1.12.
|
|
163
|
-
"@backstage/core-components": "^0.14.7
|
|
162
|
+
"@backstage/core-app-api": "^1.12.5",
|
|
163
|
+
"@backstage/core-components": "^0.14.7",
|
|
164
164
|
"@backstage/core-plugin-api": "^1.9.2",
|
|
165
|
-
"@backstage/dev-utils": "^1.0.32
|
|
166
|
-
"@backstage/test-utils": "^1.5.5
|
|
167
|
-
"@backstage/theme": "^0.5.4
|
|
165
|
+
"@backstage/dev-utils": "^1.0.32",
|
|
166
|
+
"@backstage/test-utils": "^1.5.5",
|
|
167
|
+
"@backstage/theme": "^0.5.4",
|
|
168
168
|
"@types/cross-spawn": "^6.0.2",
|
|
169
169
|
"@types/diff": "^5.0.0",
|
|
170
170
|
"@types/ejs": "^3.1.3",
|