NAME
Mojolicious::Command::deploy::heroku - Deploy to Heroku
SYNOPSIS
use Mojolicious::Command::deploy::heroku
my $deployment = Mojolicious::Command::deploy::heroku->new;
$deployment->run(@ARGV);
DESCRIPTION
Mojolicious::Command::deployment deploys a Mojolicious app to Heroku.
ATTRIBUTES
Mojolicious::Command::deploy::heroku inherits all attributes from Mojo::Command and implements the following new ones.
description
my $description = $deployment->description;
$deployment = $deployment->description(' Foo !');
Short description of this command, used for the command list.
usage
my $usage = $deployment->usage;
$deployment = $deployment->usage(' Foo !');
Usage information for this command, used for the help screen.
METHODS
Mojolicious::Command::deploy::heroku inherits all methods from Mojo::Command and implements the following new ones.
run
$deployment->run(@ARGV);
Run this command.