@backstage/cli 0.0.0-nightly-20220919030347 → 0.0.0-nightly-20220921030342
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 +25 -6
- package/config/jest.js +6 -7
- package/config/jestFileTransform.js +5 -3
- package/config/jestSucraseTransform.js +2 -2
- package/config/jestSwcTransform.js +1 -1
- package/config/jestYamlTransform.js +40 -0
- package/dist/cjs/{PackageGraph-cbbcb60d.cjs.js → PackageGraph-c4932228.cjs.js} +2 -2
- package/dist/cjs/{build-a80c880d.cjs.js → build-2cfa5e4d.cjs.js} +9 -9
- package/dist/cjs/{buildBackend-f7c77b0b.cjs.js → buildBackend-f59414e2.cjs.js} +6 -6
- package/dist/cjs/{buildWorkspace-54b59635.cjs.js → buildWorkspace-17b4506f.cjs.js} +6 -6
- package/dist/cjs/{bump-1b765f38.cjs.js → bump-21260631.cjs.js} +5 -5
- package/dist/cjs/{clean-44c36da0.cjs.js → clean-c5b214a0.cjs.js} +3 -3
- package/dist/cjs/{clean-d0639824.cjs.js → clean-e8aa1ecf.cjs.js} +2 -2
- package/dist/cjs/{config-b04e9537.cjs.js → config-084a93ae.cjs.js} +3 -3
- package/dist/cjs/{createDistWorkspace-ee244c42.cjs.js → createDistWorkspace-1cb6d20c.cjs.js} +6 -6
- package/dist/cjs/{createPlugin-38bde20d.cjs.js → createPlugin-b69d8b55.cjs.js} +4 -4
- package/dist/cjs/{diff-106d4724.cjs.js → diff-88978c95.cjs.js} +2 -2
- package/dist/cjs/{docs-b4ec9616.cjs.js → docs-f9ea3555.cjs.js} +4 -4
- package/dist/cjs/{fix-2e7bcb7b.cjs.js → fix-d9f0c504.cjs.js} +3 -3
- package/dist/cjs/{index-0b77afc5.cjs.js → index-423b279d.cjs.js} +8 -8
- package/dist/cjs/{index-ddecf380.cjs.js → index-53ba4f3c.cjs.js} +2 -2
- package/dist/cjs/{index-4a52b979.cjs.js → index-59f49034.cjs.js} +65 -58
- package/dist/cjs/{index-22d71d53.cjs.js → index-66632694.cjs.js} +9 -9
- package/dist/cjs/{info-dde556a3.cjs.js → info-711f613c.cjs.js} +3 -3
- package/dist/cjs/{install-0198741a.cjs.js → install-4c1cf48d.cjs.js} +4 -4
- package/dist/cjs/{lint-bbf17e89.cjs.js → lint-5185fc9f.cjs.js} +3 -3
- package/dist/cjs/{lint-bac940ad.cjs.js → lint-8db14ec4.cjs.js} +3 -3
- package/dist/cjs/{lint-4ea1cd7d.cjs.js → lint-f86915df.cjs.js} +2 -2
- package/dist/cjs/{list-deprecations-1a376bc8.cjs.js → list-deprecations-246a66f5.cjs.js} +3 -3
- package/dist/cjs/{new-dc185c76.cjs.js → new-3138e47d.cjs.js} +4 -4
- package/dist/cjs/{pack-17918a36.cjs.js → pack-11cc0d4f.cjs.js} +2 -2
- package/dist/cjs/{packageLintConfigs-4b48e7c0.cjs.js → packageLintConfigs-06bf9ce5.cjs.js} +4 -4
- package/dist/cjs/{packageRole-5a08fd56.cjs.js → packageRole-5fc2588f.cjs.js} +3 -3
- package/dist/cjs/{packageRoles-1f3cfecc.cjs.js → packageRoles-56e4cc90.cjs.js} +2 -2
- package/dist/cjs/{packageScripts-3d6c88f7.cjs.js → packageScripts-4c1836a3.cjs.js} +4 -4
- package/dist/cjs/{packages-032b4d94.cjs.js → packages-81c74764.cjs.js} +3 -3
- package/dist/cjs/{paths-adb593c7.cjs.js → paths-8d6350e4.cjs.js} +3 -3
- package/dist/cjs/{print-69c54f76.cjs.js → print-414911f8.cjs.js} +4 -4
- package/dist/cjs/{reactRouterDeps-af437b7b.cjs.js → reactRouterDeps-dd5ce460.cjs.js} +4 -4
- package/dist/cjs/{run-20edcac9.cjs.js → run-7d661c94.cjs.js} +2 -2
- package/dist/cjs/{schema-6176df9d.cjs.js → schema-1c0546f2.cjs.js} +4 -4
- package/dist/cjs/{tasks-93484977.cjs.js → tasks-059187aa.cjs.js} +2 -2
- package/dist/cjs/test-3159da5a.cjs.js +95 -0
- package/dist/cjs/{test-7f135639.cjs.js → test-f08f63db.cjs.js} +3 -3
- package/dist/cjs/{validate-6dc3e551.cjs.js → validate-6a8b2ac6.cjs.js} +4 -4
- package/dist/index.cjs.js +1 -1
- package/package.json +17 -17
- package/templates/default-backend-plugin/package.json.hbs +6 -6
- package/templates/default-plugin/package.json.hbs +1 -1
|
@@ -46,15 +46,15 @@ class NotFoundError extends CustomError {
|
|
|
46
46
|
|
|
47
47
|
const paths = cliCommon.findPaths(__dirname);
|
|
48
48
|
|
|
49
|
-
var version$a = "0.15.1
|
|
49
|
+
var version$a = "0.15.1";
|
|
50
50
|
|
|
51
|
-
var version$9 = "0.19.0
|
|
51
|
+
var version$9 = "0.19.0";
|
|
52
52
|
var dependencies = {
|
|
53
|
-
"@backstage/cli-common": "^0.1.10
|
|
54
|
-
"@backstage/config": "^1.0.2
|
|
55
|
-
"@backstage/config-loader": "^1.1.4
|
|
56
|
-
"@backstage/errors": "^1.1.1
|
|
57
|
-
"@backstage/release-manifests": "^0.0.6
|
|
53
|
+
"@backstage/cli-common": "^0.1.10",
|
|
54
|
+
"@backstage/config": "^1.0.2",
|
|
55
|
+
"@backstage/config-loader": "^1.1.4",
|
|
56
|
+
"@backstage/errors": "^1.1.1",
|
|
57
|
+
"@backstage/release-manifests": "^0.0.6",
|
|
58
58
|
"@backstage/types": "^1.0.0",
|
|
59
59
|
"@manypkg/get-packages": "^1.1.3",
|
|
60
60
|
"@octokit/request": "^6.0.0",
|
|
@@ -75,7 +75,7 @@ var dependencies = {
|
|
|
75
75
|
"@swc/core": "^1.2.239",
|
|
76
76
|
"@swc/helpers": "^0.4.7",
|
|
77
77
|
"@swc/jest": "^0.2.22",
|
|
78
|
-
"@types/jest": "^
|
|
78
|
+
"@types/jest": "^29.0.0",
|
|
79
79
|
"@types/webpack-env": "^1.15.2",
|
|
80
80
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
81
81
|
"@typescript-eslint/parser": "^5.9.0",
|
|
@@ -109,10 +109,10 @@ var dependencies = {
|
|
|
109
109
|
handlebars: "^4.7.3",
|
|
110
110
|
"html-webpack-plugin": "^5.3.1",
|
|
111
111
|
inquirer: "^8.2.0",
|
|
112
|
-
jest: "^
|
|
112
|
+
jest: "^29.0.2",
|
|
113
113
|
"jest-css-modules": "^2.1.0",
|
|
114
|
-
"jest-
|
|
115
|
-
"jest-
|
|
114
|
+
"jest-environment-jsdom": "^29.0.2",
|
|
115
|
+
"jest-runtime": "^29.0.2",
|
|
116
116
|
"json-schema": "^0.4.0",
|
|
117
117
|
lodash: "^4.17.21",
|
|
118
118
|
"mini-css-extract-plugin": "^2.4.2",
|
|
@@ -149,13 +149,13 @@ var dependencies = {
|
|
|
149
149
|
zod: "^3.11.6"
|
|
150
150
|
};
|
|
151
151
|
var devDependencies = {
|
|
152
|
-
"@backstage/backend-common": "^0.15.1
|
|
153
|
-
"@backstage/config": "^1.0.2
|
|
154
|
-
"@backstage/core-app-api": "^1.1.0
|
|
155
|
-
"@backstage/core-components": "^0.11.1
|
|
156
|
-
"@backstage/core-plugin-api": "^1.0.6
|
|
157
|
-
"@backstage/dev-utils": "^1.0.6
|
|
158
|
-
"@backstage/test-utils": "^1.2.0
|
|
152
|
+
"@backstage/backend-common": "^0.15.1",
|
|
153
|
+
"@backstage/config": "^1.0.2",
|
|
154
|
+
"@backstage/core-app-api": "^1.1.0",
|
|
155
|
+
"@backstage/core-components": "^0.11.1",
|
|
156
|
+
"@backstage/core-plugin-api": "^1.0.6",
|
|
157
|
+
"@backstage/dev-utils": "^1.0.6",
|
|
158
|
+
"@backstage/test-utils": "^1.2.0",
|
|
159
159
|
"@backstage/theme": "^0.2.16",
|
|
160
160
|
"@types/diff": "^5.0.0",
|
|
161
161
|
"@types/express": "^4.17.6",
|
|
@@ -181,21 +181,21 @@ var devDependencies = {
|
|
|
181
181
|
"type-fest": "^2.0.0"
|
|
182
182
|
};
|
|
183
183
|
|
|
184
|
-
var version$8 = "1.0.2
|
|
184
|
+
var version$8 = "1.0.2";
|
|
185
185
|
|
|
186
|
-
var version$7 = "1.1.0
|
|
186
|
+
var version$7 = "1.1.0";
|
|
187
187
|
|
|
188
|
-
var version$6 = "0.11.1
|
|
188
|
+
var version$6 = "0.11.1";
|
|
189
189
|
|
|
190
|
-
var version$5 = "1.0.6
|
|
190
|
+
var version$5 = "1.0.6";
|
|
191
191
|
|
|
192
|
-
var version$4 = "1.0.6
|
|
192
|
+
var version$4 = "1.0.6";
|
|
193
193
|
|
|
194
|
-
var version$3 = "1.2.0
|
|
194
|
+
var version$3 = "1.2.0";
|
|
195
195
|
|
|
196
196
|
var version$2 = "0.2.16";
|
|
197
197
|
|
|
198
|
-
var version$1 = "1.6.0
|
|
198
|
+
var version$1 = "1.6.0";
|
|
199
199
|
|
|
200
200
|
const packageVersions = {
|
|
201
201
|
"@backstage/backend-common": version$a,
|
|
@@ -260,7 +260,7 @@ function registerRepoCommand(program) {
|
|
|
260
260
|
).option(
|
|
261
261
|
"--since <ref>",
|
|
262
262
|
"Only build packages and their dev dependents that changed since the specified ref"
|
|
263
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
263
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./build-2cfa5e4d.cjs.js'); }).then((m) => m.command)));
|
|
264
264
|
command.command("lint").description("Lint all packages in the project").option(
|
|
265
265
|
"--format <format>",
|
|
266
266
|
"Lint report output format",
|
|
@@ -268,18 +268,25 @@ function registerRepoCommand(program) {
|
|
|
268
268
|
).option(
|
|
269
269
|
"--since <ref>",
|
|
270
270
|
"Only lint packages that changed since the specified ref"
|
|
271
|
-
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
272
|
-
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
271
|
+
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-5185fc9f.cjs.js'); }).then((m) => m.command)));
|
|
272
|
+
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-c5b214a0.cjs.js'); }).then((m) => m.command)));
|
|
273
273
|
command.command("list-deprecations", { hidden: true }).description("List deprecations. [EXPERIMENTAL]").option("--json", "Output as JSON").action(
|
|
274
|
-
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-
|
|
274
|
+
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-246a66f5.cjs.js'); }).then((m) => m.command))
|
|
275
275
|
);
|
|
276
|
+
command.command("test").allowUnknownOption(true).option(
|
|
277
|
+
"--since <ref>",
|
|
278
|
+
"Only test packages that changed since the specified ref"
|
|
279
|
+
).option(
|
|
280
|
+
"--jest-help",
|
|
281
|
+
"Show help for Jest CLI options, which are passed through"
|
|
282
|
+
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-3159da5a.cjs.js'); }).then((m) => m.command)));
|
|
276
283
|
}
|
|
277
284
|
function registerScriptCommand(program) {
|
|
278
285
|
const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
|
|
279
286
|
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(
|
|
280
287
|
"--inspect-brk",
|
|
281
288
|
"Enable debugger in Node.js environments, breaking before code starts"
|
|
282
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
289
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-423b279d.cjs.js'); }).then((m) => m.command)));
|
|
283
290
|
command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
|
|
284
291
|
"--minify",
|
|
285
292
|
"Minify the generated code. Does not apply to app or backend packages."
|
|
@@ -297,33 +304,33 @@ function registerScriptCommand(program) {
|
|
|
297
304
|
"Config files to load instead of app-config.yaml. Applies to app packages only.",
|
|
298
305
|
(opt, opts) => opts ? [...opts, opt] : [opt],
|
|
299
306
|
Array()
|
|
300
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
307
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-66632694.cjs.js'); }).then((m) => m.command)));
|
|
301
308
|
command.command("lint [directories...]").option(
|
|
302
309
|
"--format <format>",
|
|
303
310
|
"Lint report output format",
|
|
304
311
|
"eslint-formatter-friendly"
|
|
305
|
-
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
306
|
-
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-
|
|
307
|
-
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-
|
|
308
|
-
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
309
|
-
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
310
|
-
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
312
|
+
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-f86915df.cjs.js'); }).then((m) => m.default)));
|
|
313
|
+
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-f08f63db.cjs.js'); }).then((m) => m.default)));
|
|
314
|
+
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-d9f0c504.cjs.js'); }).then((m) => m.command)));
|
|
315
|
+
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-e8aa1ecf.cjs.js'); }).then((m) => m.default)));
|
|
316
|
+
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-11cc0d4f.cjs.js'); }).then((m) => m.pre)));
|
|
317
|
+
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-11cc0d4f.cjs.js'); }).then((m) => m.post)));
|
|
311
318
|
}
|
|
312
319
|
function registerMigrateCommand(program) {
|
|
313
320
|
const command = program.command("migrate [command]").description("Migration utilities");
|
|
314
|
-
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-
|
|
321
|
+
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-5fc2588f.cjs.js'); }).then((m) => m.default)));
|
|
315
322
|
command.command("package-scripts").description("Set package scripts according to each package role").action(
|
|
316
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-
|
|
323
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-4c1836a3.cjs.js'); }).then((m) => m.command))
|
|
317
324
|
);
|
|
318
325
|
command.command("package-lint-configs").description(
|
|
319
326
|
"Migrates all packages to use @backstage/cli/config/eslint-factory"
|
|
320
327
|
).action(
|
|
321
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-
|
|
328
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-06bf9ce5.cjs.js'); }).then((m) => m.command))
|
|
322
329
|
);
|
|
323
330
|
command.command("react-router-deps").description(
|
|
324
331
|
"Migrates the react-router dependencies for all packages to be peer dependencies"
|
|
325
332
|
).action(
|
|
326
|
-
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-
|
|
333
|
+
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-dd5ce460.cjs.js'); }).then((m) => m.command))
|
|
327
334
|
);
|
|
328
335
|
}
|
|
329
336
|
function registerCommands(program) {
|
|
@@ -343,7 +350,7 @@ function registerCommands(program) {
|
|
|
343
350
|
).option(
|
|
344
351
|
"--baseVersion <version>",
|
|
345
352
|
"The version to use for any new packages (default: 0.1.0)"
|
|
346
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
353
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-3138e47d.cjs.js'); }).then((m) => m.default)));
|
|
347
354
|
program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
|
|
348
355
|
"Open up an interactive guide to creating new things in your app [DEPRECATED]"
|
|
349
356
|
).option(
|
|
@@ -357,43 +364,43 @@ function registerCommands(program) {
|
|
|
357
364
|
).option("--scope <scope>", "The scope to use for new packages").option(
|
|
358
365
|
"--npm-registry <URL>",
|
|
359
366
|
"The package registry to use for new packages"
|
|
360
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
367
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-3138e47d.cjs.js'); }).then((m) => m.default)));
|
|
361
368
|
program.command("create-plugin", { hidden: true }).option(
|
|
362
369
|
"--backend",
|
|
363
370
|
"Create plugin with the backend dependencies as default"
|
|
364
371
|
).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(
|
|
365
|
-
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
372
|
+
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-b69d8b55.cjs.js'); }).then((m) => m.default))
|
|
366
373
|
);
|
|
367
374
|
program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
|
|
368
375
|
"Diff an existing plugin with the creation template [DEPRECATED]"
|
|
369
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
376
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-88978c95.cjs.js'); }).then((m) => m.default)));
|
|
370
377
|
program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
|
|
371
378
|
"Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
|
|
372
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
379
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./test-f08f63db.cjs.js'); }).then((m) => m.default)));
|
|
373
380
|
program.command("config:docs").option(
|
|
374
381
|
"--package <name>",
|
|
375
382
|
"Only include the schema that applies to the given package"
|
|
376
|
-
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
383
|
+
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-f9ea3555.cjs.js'); }).then((m) => m.default)));
|
|
377
384
|
program.command("config:print").option(
|
|
378
385
|
"--package <name>",
|
|
379
386
|
"Only load config schema that applies to the given package"
|
|
380
387
|
).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(
|
|
381
388
|
"--format <format>",
|
|
382
389
|
"Format to print the configuration in, either json or yaml [yaml]"
|
|
383
|
-
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
390
|
+
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-414911f8.cjs.js'); }).then((m) => m.default)));
|
|
384
391
|
program.command("config:check").option(
|
|
385
392
|
"--package <name>",
|
|
386
393
|
"Only load config schema that applies to the given package"
|
|
387
394
|
).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(
|
|
388
395
|
"Validate that the given configuration loads and matches schema"
|
|
389
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
396
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-6a8b2ac6.cjs.js'); }).then((m) => m.default)));
|
|
390
397
|
program.command("config:schema").option(
|
|
391
398
|
"--package <name>",
|
|
392
399
|
"Only output config schema that applies to the given package"
|
|
393
400
|
).option(
|
|
394
401
|
"--format <format>",
|
|
395
402
|
"Format to print the schema in, either json or yaml [yaml]"
|
|
396
|
-
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-
|
|
403
|
+
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-1c0546f2.cjs.js'); }).then((m) => m.default)));
|
|
397
404
|
registerRepoCommand(program);
|
|
398
405
|
registerScriptCommand(program);
|
|
399
406
|
registerMigrateCommand(program);
|
|
@@ -404,16 +411,16 @@ function registerCommands(program) {
|
|
|
404
411
|
"--release <version|next|main>",
|
|
405
412
|
"Bump to a specific Backstage release line or version",
|
|
406
413
|
"main"
|
|
407
|
-
).description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
408
|
-
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-
|
|
409
|
-
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
410
|
-
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-
|
|
411
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
412
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
414
|
+
).description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-21260631.cjs.js'); }).then((m) => m.default)));
|
|
415
|
+
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-8db14ec4.cjs.js'); }).then((m) => m.default)));
|
|
416
|
+
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-e8aa1ecf.cjs.js'); }).then((m) => m.default)));
|
|
417
|
+
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-17b4506f.cjs.js'); }).then((m) => m.default)));
|
|
418
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-53ba4f3c.cjs.js'); }).then((m) => m.default)));
|
|
419
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-711f613c.cjs.js'); }).then((m) => m.default)));
|
|
413
420
|
program.command("install [plugin-id]", { hidden: true }).option(
|
|
414
421
|
"--from <packageJsonFilePath>",
|
|
415
422
|
"Install from a local package.json containing the installation recipe"
|
|
416
|
-
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
423
|
+
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-4c1cf48d.cjs.js'); }).then((m) => m.default)));
|
|
417
424
|
}
|
|
418
425
|
function lazy(getActionFunc) {
|
|
419
426
|
return async (...args) => {
|
|
@@ -457,4 +464,4 @@ exports.devDependencies = devDependencies;
|
|
|
457
464
|
exports.paths = paths;
|
|
458
465
|
exports.version = version;
|
|
459
466
|
exports.version$1 = version$9;
|
|
460
|
-
//# sourceMappingURL=index-
|
|
467
|
+
//# sourceMappingURL=index-59f49034.cjs.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
4
|
-
var packageRoles = require('./packageRoles-
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
var buildBackend = require('./buildBackend-
|
|
3
|
+
var createDistWorkspace = require('./createDistWorkspace-1cb6d20c.cjs.js');
|
|
4
|
+
var packageRoles = require('./packageRoles-56e4cc90.cjs.js');
|
|
5
|
+
var index = require('./index-59f49034.cjs.js');
|
|
6
|
+
var buildBackend = require('./buildBackend-f59414e2.cjs.js');
|
|
7
7
|
require('chalk');
|
|
8
8
|
require('fs-extra');
|
|
9
9
|
require('path');
|
|
10
10
|
require('os');
|
|
11
11
|
require('tar');
|
|
12
12
|
require('lodash/partition');
|
|
13
|
-
require('./run-
|
|
13
|
+
require('./run-7d661c94.cjs.js');
|
|
14
14
|
require('child_process');
|
|
15
15
|
require('util');
|
|
16
16
|
require('@backstage/errors');
|
|
17
|
-
require('./PackageGraph-
|
|
17
|
+
require('./PackageGraph-c4932228.cjs.js');
|
|
18
18
|
require('@manypkg/get-packages');
|
|
19
19
|
require('rollup');
|
|
20
20
|
require('@rollup/plugin-commonjs');
|
|
@@ -40,7 +40,7 @@ require('html-webpack-plugin');
|
|
|
40
40
|
require('react-dev-utils/ModuleScopePlugin');
|
|
41
41
|
require('run-script-webpack-plugin');
|
|
42
42
|
require('webpack-node-externals');
|
|
43
|
-
require('./paths-
|
|
43
|
+
require('./paths-8d6350e4.cjs.js');
|
|
44
44
|
require('mini-css-extract-plugin');
|
|
45
45
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
46
46
|
require('eslint-webpack-plugin');
|
|
@@ -50,7 +50,7 @@ require('react-dev-utils/FileSizeReporter');
|
|
|
50
50
|
require('react-dev-utils/formatWebpackMessages');
|
|
51
51
|
require('webpack-dev-server');
|
|
52
52
|
require('react-dev-utils/openBrowser');
|
|
53
|
-
require('./config-
|
|
53
|
+
require('./config-084a93ae.cjs.js');
|
|
54
54
|
require('@backstage/config-loader');
|
|
55
55
|
require('@backstage/config');
|
|
56
56
|
|
|
@@ -88,4 +88,4 @@ async function command(opts) {
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
exports.command = command;
|
|
91
|
-
//# sourceMappingURL=index-
|
|
91
|
+
//# sourceMappingURL=index-66632694.cjs.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-59f49034.cjs.js');
|
|
4
4
|
var os = require('os');
|
|
5
|
-
var run = require('./run-
|
|
5
|
+
var run = require('./run-7d661c94.cjs.js');
|
|
6
6
|
var Lockfile = require('./Lockfile-72b7072e.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-711f613c.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-81c74764.cjs.js');
|
|
8
|
+
var index = require('./index-59f49034.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-7d661c94.cjs.js');
|
|
13
13
|
require('minimatch');
|
|
14
14
|
require('@manypkg/get-packages');
|
|
15
15
|
require('./yarn-6cd89e16.cjs.js');
|
|
@@ -268,4 +268,4 @@ var install = async (pluginId, cmd) => {
|
|
|
268
268
|
};
|
|
269
269
|
|
|
270
270
|
exports["default"] = install;
|
|
271
|
-
//# sourceMappingURL=install-
|
|
271
|
+
//# sourceMappingURL=install-4c1cf48d.cjs.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var PackageGraph = require('./PackageGraph-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-c4932228.cjs.js');
|
|
6
6
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
7
|
-
var index = require('./index-
|
|
7
|
+
var index = require('./index-59f49034.cjs.js');
|
|
8
8
|
require('@manypkg/get-packages');
|
|
9
9
|
require('@backstage/errors');
|
|
10
10
|
require('child_process');
|
|
@@ -88,4 +88,4 @@ async function command(opts) {
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
exports.command = command;
|
|
91
|
-
//# sourceMappingURL=lint-
|
|
91
|
+
//# sourceMappingURL=lint-5185fc9f.cjs.js.map
|
|
@@ -5,8 +5,8 @@ require('minimatch');
|
|
|
5
5
|
require('@manypkg/get-packages');
|
|
6
6
|
require('chalk');
|
|
7
7
|
require('./yarn-6cd89e16.cjs.js');
|
|
8
|
-
require('./run-
|
|
9
|
-
var index = require('./index-
|
|
8
|
+
require('./run-7d661c94.cjs.js');
|
|
9
|
+
var index = require('./index-59f49034.cjs.js');
|
|
10
10
|
var partition = require('lodash/partition');
|
|
11
11
|
require('fs-extra');
|
|
12
12
|
require('semver');
|
|
@@ -105,4 +105,4 @@ function logArray(arr, header, each) {
|
|
|
105
105
|
exports["default"] = lint;
|
|
106
106
|
exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
|
|
107
107
|
exports.includedFilter = includedFilter;
|
|
108
|
-
//# sourceMappingURL=lint-
|
|
108
|
+
//# sourceMappingURL=lint-8db14ec4.cjs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-59f49034.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-f86915df.cjs.js.map
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
4
|
var eslint = require('eslint');
|
|
5
5
|
var path = require('path');
|
|
6
|
-
var index = require('./index-
|
|
7
|
-
var PackageGraph = require('./PackageGraph-
|
|
6
|
+
var index = require('./index-59f49034.cjs.js');
|
|
7
|
+
var PackageGraph = require('./PackageGraph-c4932228.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('fs-extra');
|
|
10
10
|
require('semver');
|
|
@@ -79,4 +79,4 @@ async function command(opts) {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
exports.command = command;
|
|
82
|
-
//# sourceMappingURL=list-deprecations-
|
|
82
|
+
//# sourceMappingURL=list-deprecations-246a66f5.cjs.js.map
|
|
@@ -7,13 +7,13 @@ 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 tasks = require('./tasks-
|
|
10
|
+
var index = require('./index-59f49034.cjs.js');
|
|
11
|
+
var tasks = require('./tasks-059187aa.cjs.js');
|
|
12
12
|
var Lockfile = require('./Lockfile-72b7072e.cjs.js');
|
|
13
13
|
require('minimatch');
|
|
14
14
|
require('@manypkg/get-packages');
|
|
15
15
|
require('./yarn-6cd89e16.cjs.js');
|
|
16
|
-
require('./run-
|
|
16
|
+
require('./run-7d661c94.cjs.js');
|
|
17
17
|
var partition = require('lodash/partition');
|
|
18
18
|
var errors = require('@backstage/errors');
|
|
19
19
|
require('commander');
|
|
@@ -523,4 +523,4 @@ var _new = async (opts) => {
|
|
|
523
523
|
};
|
|
524
524
|
|
|
525
525
|
exports["default"] = _new;
|
|
526
|
-
//# sourceMappingURL=new-
|
|
526
|
+
//# sourceMappingURL=new-3138e47d.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-59f49034.cjs.js');
|
|
5
5
|
var path = require('path');
|
|
6
6
|
require('commander');
|
|
7
7
|
require('chalk');
|
|
@@ -75,4 +75,4 @@ const post = async () => {
|
|
|
75
75
|
|
|
76
76
|
exports.post = post;
|
|
77
77
|
exports.pre = pre;
|
|
78
|
-
//# sourceMappingURL=pack-
|
|
78
|
+
//# sourceMappingURL=pack-11cc0d4f.cjs.js.map
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var PackageGraph = require('./PackageGraph-
|
|
6
|
-
var run = require('./run-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-c4932228.cjs.js');
|
|
6
|
+
var run = require('./run-7d661c94.cjs.js');
|
|
7
7
|
require('@manypkg/get-packages');
|
|
8
|
-
require('./index-
|
|
8
|
+
require('./index-59f49034.cjs.js');
|
|
9
9
|
require('commander');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('semver');
|
|
@@ -80,4 +80,4 @@ async function command() {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
exports.command = command;
|
|
83
|
-
//# sourceMappingURL=packageLintConfigs-
|
|
83
|
+
//# sourceMappingURL=packageLintConfigs-06bf9ce5.cjs.js.map
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var path = require('path');
|
|
5
5
|
var getPackages = require('@manypkg/get-packages');
|
|
6
|
-
var index = require('./index-
|
|
7
|
-
var packageRoles = require('./packageRoles-
|
|
6
|
+
var index = require('./index-59f49034.cjs.js');
|
|
7
|
+
var packageRoles = require('./packageRoles-56e4cc90.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('chalk');
|
|
10
10
|
require('semver');
|
|
@@ -56,4 +56,4 @@ var packageRole = async () => {
|
|
|
56
56
|
};
|
|
57
57
|
|
|
58
58
|
exports["default"] = packageRole;
|
|
59
|
-
//# sourceMappingURL=packageRole-
|
|
59
|
+
//# sourceMappingURL=packageRole-5fc2588f.cjs.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var fs = require('fs-extra');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-59f49034.cjs.js');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -157,4 +157,4 @@ exports.detectRoleFromPackage = detectRoleFromPackage;
|
|
|
157
157
|
exports.findRoleFromCommand = findRoleFromCommand;
|
|
158
158
|
exports.getRoleFromPackage = getRoleFromPackage;
|
|
159
159
|
exports.getRoleInfo = getRoleInfo;
|
|
160
|
-
//# sourceMappingURL=packageRoles-
|
|
160
|
+
//# sourceMappingURL=packageRoles-56e4cc90.cjs.js.map
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var PackageGraph = require('./PackageGraph-
|
|
6
|
-
var packageRoles = require('./packageRoles-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-c4932228.cjs.js');
|
|
6
|
+
var packageRoles = require('./packageRoles-56e4cc90.cjs.js');
|
|
7
7
|
require('@manypkg/get-packages');
|
|
8
|
-
require('./index-
|
|
8
|
+
require('./index-59f49034.cjs.js');
|
|
9
9
|
require('commander');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('semver');
|
|
@@ -95,4 +95,4 @@ async function command() {
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
exports.command = command;
|
|
98
|
-
//# sourceMappingURL=packageScripts-
|
|
98
|
+
//# sourceMappingURL=packageScripts-4c1836a3.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-59f49034.cjs.js');
|
|
6
6
|
var yarn = require('./yarn-6cd89e16.cjs.js');
|
|
7
|
-
var run = require('./run-
|
|
7
|
+
var run = require('./run-7d661c94.cjs.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
@@ -80,4 +80,4 @@ async function mapDependencies(targetDir, pattern) {
|
|
|
80
80
|
|
|
81
81
|
exports.fetchPackageInfo = fetchPackageInfo;
|
|
82
82
|
exports.mapDependencies = mapDependencies;
|
|
83
|
-
//# sourceMappingURL=packages-
|
|
83
|
+
//# sourceMappingURL=packages-81c74764.cjs.js.map
|
|
@@ -13,8 +13,8 @@ var getPackages = require('@manypkg/get-packages');
|
|
|
13
13
|
var MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
14
14
|
var svgrTemplate = require('./svgrTemplate-550efce6.cjs.js');
|
|
15
15
|
var ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
|
|
16
|
-
var index = require('./index-
|
|
17
|
-
var run = require('./run-
|
|
16
|
+
var index = require('./index-59f49034.cjs.js');
|
|
17
|
+
var run = require('./run-7d661c94.cjs.js');
|
|
18
18
|
var ESLintPlugin = require('eslint-webpack-plugin');
|
|
19
19
|
var pickBy = require('lodash/pickBy');
|
|
20
20
|
|
|
@@ -574,4 +574,4 @@ exports.createBackendConfig = createBackendConfig;
|
|
|
574
574
|
exports.createConfig = createConfig;
|
|
575
575
|
exports.resolveBaseUrl = resolveBaseUrl;
|
|
576
576
|
exports.resolveBundlingPaths = resolveBundlingPaths;
|
|
577
|
-
//# sourceMappingURL=paths-
|
|
577
|
+
//# sourceMappingURL=paths-8d6350e4.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-084a93ae.cjs.js');
|
|
6
6
|
require('@backstage/config-loader');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-59f49034.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-c4932228.cjs.js');
|
|
16
16
|
require('path');
|
|
17
17
|
require('child_process');
|
|
18
18
|
require('util');
|
|
@@ -61,4 +61,4 @@ function serializeConfigData(appConfigs, schema, visibility) {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
exports["default"] = print;
|
|
64
|
-
//# sourceMappingURL=print-
|
|
64
|
+
//# sourceMappingURL=print-414911f8.cjs.js.map
|