Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Mojolicious::Command::Author::generate::dockerfile

Name Mojolicious::Command::Author::generate::dockerfile
Version
Located at /usr/local/share/perl5
File /usr/local/share/perl5/Mojolicious/Command/Author/generate/dockerfile.pm
Is Core No
Search CPAN for this module Mojolicious::Command::Author::generate::dockerfile
Documentation Mojolicious::Command::Author::generate::dockerfile
Module Details Mojolicious::Command::Author::generate::dockerfile


NAME

Mojolicious::Command::Author::generate::dockerfile - Dockerfile generator command


SYNOPSIS

  Usage: APPLICATION generate dockerfile [OPTIONS]
    ./myapp.pl generate dockerfile
    ./script/my_app generate dockerfile
  Options:
    -h, --help   Show this summary of available options


DESCRIPTION

the Mojolicious::Command::Author::generate::dockerfile manpage generates Dockerfile for applications.

This is a core command, that means it is always enabled and its code a good example for learning to build new commands, you're welcome to fork it.

See COMMANDS in the Mojolicious::Commands manpage for a list of commands that are available by default.


ATTRIBUTES

the Mojolicious::Command::Author::generate::dockerfile manpage inherits all attributes from the Mojolicious::Command manpage and implements the following new ones.

description

  my $description = $dockerfile->description;
  $dockerfile     = $dockerfile->description('Foo');

Short description of this command, used for the command list.

usage

  my $usage   = $dockerfile->usage;
  $dockerfile = $dockerfile->usage('Foo');

Usage information for this command, used for the help screen.


METHODS

the Mojolicious::Command::Author::generate::dockerfile manpage inherits all methods from the Mojolicious::Command manpage and implements the following new ones.

run

  $dockerfile->run(@ARGV);

Run this command.


SEE ALSO

Mojolicious, the Mojolicious::Guides manpage, https://mojolicious.org.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025