@backstage/cli-defaults 0.0.0-nightly-20260317031259

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 ADDED
@@ -0,0 +1,22 @@
1
+ # @backstage/cli-defaults
2
+
3
+ ## 0.0.0-nightly-20260317031259
4
+
5
+ ### Minor Changes
6
+
7
+ - 7781ae5: Introduced `@backstage/cli-defaults`, a convenience package that bundles all standard Backstage CLI modules. Install this single package as a `devDependency` to get the full default set of CLI commands without listing each module individually.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/cli-module-build@0.0.0-nightly-20260317031259
13
+ - @backstage/cli-module-auth@0.0.0-nightly-20260317031259
14
+ - @backstage/cli-module-config@0.0.0-nightly-20260317031259
15
+ - @backstage/cli-module-github@0.0.0-nightly-20260317031259
16
+ - @backstage/cli-module-info@0.0.0-nightly-20260317031259
17
+ - @backstage/cli-module-lint@0.0.0-nightly-20260317031259
18
+ - @backstage/cli-module-maintenance@0.0.0-nightly-20260317031259
19
+ - @backstage/cli-module-migrate@0.0.0-nightly-20260317031259
20
+ - @backstage/cli-module-new@0.0.0-nightly-20260317031259
21
+ - @backstage/cli-module-test-jest@0.0.0-nightly-20260317031259
22
+ - @backstage/cli-module-translations@0.0.0-nightly-20260317031259
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # @backstage/cli-defaults
2
+
3
+ The default set of CLI modules for the Backstage CLI. Installing this single package provides all standard CLI commands without needing to list each module individually.
4
+
5
+ ## Included Modules
6
+
7
+ | Module | Description |
8
+ | :----------------------------------------------------------------- | :--------------------------------------- |
9
+ | [`@backstage/cli-module-auth`](../cli-module-auth) | Authentication commands |
10
+ | [`@backstage/cli-module-build`](../cli-module-build) | Build, start, and packaging commands |
11
+ | [`@backstage/cli-module-config`](../cli-module-config) | Configuration inspection commands |
12
+ | [`@backstage/cli-module-github`](../cli-module-github) | GitHub App creation |
13
+ | [`@backstage/cli-module-info`](../cli-module-info) | Environment and dependency info |
14
+ | [`@backstage/cli-module-lint`](../cli-module-lint) | Linting commands |
15
+ | [`@backstage/cli-module-maintenance`](../cli-module-maintenance) | Repository maintenance commands |
16
+ | [`@backstage/cli-module-migrate`](../cli-module-migrate) | Migration and version management |
17
+ | [`@backstage/cli-module-new`](../cli-module-new) | Scaffolding for new plugins and packages |
18
+ | [`@backstage/cli-module-test-jest`](../cli-module-test-jest) | Jest-based testing commands |
19
+ | [`@backstage/cli-module-translations`](../cli-module-translations) | Translation management commands |
20
+
21
+ For fine-grained control over which CLI commands are available, you can install individual modules instead.
22
+
23
+ ## Documentation
24
+
25
+ - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
26
+ - [Backstage Documentation](https://backstage.io/docs)
@@ -0,0 +1,46 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var auth = require('@backstage/cli-module-auth');
6
+ var build = require('@backstage/cli-module-build');
7
+ var config = require('@backstage/cli-module-config');
8
+ var github = require('@backstage/cli-module-github');
9
+ var info = require('@backstage/cli-module-info');
10
+ var lint = require('@backstage/cli-module-lint');
11
+ var maintenance = require('@backstage/cli-module-maintenance');
12
+ var migrate = require('@backstage/cli-module-migrate');
13
+ var newModule = require('@backstage/cli-module-new');
14
+ var testJest = require('@backstage/cli-module-test-jest');
15
+ var translations = require('@backstage/cli-module-translations');
16
+
17
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
18
+
19
+ var auth__default = /*#__PURE__*/_interopDefaultCompat(auth);
20
+ var build__default = /*#__PURE__*/_interopDefaultCompat(build);
21
+ var config__default = /*#__PURE__*/_interopDefaultCompat(config);
22
+ var github__default = /*#__PURE__*/_interopDefaultCompat(github);
23
+ var info__default = /*#__PURE__*/_interopDefaultCompat(info);
24
+ var lint__default = /*#__PURE__*/_interopDefaultCompat(lint);
25
+ var maintenance__default = /*#__PURE__*/_interopDefaultCompat(maintenance);
26
+ var migrate__default = /*#__PURE__*/_interopDefaultCompat(migrate);
27
+ var newModule__default = /*#__PURE__*/_interopDefaultCompat(newModule);
28
+ var testJest__default = /*#__PURE__*/_interopDefaultCompat(testJest);
29
+ var translations__default = /*#__PURE__*/_interopDefaultCompat(translations);
30
+
31
+ var index = [
32
+ auth__default.default,
33
+ build__default.default,
34
+ config__default.default,
35
+ github__default.default,
36
+ info__default.default,
37
+ lint__default.default,
38
+ maintenance__default.default,
39
+ migrate__default.default,
40
+ newModule__default.default,
41
+ testJest__default.default,
42
+ translations__default.default
43
+ ];
44
+
45
+ exports.default = index;
46
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport auth from '@backstage/cli-module-auth';\nimport build from '@backstage/cli-module-build';\nimport config from '@backstage/cli-module-config';\nimport github from '@backstage/cli-module-github';\nimport info from '@backstage/cli-module-info';\nimport lint from '@backstage/cli-module-lint';\nimport maintenance from '@backstage/cli-module-maintenance';\nimport migrate from '@backstage/cli-module-migrate';\nimport newModule from '@backstage/cli-module-new';\nimport testJest from '@backstage/cli-module-test-jest';\nimport translations from '@backstage/cli-module-translations';\n\n/**\n * The default set of CLI modules for the Backstage CLI.\n *\n * @public\n */\nexport default [\n auth,\n build,\n config,\n github,\n info,\n lint,\n maintenance,\n migrate,\n newModule,\n testJest,\n translations,\n];\n"],"names":["auth","build","config","github","info","lint","maintenance","migrate","newModule","testJest","translations"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,YAAe;AAAA,EACbA,qBAAA;AAAA,EACAC,sBAAA;AAAA,EACAC,uBAAA;AAAA,EACAC,uBAAA;AAAA,EACAC,qBAAA;AAAA,EACAC,qBAAA;AAAA,EACAC,4BAAA;AAAA,EACAC,wBAAA;AAAA,EACAC,0BAAA;AAAA,EACAC,yBAAA;AAAA,EACAC;AACF,CAAA;;;;"}
@@ -0,0 +1,10 @@
1
+ import * as _backstage_cli_node from '@backstage/cli-node';
2
+
3
+ /**
4
+ * The default set of CLI modules for the Backstage CLI.
5
+ *
6
+ * @public
7
+ */
8
+ declare const _default: _backstage_cli_node.CliModule[];
9
+
10
+ export { _default as default };
package/package.json ADDED
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "@backstage/cli-defaults",
3
+ "version": "0.0.0-nightly-20260317031259",
4
+ "description": "Default set of CLI modules for the Backstage CLI",
5
+ "backstage": {
6
+ "role": "cli-module"
7
+ },
8
+ "publishConfig": {
9
+ "access": "public",
10
+ "main": "dist/index.cjs.js",
11
+ "types": "dist/index.d.ts"
12
+ },
13
+ "homepage": "https://backstage.io",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/backstage/backstage",
17
+ "directory": "packages/cli-defaults"
18
+ },
19
+ "license": "Apache-2.0",
20
+ "main": "dist/index.cjs.js",
21
+ "types": "dist/index.d.ts",
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "scripts": {
26
+ "build": "backstage-cli package build",
27
+ "clean": "backstage-cli package clean",
28
+ "lint": "backstage-cli package lint",
29
+ "prepack": "backstage-cli package prepack",
30
+ "postpack": "backstage-cli package postpack"
31
+ },
32
+ "dependencies": {
33
+ "@backstage/cli-module-auth": "0.0.0-nightly-20260317031259",
34
+ "@backstage/cli-module-build": "0.0.0-nightly-20260317031259",
35
+ "@backstage/cli-module-config": "0.0.0-nightly-20260317031259",
36
+ "@backstage/cli-module-github": "0.0.0-nightly-20260317031259",
37
+ "@backstage/cli-module-info": "0.0.0-nightly-20260317031259",
38
+ "@backstage/cli-module-lint": "0.0.0-nightly-20260317031259",
39
+ "@backstage/cli-module-maintenance": "0.0.0-nightly-20260317031259",
40
+ "@backstage/cli-module-migrate": "0.0.0-nightly-20260317031259",
41
+ "@backstage/cli-module-new": "0.0.0-nightly-20260317031259",
42
+ "@backstage/cli-module-test-jest": "0.0.0-nightly-20260317031259",
43
+ "@backstage/cli-module-translations": "0.0.0-nightly-20260317031259"
44
+ },
45
+ "devDependencies": {
46
+ "@backstage/cli": "0.0.0-nightly-20260317031259"
47
+ },
48
+ "typesVersions": {
49
+ "*": {
50
+ "package.json": [
51
+ "package.json"
52
+ ]
53
+ }
54
+ }
55
+ }