
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@hai.dinh/service-registry-cli
Advanced tools
Command-line utility registry service backed by registry-service
service-registry-cli is a command-line helper for service-registry.
The easiest way to install service-registry-cli is using NPM. If you have Node.js installed, it is most likely that you have NPM installed as well.
$ npm install @hai.dinh/service-registry-cli
The service-registry-cli command allows you to register a new service.
To register a new service, your codebase of service must have service-definition.json file at root. This file contains your service definition, like below
// File: service-definition.json
{
"id": "order-service",
"name": "order service",
"category": "business",
"dependencies": ["storage-service"]
}
Command
$ service-registry-cli register --service.endpoint http://localhost:1001
service-registry-cli register --service.endpoint <endpoint > -h <etcd-server-host> -e <environment>
-h <host>, --host<host>Specify etcd host service. Default: "127.0.0.1:2379".
-e <environment>, --environment<environment>Specify your workspace like: dev, staging or prod.
--service.endpoint <endpoint>Specify the endpoint of service. Other service information 'll be taked from service-definition.json file at root
The service-registry-cli command takes dependencies input from service-definition.json, then resolves these dependencies. Output 'll be wrote at service-env.json
// File: service-env.json
{
"id": "order-service",
"name": "order service",
"dependencies": [{
"id": "storage-service",
"name": "storage service",
"category":"storage",
"endpoint": "http://storage-service:3000",
"version": "1.0.0"
}]
}
Command
$ service-registry-cli pull
service-registry-cli pull -h <etcd-server-host> -e <environment>
-h <host>, --host<host>Specify etcd host service. Default: "127.0.0.1:2379".
-e <environment>, --environment<environment>Specify your workspace like: dev, staging or prod.
FAQs
Command-line utility registry service backed by registry-service
We found that @hai.dinh/service-registry-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.