
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@sidequest/cli
Advanced tools
@sidequest/cli is the command line interface for Sidequest, a distributed background job queue system.
Command-line interface for the Sidequest job processing system.
This package provides a CLI tool for managing Sidequest database migrations and configuration. It offers an interactive setup wizard to configure your backend connection and simple commands to manage your database schema.
The CLI supports all Sidequest backends (PostgreSQL, MySQL, SQLite, MongoDB) and provides an easy way to initialize and maintain your job queue database without writing code.
Install the CLI globally:
npm install -g @sidequest/cli
# or
yarn global add @sidequest/cli
# Configure your backend connection
sidequest config
# Run database migrations
sidequest migrate
# Rollback last migration (if needed)
sidequest rollback
sidequest config
- Interactive setup wizard for backend configurationsidequest migrate
- Run pending database migrationssidequest rollback
- Rollback the most recent migrationFor complete CLI documentation, usage examples, and configuration options, visit:
https://docs.sidequestjs.com/cli
LGPL-3.0-or-later
FAQs
@sidequest/cli is the command line interface for Sidequest, a distributed background job queue system.
The npm package @sidequest/cli receives a total of 158 weekly downloads. As such, @sidequest/cli popularity was classified as not popular.
We found that @sidequest/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.