Class: Falqon::Pro::CLI
- Inherits:
-
CLI
- Object
- CLI
- Falqon::Pro::CLI
- Defined in:
- lib/falqon/pro/cli.rb,
lib/falqon/pro/cli/web.rb,
lib/falqon/pro/cli/schedule.rb
Overview
Falqon Pro includes a command-line interface (CLI) to manage queues and messages
After installing Falqon Pro, run falqon
to see the available commands. Falqon Pro integrates with the Falqon CLI.
$ 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