Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@egendata/cli
Advanced tools
A simple CLI for running and developing against the egendata stack
In order to run the cli, you need to install node.js and docker-compose.
You can either install the cli as a global package and use the command egendata
npm install -g @egendata/cli
egendata --help
...or run it immediately via npx
npx @egendata/cli --help
All the examples assume the cli is installed. If you choose not to install the
cli globally, just replace egendata
with npx @egendata/cli
.
Command: egendata tunnel [flags] [start command]
This will use localtunnel.me
to expose your service on the interwebs
egendata tunnel --port=4000 --subdomain=fooservice npm start
This will open a tunnel on https://fooservice.localtunnel.me pointing to http://localhost:4000. It will also call:
NODE_ENV=development CLIENT_ID=https://fooservice.localtunnel.me OPERATOR_URL=https://operator-test.dev.services.jtech.se/api PORT=4000 npm start
The Operator URL is that of the test Operator which can be used with the test build of the Egendata app.
...is of course not recommended but it is possible. Just add the --unsafe
flag.
Commands:
egendata infra start
This will spin up docker containers for:
Operator DB: postgres://postgresuser:postgrespasword@localhost:5432/egendata
Operator: http://[your-ip]:3000
Logging: elasticsearch apm
viewable on http://localhost:5601
egendata infra stop
This stops all docker containers started by egendata infra start
--no-log
– No logging infrastructure
--no-operator
– No Operator started - only Operator DB
--example
– Starts the CV example site on http://[your-ip]:4000
--attach
– Runs the containers attached to the terminal
FAQs
A simple CLI for running and developing against the egendata stack
We found that @egendata/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.