Socket
Book a DemoInstallSign in
Socket

@sidequest/cli

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidequest/cli

@sidequest/cli is the command line interface for Sidequest, a distributed background job queue system.

latest
Source
npmnpm
Version
1.8.0
Version published
Maintainers
2
Created
Source

@sidequest/cli

Command-line interface for the Sidequest job processing system.

Summary

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.

Installation

Install the CLI globally:

npm install -g @sidequest/cli
# or
yarn global add @sidequest/cli

Basic Usage

Quick Start

# Configure your backend connection
sidequest config

# Run database migrations
sidequest migrate

# Rollback last migration (if needed)
sidequest rollback

Available Commands

  • sidequest config - Interactive setup wizard for backend configuration
  • sidequest migrate - Run pending database migrations
  • sidequest rollback - Rollback the most recent migration

Documentation

For complete CLI documentation, usage examples, and configuration options, visit:

https://docs.sidequestjs.com/cli

License

LGPL-3.0-or-later

Keywords

nodejs

FAQs

Package last updated on 22 Sep 2025

Did you know?

Socket

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.

Install

Related posts