Class: Falqon::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/falqon/cli.rb,
lib/falqon/cli/base.rb,
lib/falqon/cli/kill.rb,
lib/falqon/cli/list.rb,
lib/falqon/cli/show.rb,
lib/falqon/cli/clear.rb,
lib/falqon/cli/stats.rb,
lib/falqon/cli/delete.rb,
lib/falqon/cli/refill.rb,
lib/falqon/cli/revive.rb,
lib/falqon/cli/status.rb,
lib/falqon/cli/version.rb,
lib/falqon/cli/schedule.rb

Overview

Falqon includes a command-line interface (CLI) to manage queues and messages

After installing Falqon, run falqon to see the available commands.

$ falqon
Commands:
  falqon help [COMMAND]  # Describe available commands or one specific command
  falqon status          # Print queue status
  falqon version         # Print version

To see the available options for a command, run falqon help COMMAND. The command-line interface assumes the default Falqon configuration. To use a custom configuration, set the corresponding environment variables:

# Configure global queue name prefix
FALQON_PREFIX=falqon

# Configure Redis connection pool
REDIS_URL=redis://localhost:6379/0

Defined Under Namespace

Classes: Clear, Delete, Kill, List, Refill, Revive, Schedule, Show, Stats, Status