NAME
Punk::Command::Queue - `punk queue ...`, the punk-queue CLI as a subcommand
SYNOPSIS
punk queue stats --dsn dbi:SQLite:queue.db
punk queue worker --app bin/queue.pl -j 2
punk queue help
DESCRIPTION
Loading this module registers queue with Punk::Command's registry - which is exactly what bin/punk does on an unknown command, so punk queue ... works wherever Punk::Queue is installed, with no configuration. Arguments are forwarded verbatim to Punk::Queue::Command, so punk queue X and punk-queue X are one CLI: same options, same help, same output, same exit codes.
A Punk::Queue row also joins punk doctor's plugin section.
SEE ALSO
Punk::Queue, Punk::Queue::Command, Punk::Command.
AUTHOR
LNATION <email@lnation.org>
LICENSE AND COPYRIGHT
This software is Copyright (c) 2026 by LNATION <email@lnation.org>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)