Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@persistr/cli
Advanced tools
Command-line interface for Persistr Server and Persistr Cloud
Install the Persistr CLI on the command-line:
npm install -g @persistr/cli
Run the Persistr CLI:
persistr
You will get a list of available commands:
COMMANDS
access manage user access
annotations manage stream annotations
db manage databases
events manage events
help display help
ns manage namespaces
server manage connection to Persistr Server
streams manage event streams
user login/logout and manage users
View help page for each command by using help
on the command-line:
persistr help db:list
Or by using the -h
or --help
command-line options:
persistr db:list -h
persistr db:list --help
You'll have to tell Persistr CLI where your Persistr Server is located. By default, the CLI will talk to Persistr Cloud. If you have a local Persistr Server instance running then tell the CLI what its location is:
persistr server:url http://localhost:3010
You can display what Persistr Server your CLI is configured to access by running the server:show
command:
persistr server:show
Persistr Server at http://localhost:3010
Log into Persistr Server by running the user:login
command:
persistr user:login demo
✔ Password? … ****
demo logged in
Display which user is logged in with the user:whoami
command:
persistr user:whoami
demo "demo" is logged into Persistr Server at http://localhost:3010
See the LICENSE file for license rights and limitations (GPL).
FAQs
CLI for interacting with Persistr Server
We found that @persistr/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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
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.