NAME

Clustericious::Command - Command base class

SYNOPSIS

use Mojo::Base 'Mojolicious::Command';

DESCRIPTION

This class is the base class for all Clustericious commands. It inherits everything from Mojolicious::Command and will may add Clustericious specific behavior in the future.

COMMANDS

This is a (not exhaustive) list of common Clustericious commands:

SUPER CLASS

Mojolicious::Command

SEE ALSO

Clustericious Mojolicious::Command