Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

sidekiq-config-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sidekiq-config-cli

CLI tool for configuring Sidekiq job queues, workers, schedules, and more

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

sidekiq-config-cli

CLI tool for configuring Sidekiq job queues, workers, schedules, and more

Installation

npm install -g sidekiq-config-cli

Usage

Initialize configuration

sidekiq-config init
sidekiq-config init --template advanced
sidekiq-config init --output custom-config.json

Validate configuration

sidekiq-config validate
sidekiq-config validate path/to/config.json

View configuration

sidekiq-config show
sidekiq-config show --env production
sidekiq-config show --json

Modify configuration

sidekiq-config set settings.debug true
sidekiq-config set settings.logLevel \"warn\"

Compare configurations

sidekiq-config diff config-dev.json config-prod.json

List templates

sidekiq-config templates

Templates

TemplateDescription
minimalBare minimum configuration
standardRecommended defaults for most projects
advancedFull-featured with security, caching, and multi-environment support

Why sidekiq-config-cli?

  • Zero dependencies at runtime — just commander and chalk
  • Template-based — start with minimal, standard, or advanced presets
  • Validation built-in — catch config errors before deployment
  • Environment-aware — manage dev/staging/production configs in one file
  • Diff support — compare configs across environments

License

MIT

Keywords

sidekiq

FAQs

Package last updated on 30 Apr 2026

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