🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@backstage/cli-node

Package Overview
Dependencies
Maintainers
3
Versions
530
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/cli-node - npm Package Compare versions

Comparing version
0.0.0-nightly-20260616032439
to
0.0.0-nightly-20260708031420
+15
-3
CHANGELOG.md
# @backstage/cli-node
## 0.0.0-nightly-20260616032439
## 0.0.0-nightly-20260708031420
### Patch Changes
- b521571: Added `runCli` for creating executable CLI packages from a fixed collection of directly imported CLI modules, with validation for conflicting command paths. The single-module `runCliModule` helper is now deprecated.
- Updated dependencies
- @backstage/cli-common@0.2.2
- @backstage/cli-common@0.0.0-nightly-20260708031420
- @backstage/errors@1.3.1
- @backstage/types@1.2.2
## 0.3.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli-common@0.3.0-next.0
## 0.3.3
### Patch Changes
- b521571: Added `runCli` for creating executable CLI packages from a fixed collection of directly imported CLI modules, with validation for conflicting command paths. The single-module `runCliModule` helper is now deprecated.
## 0.3.2

@@ -14,0 +26,0 @@

+5
-5
{
"name": "@backstage/cli-node",
"version": "0.0.0-nightly-20260616032439",
"version": "0.0.0-nightly-20260708031420",
"description": "Node.js library for Backstage CLIs",

@@ -35,3 +35,3 @@ "backstage": {

"dependencies": {
"@backstage/cli-common": "0.2.2",
"@backstage/cli-common": "0.0.0-nightly-20260708031420",
"@backstage/errors": "1.3.1",

@@ -52,5 +52,5 @@ "@backstage/types": "1.2.2",

"devDependencies": {
"@backstage/backend-test-utils": "0.0.0-nightly-20260616032439",
"@backstage/cli": "0.0.0-nightly-20260616032439",
"@backstage/test-utils": "0.0.0-nightly-20260616032439",
"@backstage/backend-test-utils": "0.0.0-nightly-20260708031420",
"@backstage/cli": "0.0.0-nightly-20260708031420",
"@backstage/test-utils": "0.0.0-nightly-20260708031420",
"@types/proper-lockfile": "^4",

@@ -57,0 +57,0 @@ "@types/yarnpkg__lockfile": "^1.1.4"